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.9.tar.gz
(31.3 kB
view details)
Built Distribution
File details
Details for the file autonomy_dev-0.2.9.tar.gz
.
File metadata
- Download URL: autonomy_dev-0.2.9.tar.gz
- Upload date:
- Size: 31.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c037f1ef2a200f28622274833e59538d449915301bb7bd186164344f53a7ae75 |
|
MD5 | d993fa631370355351ef9e511627426c |
|
BLAKE2b-256 | 8e2fcac161dab5caec9eb3b44041af8430629027361e01bbc704d69152de97a6 |
File details
Details for the file autonomy_dev-0.2.9-py3-none-any.whl
.
File metadata
- Download URL: autonomy_dev-0.2.9-py3-none-any.whl
- Upload date:
- Size: 40.0 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 | 9ce8a97e10fb1ef082604130067d45b36b501866ab70b5a6a6b0907a84a90961 |
|
MD5 | a0e50947ad9e55733f5634255decc53b |
|
BLAKE2b-256 | 4819ff4779c23c889e6f5d333d12cb2536d409d14a6cfb34307891fbdc212feb |