Metadata-Version: 2.1
Name: pygatherer
Version: 0.5.0
Summary: An API for the gatherer
Home-page: https://github.com/spapanik/pygatherer
License: LGPL-3.0+
Keywords: magic,MtG
Author: Stephanos Kuma
Author-email: stephanos@kuma.ai
Requires-Python: >=3.7.0,<4.0.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: beautifulsoup4 (>=4.0.0,<5.0.0)
Requires-Dist: lxml (>=4.0.0,<5.0.0)
Requires-Dist: requests (>=2.0.0,<3.0.0)
Project-URL: Repository, https://github.com/spapanik/pygatherer
Description-Content-Type: text/x-rst

==================================================
pygatherer: unofficial python API for the gatherer
==================================================

.. image:: https://github.com/spapanik/pygatherer/actions/workflows/build.yml/badge.svg
  :alt: Build
  :target: https://github.com/spapanik/pygatherer/actions/workflows/build.yml
.. image:: https://img.shields.io/lgtm/alerts/g/spapanik/pygatherer.svg
  :alt: Total alerts
  :target: https://lgtm.com/projects/g/spapanik/pygatherer/alerts/
.. image:: https://img.shields.io/github/license/spapanik/pygatherer
  :alt: License
  :target: https://github.com/spapanik/pygatherer/blob/main/LICENSE.txt
.. image:: https://img.shields.io/pypi/v/pygatherer
  :alt: PyPI
  :target: https://pypi.org/project/pygatherer
.. image:: https://pepy.tech/badge/pygatherer
  :alt: Downloads
  :target: https://pepy.tech/project/pygatherer
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
  :alt: Code style
  :target: https://github.com/psf/black

``pygatherer`` is an objected-oriented way of manipulating URLs.

In a nutshell
-------------

Installation
^^^^^^^^^^^^

The easiest way is to use `poetry`_ to manage your dependencies and add *pygatherer* to them.

.. code-block:: toml

    [tool.poetry.dependencies]
    pygatherer = "*"

Usage
^^^^^

``pygatherer`` has a module named ``utils`` that contains all the relevant parsers.

Links
-----

- `Documentation`_
- `Changelog`_


.. _poetry: https://python-poetry.org/
.. _Changelog: https://github.com/spapanik/pygatherer/blob/main/CHANGELOG.rst
.. _Documentation: https://pygatherer.readthedocs.io/en/latest/

