Metadata-Version: 2.1
Name: darkseid
Version: 1.3.2
Summary: A library to interact with comic archives
License: GPL-3.0-or-later
Keywords: comics,comic,metadata,tagging,tagger
Author: Brian Pepple
Author-email: bdpepple@gmail.com
Maintainer: Brian Pepple
Maintainer-email: bdpepple@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: BSD
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Provides-Extra: docs
Requires-Dist: Pillow (>=9.0.0,<10.0.0)
Requires-Dist: natsort (>=8.0.0,<9.0.0)
Requires-Dist: py7zr (>=0.18.3,<0.19.0)
Requires-Dist: rarfile (>=4.0,<5.0)
Requires-Dist: sphinx-rtd-theme (>=0.5.2,<0.6.0); extra == "docs"
Requires-Dist: sphinxcontrib-napoleon (>=0.7,<0.8); extra == "docs"
Project-URL: Bug Tracker, https://github.com/Metron-Project/darkseid/issues
Project-URL: Homepage, https://github.com/Metron-Project/darkseid
Description-Content-Type: text/x-rst

.. image:: https://img.shields.io/pypi/v/darkseid.svg
    :target: https://pypi.org/project/darkseid/

.. image:: https://img.shields.io/pypi/pyversions/darkseid.svg
    :target: https://pypi.org/project/darkseid/

.. image:: https://codecov.io/gh/Metron-Project/darkseid/branch/master/graph/badge.svg?token=upXAiHNmcc 
 :target: https://codecov.io/gh/Metron-Project/darkseid

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black

Darkseid
========

A python library to interact with comic archives.

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

PyPi
~~~~

.. code:: bash

    $ pip3 install --user darkseid

GitHub
~~~~~~

Installing the latest version from Github:

.. code:: bash

    $ git clone https://github.com/Metron-Project/darkseid
    $ cd darkseid
    $ python setup.py install

Bugs/Requests
-------------

Please use the `GitHub issue tracker <https://github.com/Metron-Project/darkseid/issues>`_ to submit bugs or request features.

License
-------

This project is licensed under the `GPLv3 License <LICENSE>`_.

