Metadata-Version: 2.1
Name: pymangaj
Version: 0.1.7
Summary: Search and download mangas.
Home-page: https://github.com/jjeanjacques10/pymangaj
Author: Jean Jacques Barros
Author-email: jjean.jacques10@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# PyMangaJ

Pymangaj is a Python library for searching and retrieving manga pages from different sources. It provides a simple interface to fetch manga pages from popular manga websites.

## Installation

You can install pymangaj using pip:

``` bash
pip install pymangaj
```

## Getting Started

To use pymangaj, import the `pymangaj` module and call the `search()` method. Pass the manga name, chapter, and the sources you want to search from as arguments. The method will return a list of manga pages.

``` python
from pymangaj import pymangaj, Sources

pymangaj.search("Naruto", 1, sources=[Sources.MANGA_LIVRE, Sources.MUITO_MANGA])
```

## Sources

pymangaj supports the following manga sources:

|          Source                       | Language | Status  |    Source     |
| ------------------------------------- | -------- | ------  |  ----------   |
| [MangaLivre](https://mangalivre.net/) |   PT-BR  |   ✅   |  MANGA_LIVRE   |
| [MuitoManga](https://muitomanga.com/) |   PT-BR  |   ✅   |  MUITO_MANGA   |
| [Manganato](https://manganato.com/)   |   EN-US  |   ✅   |  CHAPMANGANATO |

## License

This project is licensed under the [MIT License](./LICENSE). See the LICENSE file for details.

## Contribution

Contributions to pymangaj are welcome! If you have any bug reports, feature requests, or suggestions, please open an issue on the [GitHub repository](https://github.com/jjeanjacques10/pymangaj).

## Authors

- [@jjeanjacques10](https://github.com/jjeanjacques10)


