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.17.tar.gz
(147.6 kB
view details)
Built Distribution
autonomy_dev-0.2.17-py3-none-any.whl
(158.4 kB
view details)
File details
Details for the file autonomy_dev-0.2.17.tar.gz
.
File metadata
- Download URL: autonomy_dev-0.2.17.tar.gz
- Upload date:
- Size: 147.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8dee9d3a47a45304dfe374b3a875d9ab045f6956f5d20fadb9945fdfecbee810 |
|
MD5 | 5b473f0dce16aefbb07a7f3bf659b917 |
|
BLAKE2b-256 | f94d7ac86173d846fdfacb9f6e1753af52c328a5d97aa796cba88a9a69655aec |
File details
Details for the file autonomy_dev-0.2.17-py3-none-any.whl
.
File metadata
- Download URL: autonomy_dev-0.2.17-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 | ef87ad268ca5e1fe3d32405f7861576e603b440f5274c4a0030d814f6c58c2ae |
|
MD5 | 232fdf43b61e081fd8257d66b6287938 |
|
BLAKE2b-256 | 26804a54b47f069895512260cd71fa3aa49e435a399763df75d3eaed97ea67be |