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.6.tar.gz
(27.2 kB
view details)
Built Distribution
File details
Details for the file autonomy_dev-0.2.6.tar.gz
.
File metadata
- Download URL: autonomy_dev-0.2.6.tar.gz
- Upload date:
- Size: 27.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d54e0f76f22dae749b61d87d8130d3c2ac9e3c2a8941cf09b3daa9e3b199470 |
|
MD5 | b1efa15018c1734a7151cf15a4aef32c |
|
BLAKE2b-256 | f835c83912c649bd1cd2e68f855c8d80ec216005b6f3fa0d07b22591ff68c683 |
File details
Details for the file autonomy_dev-0.2.6-py3-none-any.whl
.
File metadata
- Download URL: autonomy_dev-0.2.6-py3-none-any.whl
- Upload date:
- Size: 35.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 537e67deb906793050e7bda144e12d011cad8f4e86fba1afca6fad94f1857a9f |
|
MD5 | 3a23874d6f40680cba80443f60a2ac40 |
|
BLAKE2b-256 | 51153a47b8a1b8e456612abe45cddc855c8c43b5a3eabc09171304abcfd32cf0 |