Metadata-Version: 2.4
Name: portman-cli
Version: 0.1.0
Summary: Port Manager for Development Environments
Project-URL: Homepage, https://github.com/jpoutrin/portman-cli
Project-URL: Documentation, https://github.com/jpoutrin/portman-cli#readme
Project-URL: Repository, https://github.com/jpoutrin/portman-cli
Project-URL: Issues, https://github.com/jpoutrin/portman-cli/issues
License: MIT
License-File: LICENSE
Keywords: development,direnv,docker,ports,worktree
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT 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
Requires-Python: >=3.10
Requires-Dist: platformdirs>=4.0.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: rich>=13.0.0
Requires-Dist: typer>=0.12.0
Description-Content-Type: text/markdown

# Portman

Port Manager for Development Environments

## Installation

```bash
uv tool install portman-cli
```

## Quick Start

Add to your `.envrc`:

```bash
eval "$(portman export --auto)"
```

Then:

```bash
direnv allow
```

## License

MIT
