A collection of tooling to enable open source development of autonomy tools
Project description
Autonomy Dev
Tooling to speed up autonomy development.
Usage
Contracts
We can scaffold a new contract using the adev scaffold contract
command. This will create a new directory with;
- open-aea contract component
- open-aea contract component class 🎉
- open-aea contract component function generation 🚧
- open-aea contract component test generation 🚧
adev scaffold contract 0xc939df369C0Fc240C975A6dEEEE77d87bCFaC259 beyond_pricer \
--block-explorer-api-key $BLOCK_EXPLORER_API_KEY \
--block-explorer-url "https://api-goerli.arbiscan.io"
Installation
pip install autonomy-dev[all]
Release
bump the version in pyoproject and create a new branch and tag
export new_version=v0.1.5
git checkout -b $new_version
git add .
git commit -m "[chore] bumping version $new_version"
git tag $new_version
git push --set-upstream origin (git rev-parse --abbrev-ref HEAD)
git push --tag
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 Distribution
autonomy_dev-0.2.25.tar.gz
(147.7 kB
view details)
Built Distribution
autonomy_dev-0.2.25-py3-none-any.whl
(158.4 kB
view details)
File details
Details for the file autonomy_dev-0.2.25.tar.gz
.
File metadata
- Download URL: autonomy_dev-0.2.25.tar.gz
- Upload date:
- Size: 147.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bbec39d4dbea7820fbfc45dc06bebc56d79e396315ab7130e32ae32a640a576d |
|
MD5 | 20f5e279bc620db6bee24e20431c0651 |
|
BLAKE2b-256 | 854ce0cb10ebdc618e1dc2ff89107cddcf1ffc9e446af9e60e5aef8c1bbe0f5b |
File details
Details for the file autonomy_dev-0.2.25-py3-none-any.whl
.
File metadata
- Download URL: autonomy_dev-0.2.25-py3-none-any.whl
- Upload date:
- Size: 158.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7efc3fb85c5f577633594a1796668f2906f5283fa2c5d50987cd31790875c7a7 |
|
MD5 | 33c61f417b4b30f9dba06eb8a6db4e1e |
|
BLAKE2b-256 | 014dd8bc5314bf2aa3e88c0724d54b06bc646428ff4d7ea47478736832862c29 |