Metadata-Version: 2.4
Name: my-cont
Version: 1.1.6
Author-email: Pavel Kirilin <s3riussan@gmail.com>
Classifier: Programming Language :: Python :: 3
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: <4,>=3.11
Requires-Dist: docker<8,>=7.1.0
Requires-Dist: halo<0.0.32,>=0.0.31
Requires-Dist: pydantic<3,>=2.3.0
Requires-Dist: typer[all]<0.10,>=0.9.0
Description-Content-Type: text/markdown

# Cont

This is set of sctipts to fast run containers for local development.

Just install it using `pip` or `pipx` and start using.

```bash
pipx install my-cont 
```

Install autocompletion by running:

```bash
cont --install-completion
```

By defaul if you specify container name the corresponding named volume is going to 
be created where it's possible.