معرفی شرکت ها


SpacePyTraders-0.0.6


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Access the Space Traders API with Python
ویژگی مقدار
سیستم عامل OS Independent
نام فایل SpacePyTraders-0.0.6
نام SpacePyTraders
نسخه کتابخانه 0.0.6
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Zac Hooper
ایمیل نویسنده zac.g.hooper@gmail.com
آدرس صفحه اصلی https://github.com/ZacHooper/spacePyTraders
آدرس اینترنتی https://pypi.org/project/SpacePyTraders/
مجوز -
# SpacePyTraders The Python SDK to interact with the [Space Traders API](https://spacetraders.io/). Read the documentation here: https://spacetraders.readthedocs.io/en/latest/ Space Traders is a great way to learn a practice coding. I highly recommend having a go at using the Requests library and interacting with the API yourself as practice but you can install this library to skip the boring work of coding for each API endpoint. ## Install `pip install SpacePyTraders` ## Getting Started The first installment of this library provides a nice way to use Python and interact with the API without needed to code all the request calls. Using the `Api` class provided you can access all the currently possible endpoints of the API. The structure of the classes are organised the same as the Space Traders API. So if you're not sure what class to look under check the docs [here](https://spacetraders.readthedocs.io/en/latest/) or the Space Trader's API [here](https://api.spacetraders.io/). ```python from SpacePyTraders import client USERNAME = "YOUR USERNAME" TOKEN = "YOUR TOKEN" api = client.Api(USERNAME,TOKEN) print(api.account.info()) >>> { "user": { "username": "JimHawkins", "credits": 0, "ships": [], "loans": [] } } ```


نحوه نصب


نصب پکیج whl SpacePyTraders-0.0.6:

    pip install SpacePyTraders-0.0.6.whl


نصب پکیج tar.gz SpacePyTraders-0.0.6:

    pip install SpacePyTraders-0.0.6.tar.gz