animelistfetcher


Nameanimelistfetcher JSON
Version 1.1.0 PyPI version JSON
download
home_pageNone
SummaryA Python wrapper for my anime libraries
upload_time2024-05-16 21:52:40
maintainerDominik Procházka
docs_urlNone
authorDominik Procházka
requires_python>=3.8
licenseNone
keywords python anilist al mal myanimelist
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "animelistfetcher",
    "maintainer": "Dominik Proch\u00e1zka",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "python, anilist, al, mal, myanimelist",
    "author": "Dominik Proch\u00e1zka",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/49/51/e01bd5ca831d5276d92da265aee4f688985c2b7fe569e7c0851b48a39b5f/animelistfetcher-1.1.0.tar.gz",
    "platform": null,
    "description": "# anilist-helper\n\nA wrapper for [alfetcher](https://github.com/prochy-exe/alfetcher) and [malfetcher](https://github.com/prochy-exe/malfetcher)\n\n## Description\n\nThis library is aimed at people who might be interested in automatizing their anime library.\n\n## Getting Started\n\n### Dependencies\n\n* Python(tested on the latest ver.)\n\n### Installing\n\n* Clone this repo\n```\ngit clone https://github.com/prochy-exe/animelistfetcher /path/to/desired/folder\n```\n* Install it using pip\n```\npip install animelistfetcher\n```\n* Install it using pip locally\n```\ncd /path/to/desired/folder\npip install .\n```\n* If you want to make modifications to the library install it in the edit mode:\n```\ncd /path/to/desired/folder\npip install -e .\n```\n\n### Using the library\n\n* To import the library into your code use:\n```\nimport animelistfetcher\n```\n* When importing this library for the first time, you will be taken through the setup process\n\n## Help\n\nIf 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!\n\n## Version History\n* [1.1.0](https://github.com/prochy-exe/animelistfetcher/releases/tag/v1.1.0)\n    * [import libraries when necessary](https://github.com/prochy-exe/animelistfetcher/commit/1367260f28f0d100f71d492d0ccbe8b44edfcc04)\n* [1.0.0](https://github.com/prochy-exe/animelistfetcher/releases/tag/v1.0.0)\n    * [Initial Release](https://github.com/prochy-exe/animelistfetcher/commit/06b2666c3f0c938bd4ee66d8b7019a7f4c0377cf)\n\n## Acknowledgments\n\nHuge thanks to the AniList and MyAnimeList teams:\n* [AniList](https://anilist.co/home)\n* [MyAnimeList](https://anilist.co/graphiql)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python wrapper for my anime libraries",
    "version": "1.1.0",
    "project_urls": {
        "Documentation": "https://github.com/prochy-exe/animelistfetcher/wiki",
        "Homepage": "https://github.com/prochy-exe/animelistfetcher",
        "Source": "https://github.com/prochy-exe/animelistfetcher"
    },
    "split_keywords": [
        "python",
        " anilist",
        " al",
        " mal",
        " myanimelist"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "07deb4fb043bb7446471767b7aba304b3f821e2d03c076abd2820dbbc07f0f70",
                "md5": "60def63764e08fbd7fe455410175c7a2",
                "sha256": "875245413c35b94513dc59559fa43a51946fbf8447045bf4945bab6171ba2253"
            },
            "downloads": -1,
            "filename": "animelistfetcher-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "60def63764e08fbd7fe455410175c7a2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 15309,
            "upload_time": "2024-05-16T21:52:39",
            "upload_time_iso_8601": "2024-05-16T21:52:39.332304Z",
            "url": "https://files.pythonhosted.org/packages/07/de/b4fb043bb7446471767b7aba304b3f821e2d03c076abd2820dbbc07f0f70/animelistfetcher-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4951e01bd5ca831d5276d92da265aee4f688985c2b7fe569e7c0851b48a39b5f",
                "md5": "d615abe8743a00cf39549356c45499f0",
                "sha256": "48e01c4be5b1344468a9fff5c3c530024093eea35c54b0bd24228b9504661136"
            },
            "downloads": -1,
            "filename": "animelistfetcher-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d615abe8743a00cf39549356c45499f0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 15095,
            "upload_time": "2024-05-16T21:52:40",
            "upload_time_iso_8601": "2024-05-16T21:52:40.791390Z",
            "url": "https://files.pythonhosted.org/packages/49/51/e01bd5ca831d5276d92da265aee4f688985c2b7fe569e7c0851b48a39b5f/animelistfetcher-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-16 21:52:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "prochy-exe",
    "github_project": "animelistfetcher",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "animelistfetcher"
}
        
Elapsed time: 0.36976s