معرفی شرکت ها


craedl-1.0.3


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A Python SDK for Craedl
ویژگی مقدار
سیستم عامل -
نام فایل craedl-1.0.3
نام craedl
نسخه کتابخانه 1.0.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Craedl.org
ایمیل نویسنده webmaster@craedl.org
آدرس صفحه اصلی https://github.com/craedl/craedl-sdk-python
آدرس اینترنتی https://pypi.org/project/craedl/
مجوز -
# Craedl Python SDK The Craedl Python SDK (Software Development Kit) enables Craedl users to access their [Craedl](https://craedl.org) accounts using the Python programming language. This provides a mechanism for using Craedl on computers without access to a web browser (such as a high-performance computing cluster) and to automate common Craedl project manipulations (such as file uploads and downloads) within a Python script. ## Quick start Get started with the Craedl Python SDK by obtaining it via [PyPI](https://pypi.org/project/craedl/): ``` pip install craedl ``` Log into your Craedl account at [Craedl.org](https://craedl.org) and generate an API access token by clicking the key tab in your profile view. Copy your token and paste it when prompted after running one of the following commands: **(A) Configure your account through a system shell** ``` python -m craedl ``` **(B) Configure your account through an interactive Python interpreter** ``` import craedl craedl.configure() ``` Now you can use Python to access your Craedl, for example: ``` import craedl profile = craedl.auth() for craedl in profile.craedls: print(craedl) ``` ## More information For more information about the Craedl Python SDK, refer to [our documentation](https://craedl-sdk-python.readthedocs.io). The source code is hosted on [GitHub](https://github.com/craedl/craedl-sdk-python).


نیازمندی

مقدار نام
- python-dateutil
- requests
- requests-toolbelt


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

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


نحوه نصب


نصب پکیج whl craedl-1.0.3:

    pip install craedl-1.0.3.whl


نصب پکیج tar.gz craedl-1.0.3:

    pip install craedl-1.0.3.tar.gz