معرفی شرکت ها


askitsu-0.5.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

An async python wrapper Kitsu.io API
ویژگی مقدار
سیستم عامل OS Independent
نام فایل askitsu-0.5.0
نام askitsu
نسخه کتابخانه 0.5.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده ShomyKohai
ایمیل نویسنده -
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/askitsu/
مجوز MIT
<h1 align="center"> askitsu </h1> [![TwitterShomy](https://img.shields.io/badge/-shomykohai-1DA1F2?style=flat&logo=twitter&logoColor=white&labelColor=1DA1F2)](https://twitter.com/shomykohai) [![askitsu](https://img.shields.io/pypi/v/askitsu?label=askitsu&logo=pypi&logoColor=white&labelColor=blue&color=9cf)](https://pypi.org/project/askitsu/) [![Documentation Status](https://readthedocs.org/projects/askitsu/badge/?version=latest)](https://askitsu.readthedocs.io/en/latest/?badge=latest) <p align="center"> An async wrapper for Kitsu.io API written in Python </p> ![askitsu](https://github.com/ShomyKohai/askitsu/blob/master/docs/images/dark.png?raw=true "askitsu") # Key features - Fully typed - Use of `async`/`await` - Support most of primary Kitsu entries -- Anime, Manga, Characters and much more - Can be used with discord bots # Installing Requires python 3.8+ To install the package, you can simply run ```py #Linux/MacOS python3 -m pip install askitsu #Windows py -3 -m pip install askitsu ``` Or to get the latest dev version ```py #Linux/MacOS python3 -m pip install git+https://github.com/ShomyKohai/askitsu.git #Windows py -3 -m pip install git+https://github.com/ShomyKohai/askitsu.git ``` ## Requirements - [aiohttp](https://pypi.org/project/aiohttp/) - [colorama](https://pypi.org/project/colorama/) # Examples ```py import askitsu import asyncio async def search(): client = askitsu.Client() anime = await client.search_anime("attack on titan") print(anime.episode_count) print(anime.status) await client.close() loop = asyncio.get_event_loop() loop.run_until_complete(search()) ``` More examples can be found inside the example directory -> [Here](https://github.com/ShomyKohai/askitsu/tree/master/examples) # Links - [Docs](https://askitsu.readthedocs.io/) - [PyPi](https://pypi.org/project/askitsu/) - [Kitsu.io Docs](https://kitsu.docs.apiary.io/) - [discord.py](https://github.com/Rapptz/discord.py) (bot example)


نیازمندی

مقدار نام
- aiohttp
- colorama


نحوه نصب


نصب پکیج whl askitsu-0.5.0:

    pip install askitsu-0.5.0.whl


نصب پکیج tar.gz askitsu-0.5.0:

    pip install askitsu-0.5.0.tar.gz