animeflv


Nameanimeflv JSON
Version 0.3.1 PyPI version JSON
download
home_page
SummaryAnimeFLV is a python custom API for https://animeflv.net website
upload_time2022-12-01 18:05:27
maintainer
docs_urlNone
author
requires_python>=3.5
licenseMIT
keywords animeflv anime manga
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # AnimeFLV API

[![Build Status](https://github.com/jorgeajimenezl/animeflv-api/actions/workflows/python-package.yml/badge.svg)](https://github.com/jorgeajimenezl/animeflv-api/actions/workflows/python-package.yml)
[![Upload Python Package](https://github.com/jorgeajimenezl/animeflv-api/actions/workflows/python-publish.yml/badge.svg)](https://github.com/jorgeajimenezl/animeflv-api/actions/workflows/python-publish.yml)

> AnimeFLV is a python custom API for [animeflv.net](https://animeflv.net) a Spanish anime content website.

## Installation
For install with pip:
```bash
$ pip install animeflv
```

Install from source:
```bash
$ git clone https://github.com/jorgeajimenezl/animeflv-api.git
$ cd animeflv
$ git install -r requirements.txt
$ pip install .
```

## API Documentation
#### [Read this](https://github.com/jorgeajimenezl/animeflv-api/wiki) | [Watch videos](https://youtube.com)

#### Create animeflv api instance:
```python
>>> from animeflv import AnimeFLV
>>> with AnimeFLV() as api:
>>>     # Do anything with api object
>>>    ...
```

#### Features
- [X] Get download links by episodes
- [X] Search
- [X] Get Video Servers
- [X] Get Anime Info
- [X] Get new releases (animes and episodes)

## License
[MIT](./LICENSE)

## Authors
+ [Jorge Alejandro Jimenez Luna](https://github.com/jorgeajimenezl)
+ [Jimmy Angel Pérez Díaz](https://github.com/JimScope)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "animeflv",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": "",
    "keywords": "animeflv,anime,manga",
    "author": "",
    "author_email": "Jorge Alejandro Jim\u00e9nez Luna <jorgeajimenezl17@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/2e/c1/e0801e7865846add99c81f1d8694c021a724ec37bdfca50aa0390b664c4a/animeflv-0.3.1.tar.gz",
    "platform": null,
    "description": "# AnimeFLV API\n\n[![Build Status](https://github.com/jorgeajimenezl/animeflv-api/actions/workflows/python-package.yml/badge.svg)](https://github.com/jorgeajimenezl/animeflv-api/actions/workflows/python-package.yml)\n[![Upload Python Package](https://github.com/jorgeajimenezl/animeflv-api/actions/workflows/python-publish.yml/badge.svg)](https://github.com/jorgeajimenezl/animeflv-api/actions/workflows/python-publish.yml)\n\n> AnimeFLV is a python custom API for [animeflv.net](https://animeflv.net) a Spanish anime content website.\n\n## Installation\nFor install with pip:\n```bash\n$ pip install animeflv\n```\n\nInstall from source:\n```bash\n$ git clone https://github.com/jorgeajimenezl/animeflv-api.git\n$ cd animeflv\n$ git install -r requirements.txt\n$ pip install .\n```\n\n## API Documentation\n#### [Read this](https://github.com/jorgeajimenezl/animeflv-api/wiki) | [Watch videos](https://youtube.com)\n\n#### Create animeflv api instance:\n```python\n>>> from animeflv import AnimeFLV\n>>> with AnimeFLV() as api:\n>>>     # Do anything with api object\n>>>    ...\n```\n\n#### Features\n- [X] Get download links by episodes\n- [X] Search\n- [X] Get Video Servers\n- [X] Get Anime Info\n- [X] Get new releases (animes and episodes)\n\n## License\n[MIT](./LICENSE)\n\n## Authors\n+ [Jorge Alejandro Jimenez Luna](https://github.com/jorgeajimenezl)\n+ [Jimmy Angel P\u00e9rez D\u00edaz](https://github.com/JimScope)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "AnimeFLV is a python custom API for https://animeflv.net website",
    "version": "0.3.1",
    "split_keywords": [
        "animeflv",
        "anime",
        "manga"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "ae2767b60dbbb3ba9234496a705af936",
                "sha256": "87b838bc72911d3a1190c682a7c1b1ca631dfb1d1b0cb585a8cfda3532ce3ed9"
            },
            "downloads": -1,
            "filename": "animeflv-0.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ae2767b60dbbb3ba9234496a705af936",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.5",
            "size": 6435,
            "upload_time": "2022-12-01T18:05:25",
            "upload_time_iso_8601": "2022-12-01T18:05:25.335876Z",
            "url": "https://files.pythonhosted.org/packages/4a/cb/41283047310184f6ad220d1eaf4aeda43bb74d9216f30e651329ba30b915/animeflv-0.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "b6990e9ae01df0b83ff0a8e2c0b7811e",
                "sha256": "e0f8d97c08c5f620847413cc2c44c61929a9f8229c2ea3d6cb4cd6a92e36171d"
            },
            "downloads": -1,
            "filename": "animeflv-0.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b6990e9ae01df0b83ff0a8e2c0b7811e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 6009,
            "upload_time": "2022-12-01T18:05:27",
            "upload_time_iso_8601": "2022-12-01T18:05:27.164075Z",
            "url": "https://files.pythonhosted.org/packages/2e/c1/e0801e7865846add99c81f1d8694c021a724ec37bdfca50aa0390b664c4a/animeflv-0.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-01 18:05:27",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "animeflv"
}
        
Elapsed time: 0.01279s