Metadata-Version: 2.1
Name: alliance-platform-dev
Version: 0.0.2
Summary: Worktree-aware development runner for Alliance Platform Django projects
Author-Email: Alliance Software <support@alliancesoftware.com.au>
License: BSD-2-Clause
Requires-Python: >=3.11
Requires-Dist: python-dotenv==1.2.2
Requires-Dist: rich==14.2.0
Description-Content-Type: text/markdown

# alliance-platform-dev

Worktree-aware development runner for Alliance Platform Django projects.

Application developers use a checked-in `bin/dev` launcher. It obtains an exact, isolated package
version from PyPI with `uvx`, keeping the runner out of the application's Python environment.

Bootstrap an existing project with:

```bash
uvx --from alliance-platform-dev alliance-dev install
```

See the package documentation for installation, commands, configuration, and architecture.
