Metadata-Version: 2.4
Name: open-aea-dev-helpers
Version: 2.2.2
Summary: Development and release helper utilities for AEA-based projects.
Author: Valory AG
License: Apache-2.0
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.10,<3.15
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click<8.4.0,>=8.1.0
Requires-Dist: gitpython<4,>=3.1.37
Requires-Dist: open-aea-cli-ipfs<3.0.0,>=2.0.0
Requires-Dist: packaging<27,>=22.0
Requires-Dist: pyyaml<7,>=6.0.1
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# open-aea-dev-helpers

Development and release helper utilities for AEA-based projects. Used for local development workflows and release engineering — not for agent runtime.

## Installation

```bash
pip install open-aea-dev-helpers
```

This installs an `aea-dev` command.

## Commands

```
aea-dev bump-version            Bump AEA and plugin versions throughout the codebase
aea-dev deploy-registry         Push all packages to the registry in dependency order
aea-dev publish-local           Publish local packages to an IPFS node
aea-dev update-pkg-versions     Interactive package version bumping with registry checks
aea-dev update-plugin-versions  Bump plugin versions and update version specifiers
aea-dev update-symlinks         Update symlinks for the project (cross-platform)
```

Run any command with `--help` for details.
