Metadata-Version: 2.1
Name: pyboxd
Version: 0.1.0
Summary: A Python Letterboxd webscraping Library with BeautifulSoup and requests.
Home-page: https://github.com/yourusername/pyboxd
Author: Juan Fernandez Cruz
Author-email: Juan Antonio Fernandez Cruz <fercruzjuan2002@gmail.com>
Maintainer-email: Juan Antonio Fernandez Cruz <fercruzjuan2002@gmail.com>
License: MIT license
Project-URL: bugs, https://github.com/juanjuanjuanfer/pyboxd/issues
Project-URL: changelog, https://github.com/juanjuanjuanfer/pyboxd/blob/master/changelog.md
Project-URL: homepage, https://github.com/juanjuanjuanfer/pyboxd
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst
Provides-Extra: dev
Requires-Dist: coverage; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: ruff; extra == "dev"

======
Pyboxd
======


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

.. image:: https://img.shields.io/travis/juanjuanjuanfer/pyboxd.svg
        :target: https://travis-ci.com/juanjuanjuanfer/pyboxd

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




A Python Letterboxd webscraping Library with BeautifulSoup and requests.


* Free software: MIT license
* Documentation: https://pyboxd.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
