- Module path: dappco.re/go/agent - Core import: dappco.re/go/core v0.4.7 - Process service re-enabled with new Core API - Plugin bumped to v0.11.0 - Directory flattened from go/ to root Co-Authored-By: Virgil <virgil@lethean.io>
243 B
243 B
Python Build Flow
python -m venv .venv && source .venv/bin/activate— virtualenvpip install -e ".[dev]"— install with dev depsruff check .— lintruff format --check .— format checkpytest— run tests