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.33.tar.gz
(241.5 kB
view details)
Built Distribution
autonomy_dev-0.2.33-py3-none-any.whl
(252.9 kB
view details)
File details
Details for the file autonomy_dev-0.2.33.tar.gz
.
File metadata
- Download URL: autonomy_dev-0.2.33.tar.gz
- Upload date:
- Size: 241.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab1c3904a2a100c7a8eb0eef6c1e0f21db6809dad835e0a52f609d49c5c9b183 |
|
MD5 | faa734a451e960654bc95b63a297cb6d |
|
BLAKE2b-256 | 9280788f0507f527ee42c0b0da7889a6cfff5ad5e85395488b5aca9584c4348c |
File details
Details for the file autonomy_dev-0.2.33-py3-none-any.whl
.
File metadata
- Download URL: autonomy_dev-0.2.33-py3-none-any.whl
- Upload date:
- Size: 252.9 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 | d17d53cd53870015b83dae04cb0495a6df9b23c3d91cd70efd509e5d156d2a79 |
|
MD5 | 92fee7d50099787abe411be8a1f492bb |
|
BLAKE2b-256 | 2cb519aa13078135f729ef43ba9b738007d77da901521a20ea67f9d66ad106cb |