Metadata-Version: 2.1
Name: wexample-wex-addon-app
Version: 0.0.46
Summary: App management with wex
Author-Email: weeger <contact@wexample.com>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Project-URL: homepage, https://github.com/wexample/python-wex-addon-app
Requires-Python: >=3.10
Requires-Dist: attrs>=23.1.0
Requires-Dist: cattrs>=23.1.0
Requires-Dist: wexample-wex-core==6.0.48
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Description-Content-Type: text/markdown

# wexample-wex-addon-app

App management with wex

Version: 0.0.44

## Requirements

- Python >=3.10

## Dependencies

- attrs>=23.1.0
- cattrs>=23.1.0
- wexample-wex-core==6.0.46

## Installation

```bash
pip install wexample-wex-addon-app
```

## Usage

## Usage

* `app::files-state/rectify`: Normalizes/rectifies code across the suite; no commits.
* `app::suite/bump-changed --yes [--all|--package X]`: Bumps only packages that have new content (no current version tag on HEAD), then propagates versions and commits/pushes.
* `app::suite/prepare --yes [--all|--package X]`: Validates internal deps, propagates versions, and commits/pushes if needed.
* `app::suite/publish [--all|--package X]`: Publishes only packages that need it; adds/pushes publication tag after successful publish; never bumps here.

## Links

- Homepage: https://github.com/wexample/python-wex-addon-app

## License

MIT
## Credits

This package has been developed by [Wexample](https://wexample.com), a collection of tools and utilities to streamline development workflows.

Visit [wexample.com](https://wexample.com) to discover more tools and resources for efficient development.