Metadata-Version: 2.1
Name: manrododex
Version: 1.0.5
Summary: A manga downloader for mangadex
Home-page: https://github.com/Sydiepus/Manrododex
Author: Charbel Assaad
Author-email: sydiepus@gmail.com
License: MIT
Project-URL: Documentation, https://manrododex.readthedocs.io/en/latest/
Project-URL: Code, https://github.com/Sydiepus/Manrododex
Project-URL: Issue tracker, https://github.com/Sydiepus/Manrododex/issues
Keywords: mangadex,manga,downloader
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Internet :: WWW/HTTP
Description-Content-Type: text/x-rst
License-File: LICENSE

|logo|

**A manga downloader for mangadex using their** `API <https://api.mangadex.org/docs/>`_

|license| |issues| |pyversions| |CI| |PyPI| |rtfd|

Features
========

- Threads support for faster downloads.
- Uses queue for safe threading and better memory usage.
- Creates a series.json file like mylar. (
  see `Komga <https://komga.org/guides/scan-analysis-refresh.html#import-metadata-generated-by-mylar>`_
  and `mylar3 <https://github.com/mylar3/mylar3/wiki/series.json-examples>`_ )
- Can be used to automate the download of manga in combination with crontabs/Scheduled Tasks.
- Manrododex makes it possible to download multiple manga with little to user interaction.
- A possibly wrong Japanese translation of the name.
- Bugs

Inspiration
===========

I might have stolen some ideas from these awesome projects.

- `manga-py <https://github.com/manga-py/manga-py>`_
- `mangadex-dl <https://github.com/frozenpandaman/mangadex-dl>`_
- `MangaDex.py <https://github.com/Proxymiity/MangaDex.py>`_
- `Qtile <https://github.com/qtile/qtile>`_

Maintainer
==========

`@Sydiepus <https://github.com/Sydiepus>`_ GPG: ``BD1D 09DF 8A49 E7A6 C705 3B8A 7D6C DB7E 575A C12A``

.. |logo| image:: https://raw.githubusercontent.com/Sydiepus/Manrododex/main/logo.gif
    :target: https://manrododex.readthedocs.io/en/latest/
.. |license| image:: https://img.shields.io/github/license/Sydiepus/Manrododex.svg
    :target: https://github.com/Sydiepus/Manrododex/blob/main/LICENSE
.. |issues| image:: https://img.shields.io/github/issues/Sydiepus/Manrododex.svg
    :target: https://github.com/Sydiepus/Manrododex/issues
.. |pyversions| image:: https://img.shields.io/pypi/pyversions/manrododex.svg
    :target: https://pypi.org/project/manrododex/
.. |CI| image:: https://github.com/Sydiepus/Manrododex/actions/workflows/CI.yml/badge.svg
    :target: https://github.com/Sydiepus/Manrododex/actions
.. |PyPI| image:: https://img.shields.io/pypi/v/manrododex.svg
    :target: https://pypi.org/project/manrododex/
.. |rtfd| image:: https://readthedocs.org/projects/manrododex/badge/?version=latest
    :target: https://manrododex.readthedocs.io/en/latest/?badge=latest
