معرفی شرکت ها


anacreonlib-2.0.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

This library provides a Python interface to the API of Anacreon 3, which is an online 4X game produced by Kronosaur Productions, LLC.
ویژگی مقدار
سیستم عامل -
نام فایل anacreonlib-2.0.1
نام anacreonlib
نسخه کتابخانه 2.0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Ritik Mishra
ایمیل نویسنده ritik.mishra314@gmail.com
آدرس صفحه اصلی https://github.com/ritikmishra/anacreonlib
آدرس اینترنتی https://pypi.org/project/anacreonlib/
مجوز MIT
anacreonlib =========== |PyPI Version| |Documentation Status| This **unofficial** library provides a Python interface to the API of `Anacreon 3 <https://anacreon.kronosaur.com>`_, which is an online `4X <https://en.wikipedia.org/wiki/4X>`_ game produced by `Kronosaur Productions, LLC. <http://kronosaur.com/>`_. The minimum supported Python version is 3.8 Make sure to read the "Scripts and Bots" section of the `Kronosaur Terms of Service <https://multiverse.kronosaur.com/news.hexm?id=97#:~:text=scripts%20and%20bots>`_. Installation ============= ``anacreonlib`` can be installed using pip:: $ pip install anacreonlib Usage ===== Below is a minimum working example to get started with using the Anacreon API .. code-block:: python from anacreonlib import Anacreon, Fleet import asyncio async def main(): ## Step 1: Log in client: Anacreon = await Anacreon.log_in( game_id="8JNJ7FNZ", username="username", password="password" ) ## Step 2: do cool stuff, automatically! # find all of our fleets all_my_fleets = [ fleet for fleet in client.space_objects.values() if isinstance(fleet, Fleet) and fleet.sovereign_id == client.sov_id ] # send all our fleets to world ID 100 for fleet in all_my_fleets: await client.set_fleet_destination(fleet.id, 100) if __name__ == "__main__": asyncio.run(main()) Rate Limits ----------- The API has rate limits which are detailed in `this Ministry record <https://ministry.kronosaur.com/record.hexm?id=79981>`_. Beware that they apply to both any scripts you write AND the online client. .. |PyPI Version| image:: https://img.shields.io/pypi/v/anacreonlib.svg :target: https://pypi.python.org/pypi/anacreonlib .. |Documentation Status| image:: https://readthedocs.org/projects/anacreonlib/badge/?version=latest :target: http://anacreonlib.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status


نیازمندی

مقدار نام
- pydantic
- uplink[aiohttp]


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

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


نحوه نصب


نصب پکیج whl anacreonlib-2.0.1:

    pip install anacreonlib-2.0.1.whl


نصب پکیج tar.gz anacreonlib-2.0.1:

    pip install anacreonlib-2.0.1.tar.gz