معرفی شرکت ها


aionap-0.7


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Python Asyncio REST Client
ویژگی مقدار
سیستم عامل -
نام فایل aionap-0.7
نام aionap
نسخه کتابخانه 0.7
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Christian Assing
ایمیل نویسنده chris@ca-net.org
آدرس صفحه اصلی https://github.com/chassing/aionap
آدرس اینترنتی https://pypi.org/project/aionap/
مجوز -
=================================== aionap - Python Asyncio REST Client =================================== .. image:: https://img.shields.io/pypi/v/aionap.svg :target: https://pypi.python.org/pypi/aionap :alt: Latest PyPI version .. image:: https://travis-ci.org/chassing/aionap.svg?branch=master :target: https://travis-ci.org/chassing/aionap :alt: Latest Travis CI build status aionap is a Python_ asyncio enabled REST client. It uses a similar API like slumber_ and copies shameless other parts of it. Feel free to contribute via pull requests, issues or email messages. QuickStart ========== 1. Install aionap:: $ pip install aionap 2. Install Optional Requirement:: pip install pyyaml 3. Use it! Usage ----- * Get an API object and fetch a url/resource (e.g. https://demo.api-platform.com/books) .. code-block:: python import aionap async with aionap.API('https://demo.api-platform.com') as api response = await api.books.get() For more see the documenation_, the `test/test_demo_api.py` file or the `example` directory. Installation ------------ aionap is available via PyPI, just install it as usual. .. code-block:: shell $ pip install aionap ``aionap`` requires Python >= 3.6. **[OPTIONAL]** PyYaml (Required for the yaml serializer): .. code-block:: shell $ pip install pyyaml Features -------- * Basic Auth support * JSON, YAML serializers * GET, POST, PUT, PATCH, DELETE of resources * Good test coverage TODO ---- * OAuth support * Readthedocs API documentation (SSL_CERT_FILE) Compatibility ------------- Python >= 3.6 Licence ------- BSD 2-Clause License Authors and Contributors ------------------------ * `Christian Assing <chris@ca-net.org>`_ (Main author) .. _Python: http://www.python.org/ .. _slumber: https://github.com/samgiles/slumber .. _documenation: https://xxx


نیازمندی

مقدار نام
- aiohttp


نحوه نصب


نصب پکیج whl aionap-0.7:

    pip install aionap-0.7.whl


نصب پکیج tar.gz aionap-0.7:

    pip install aionap-0.7.tar.gz