معرفی شرکت ها


aptos-sdk-0.5.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

-
ویژگی مقدار
سیستم عامل -
نام فایل aptos-sdk-0.5.1
نام aptos-sdk
نسخه کتابخانه 0.5.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Aptos Labs
ایمیل نویسنده opensource@aptoslabs.com
آدرس صفحه اصلی https://github.com/aptos-labs/aptos-core
آدرس اینترنتی https://pypi.org/project/aptos-sdk/
مجوز -
# Aptos Python SDK [![Discord][discord-image]][discord-url] [![PyPI Package Version][pypi-image-version]][pypi-url] [![PyPI Package Downloads][pypi-image-downloads]][pypi-url] You need to connect to an [Aptos](https:/github.com/aptos-labs/aptos-core/) node to use this library, or run one yourself locally. Currently this is still in development and is unsuitable for directly interfacing with Aptos. ## Requirements We use [Poetry](https://python-poetry.org/docs/#installation) for packaging and dependency management: ``` curl -sSL https://install.python-poetry.org | python3 - poetry install ``` ## Unit testing ```bash make test ``` ## E2E testing First, run a local testnet (run this from the root of aptos-core): ```bash cargo run -p aptos -- node run-local-testnet --with-faucet --faucet-port 8081 --force-restart --assume-yes ``` Next, tell the end-to-end tests to talk to this locally running testnet: ```bash export APTOS_NODE_URL="http://127.0.0.1:8080/v1" export APTOS_FAUCET_URL="http://127.0.0.1:8081" ``` Finally run the tests: ```bash make examples ``` Note: These end-to-end tests are tested against a node built from the same commit as part of CI, not devnet. For examples tested against devnet, see `developer-docs-site/static/examples/python/` from the root of the repo. ## Autoformatting ```bash make fmt ``` ## Generating types The Python `openapi-python-client` tool cannot parse references. Therefore there are three options: - Use swagger-cli to dereference, gain a type explosion, and still have missing types - Live without missing types - Write a pure python implementation with no autogenerated code Currently the team is moving forward with pure python, but leaves the following notes for the curious: ```bash npm install -g @apidevtools/swagger-cli swagger-cli bundle --dereference ../../../api/doc/v0/openapi.yaml -t yaml > openapi.yaml python3 -m openapi_python_client generate --path openapi.yaml mv aptos-dev-api-specification-client/aptos_dev_api_specification_client/ aptos_sdk/openapi ``` ## Semantic versioning This project follows [semver](https://semver.org/) as closely as possible [repo]: https://github.com/aptos-labs/aptos-core [pypi-image-version]: https://img.shields.io/pypi/v/aptos-sdk.svg [pypi-image-downloads]: https://img.shields.io/pypi/dm/aptos-sdk.svg [pypi-url]: https://pypi.org/project/aptos-sdk [discord-image]: https://img.shields.io/discord/945856774056083548?label=Discord&logo=discord&style=flat~~~~ [discord-url]: https://discord.gg/aptoslabs


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

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


نحوه نصب


نصب پکیج whl aptos-sdk-0.5.1:

    pip install aptos-sdk-0.5.1.whl


نصب پکیج tar.gz aptos-sdk-0.5.1:

    pip install aptos-sdk-0.5.1.tar.gz