Metadata-Version: 2.1
Name: get-manaba
Version: 2.0.4
Summary: Library for get various information about manaba.
Home-page: https://github.com/book000/get-manaba
Author: Tomachi
Author-email: tomachi@tomacheese.com
Maintainer: Tomachi
Maintainer-email: tomachi@tomacheese.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
License-File: LICENSE

# get-manaba

[日本語の README はこちらから](https://github.com/book000/get-manaba/blob/master/README-ja.md)

Library for get various information about [manaba](https://manaba.jp).

## Warning / Disclaimer

- **The developer assumes no responsibility for any problems resulting from the use of this project and library. Use at your own risk.**
- Do not use this library to make many requests in a short amount of time.

## Documentation

- [get-manaba documents](https://book000.github.io/get-manaba/)

## Requirements

- manaba (Tested with `manaba 2.96`)
- Python 3.9+
- [requirements.txt](requirements.txt): `requests`, `beautifulsoup4`, `html5lib`

## Installation

There are two ways to install it, either from PyPI or by cloning the repository.

## Install from PyPI

1. Install get-manaba from PyPI: `pip install -U get-manaba`

## Install from cloning the repository

1. Clone from GitHub repository: `git clone https://github.com/book000/get-manaba.git`
2. Install the dependency package from `requirements.txt`: `pip install -U -r requirements.txt`
3. Install the get-manaba package: `pip install .`

## License

The license for this project is [MIT License](https://github.com/book000/get-manaba/blob/master/LICENSE).


