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 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.1.tar.gz
(23.0 kB
view details)
Built Distribution
File details
Details for the file autonomy_dev-0.2.1.tar.gz
.
File metadata
- Download URL: autonomy_dev-0.2.1.tar.gz
- Upload date:
- Size: 23.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d2f40d264c315a5dc0bb3a84cb92fcf3ba683aa5ffd30b9668c2e834525d1fd0 |
|
MD5 | dda99ac4971b551492e64045023733fe |
|
BLAKE2b-256 | 74db7731ac338f999b9fc07cf2c7fd02280e63fe7cbcf4c54e0e764b89442fbf |
File details
Details for the file autonomy_dev-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: autonomy_dev-0.2.1-py3-none-any.whl
- Upload date:
- Size: 30.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c1688b4696d0766192fe1041032a56633e23fd903db269642bd71f8a95118686 |
|
MD5 | c77e0e4c3a34e8320ca2b72df3082936 |
|
BLAKE2b-256 | b0cc3b980b45948690025fc2c42ced05775246c16a4e75c3c091f7d34e837124 |