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.27.tar.gz
(147.7 kB
view details)
Built Distribution
autonomy_dev-0.2.27-py3-none-any.whl
(158.4 kB
view details)
File details
Details for the file autonomy_dev-0.2.27.tar.gz
.
File metadata
- Download URL: autonomy_dev-0.2.27.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 | d475467d1a6e69d33e4401d463ea6a3e5dbec88914b3569333f65791af246c3f |
|
MD5 | 8274b2efaf31f9f885179009d23c2fbc |
|
BLAKE2b-256 | 71da9ea5c1b9b3d2270e453fd699b22ec55217410e0eca63d583a9b2a178ae57 |
File details
Details for the file autonomy_dev-0.2.27-py3-none-any.whl
.
File metadata
- Download URL: autonomy_dev-0.2.27-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 | 336c1853f5a2e5f7e66842cbcb7758d8e15b4ae222a7fbfa3ca329a5c12f3ddd |
|
MD5 | faea88dd05864aabd65da1d2ea5d141a |
|
BLAKE2b-256 | 3c55b511c182928e0c1706bb599b87090cc49928b7c2a19bfbf2331c2cdd651a |