Metadata-Version: 2.1
Name: aptos-sdk
Version: 0.0.1.1
Home-page: https://github.com/aptos-labs/aptos-core
Author: Aptos Labs
Author-email: opensource@aptoslabs.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pynacl
Requires-Dist: requests

# Aptos Python SDK

[![Discord][discord-image]][discord-url]
[![PyPI Package Version][pypi-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.

## Usage

Currently this is still in development and is unsuitable for directly interfacing with Aptos.

### Requirements

- [PyNaCl](https://pypi.org/project/PyNaCl/)

### Testing (jest)


[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

## Semantic versioning

This project follows [semver](https://semver.org/) as closely as possible
