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.10.tar.gz
(34.7 kB
view details)
Built Distribution
File details
Details for the file autonomy_dev-0.2.10.tar.gz
.
File metadata
- Download URL: autonomy_dev-0.2.10.tar.gz
- Upload date:
- Size: 34.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7844f90fb88c240fefd2dab0dcebbb85e391c1dba95eda5a370cbb66e495b0b |
|
MD5 | 40de847d17c3048f47df25bf7bdebdc8 |
|
BLAKE2b-256 | 506983e6eb43952015f7f7c1d39a30a4096facba1dcd5fd53e4ee44a306b682b |
File details
Details for the file autonomy_dev-0.2.10-py3-none-any.whl
.
File metadata
- Download URL: autonomy_dev-0.2.10-py3-none-any.whl
- Upload date:
- Size: 42.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 04907b22401eb2bcf601bcb40b6af4cd1f5acdc6cea4b6df2df30136ce83717e |
|
MD5 | dc7ed821eccbbd2f3bb9f5db13084f4e |
|
BLAKE2b-256 | 24393f7a170f70092c547c7c08b4b5bb4e2db3ce9a694fb82314fcd55689857b |