معرفی شرکت ها


fluxpoint.py-0.1.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A Python wrapper for the Fluxpoint API
ویژگی مقدار
سیستم عامل -
نام فایل fluxpoint.py-0.1.1
نام fluxpoint.py
نسخه کتابخانه 0.1.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Dhruva Shaw
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/Dhruvacube/fluxpoint.py
آدرس اینترنتی https://pypi.org/project/fluxpoint.py/
مجوز GNU GENERAL PUBLIC LICENSE
fluxpoint.py ================ .. image:: https://discord.com/api/guilds/920190307595874304/embed.png :target: https://discord.gg/vfXHwS3nmQ :alt: Discord server invite .. image:: https://img.shields.io/pypi/v/fluxpoint.py.svg :target: https://pypi.python.org/pypi/fluxpoint.py :alt: PyPI version info .. image:: https://img.shields.io/pypi/pyversions/fluxpoint.py.svg :target: https://pypi.python.org/pypi/fluxpoint.py :alt: PyPI supported Python versions A modern, easy to use, feature-rich, and async ready API wrapper for Fluxpoint written in Python. Key Features -------------- - Modern Pythonic API using ``async`` and ``await``. - Proper rate limit handling. - Optimised in both speed and memory. Installing ---------- **Python 3.8 or higher is required** To install the library, you can just run the following command: .. code:: sh # Linux/macOS python3 -m pip install -U fluxpoint.py # Windows py -3 -m pip install -U fluxpoint.py To speedup the api wrapper you should run the following command: .. code:: sh # Linux/macOS python3 -m pip install -U "fluxpoint.py[speed]" # Windows py -3 -m pip install -U fluxpoint.py[speed] To install the development version, do the following: .. code:: sh $ git clone https://github.com/Dhruvacube/fluxpoint.py $ cd fluxpoint.py $ python3 -m pip install -U .[speed] Quick Example --------------- .. code:: py from fluxpoint import FluxpointClient import asyncio import sys # setting up the fluxpoint client handler a = FluxpointClient(api_token="get api token from https://fluxpoint.dev/api/access") # setting up the windows loop policy according to the operating system if sys.platform.startswith('win32') or sys.platform.startswith('cygwin'): asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy()) # getting the image url of AZURLANE image print(asyncio.run(a.azurlane())) You can find more examples in the `examples directory <https://github.com/Dhruvacube/fluxpoint.py/tree/master/examples>`_. Links ------ - `Documentation <https://fluxpointpy.readthedocs.io/en/latest/>`_ - `Official Support Discord Server <https://discord.gg/vfXHwS3nmQ>`_ - `Official Fluxpoint server <https://discord.gg/fluxpoint>`_ - `Get Fluxpoint api access <https://fluxpoint.dev/api/access>`_ - `Official Fluxpoint api docs <https://bluedocs.page/fluxpoint-api>`_


زبان مورد نیاز

مقدار نام
>=3.8 Python


نحوه نصب


نصب پکیج whl fluxpoint.py-0.1.1:

    pip install fluxpoint.py-0.1.1.whl


نصب پکیج tar.gz fluxpoint.py-0.1.1:

    pip install fluxpoint.py-0.1.1.tar.gz