Metadata-Version: 2.1
Name: mfc-scraper
Version: 0.1.1
Summary: Scrapes the content of one's collection of figures listed on MyFigureCollection
Home-page: https://github.com/laurent-radoux/mfc_scraper
Author: Laurent Radoux
Author-email: radoux.laurent@gmail.com
License: MIT license
Keywords: mfc_scraper
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: Click (>=7.0)
Requires-Dist: pytest (~=6.2.4)
Requires-Dist: beautifulsoup4 (~=4.9.3)
Requires-Dist: requests (~=2.25.1)
Requires-Dist: tqdm (~=4.61.1)

===========
MFC Scraper
===========


.. image:: https://img.shields.io/pypi/v/mfc_scraper.svg
        :target: https://pypi.python.org/pypi/mfc_scraper

.. image:: https://img.shields.io/travis/laurent-radoux/mfc_scraper.svg
        :target: https://travis-ci.com/laurent-radoux/mfc_scraper

.. image:: https://readthedocs.org/projects/mfc-scraper/badge/?version=latest
        :target: https://mfc-scraper.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




Scrapes the content of one's collection of figures listed on MyFigureCollection


* Free software: MIT license
* Documentation: https://mfc-scraper.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2021-06-19)
------------------

* First release on PyPI.


