API for writing Algorand Python Smart contracts
Project description
Algorand Python framework - API for writing Algorand Python smart contracts
Installation
The minimum supported Python version for writing Algorand Python smart contracts is 3.12.
You can install the Algorand Python framework from PyPI into your project virtualenv:
pip install algorand-python
If you're using poetry for dependency and virutalenv management, you can add it that way with
poetry add algorand-python
.
Once you have installed the Algorand Python framework, you can access the type definitions from the algopy
module, e.g.
from algopy import Contract
For more details on using this API and the puyapy compiler see https://algorandfoundation.github.io/puya/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file algorand_python-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: algorand_python-1.0.1-py3-none-any.whl
- Upload date:
- Size: 36.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2938d0e2dd67a165a3b9e3b4e6cc86ece60394a005afba9a275ad6dd6456c6a |
|
MD5 | 5df2f37bc6e8c5e9d7b437a17054e477 |
|
BLAKE2b-256 | 15b494cc30c24bd7889537ebc6068e5672c8b4540fa1ba9defdbda704b014015 |