Metadata-Version: 2.1
Name: gocomics.py
Version: 1.0.1
Summary: Fetch comics from GoComics.
Home-page: https://github.com/Pysics/gocomics.py
Author: Omkaar
Author-email: omkaar.nerurkar@gmail.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >= 3.8.0
Description-Content-Type: text/x-rst
License-File: LICENSE

gocomics.py
===========

.. image:: https://img.shields.io/github/license/pysics/gocomics.py
    :target: https://github.com/Pysics/gocomics.py/blob/main/LICENSE.md
    :alt: license
.. image:: https://img.shields.io/tokei/lines/github/pysics/gocomics.py
    :target: https://github.com/Pysics/gocomics.py/graphs/contributors
    :alt: lines of code
.. image:: https://img.shields.io/pypi/v/gocomics.py
    :target: https://pypi.python.org/pypi/gocomics.py
    :alt: PyPI version info
.. image:: https://img.shields.io/pypi/pyversions/gocomics.py
    :alt: Python version info


Requirements
------------

This module requires the following modules:

* `beautifulsoup4 <https://pypi.python.org/pypi/beautifulsoup4>`_


Installation
------------

**Python 3.8 or higher is required.**

To install the stable version, do the following:

.. code-block:: sh

    # Unix / macOS
    python3 -m pip install "gocomics.py"

    # Windows
    py -m pip install "gocomics.py"


To install the development version, do the following:

.. code-block:: sh

    $ git clone https://github.com/Pysics/gocomics.py


Links
-----

- `GoComics <https://gocomics.com/>`_
- `Documentation <https://gocomicspy.readthedocs.io/>`_
