Metadata-Version: 2.1
Name: animelistfetcher
Version: 1.1.0
Summary: A Python wrapper for my anime libraries
Author: Dominik Procházka
Maintainer: Dominik Procházka
Project-URL: Homepage, https://github.com/prochy-exe/animelistfetcher
Project-URL: Documentation, https://github.com/prochy-exe/animelistfetcher/wiki
Project-URL: Source, https://github.com/prochy-exe/animelistfetcher
Keywords: python,anilist,al,mal,myanimelist
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Flask
Classifier: Topic :: Database
Classifier: Topic :: Games/Entertainment
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: alfetcher
Requires-Dist: malfetcher

# anilist-helper

A wrapper for [alfetcher](https://github.com/prochy-exe/alfetcher) and [malfetcher](https://github.com/prochy-exe/malfetcher)

## Description

This library is aimed at people who might be interested in automatizing their anime library.

## Getting Started

### Dependencies

* Python(tested on the latest ver.)

### Installing

* Clone this repo
```
git clone https://github.com/prochy-exe/animelistfetcher /path/to/desired/folder
```
* Install it using pip
```
pip install animelistfetcher
```
* Install it using pip locally
```
cd /path/to/desired/folder
pip install .
```
* If you want to make modifications to the library install it in the edit mode:
```
cd /path/to/desired/folder
pip install -e .
```

### Using the library

* To import the library into your code use:
```
import animelistfetcher
```
* When importing this library for the first time, you will be taken through the setup process

## Help

If you encounter any issues, feel free to open a new issue. If you have any new ideas or fixes, please open a pull request, they are more than welcome!

## Version History
* [1.1.0](https://github.com/prochy-exe/animelistfetcher/releases/tag/v1.1.0)
    * [import libraries when necessary](https://github.com/prochy-exe/animelistfetcher/commit/1367260f28f0d100f71d492d0ccbe8b44edfcc04)
* [1.0.0](https://github.com/prochy-exe/animelistfetcher/releases/tag/v1.0.0)
    * [Initial Release](https://github.com/prochy-exe/animelistfetcher/commit/06b2666c3f0c938bd4ee66d8b7019a7f4c0377cf)

## Acknowledgments

Huge thanks to the AniList and MyAnimeList teams:
* [AniList](https://anilist.co/home)
* [MyAnimeList](https://anilist.co/graphiql)
