Metadata-Version: 2.1
Name: my-cont
Version: 1.1.4
Summary: 
Author: Pavel Kirilin
Author-email: win10@list.ru
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: docker (>=6.1.3,<7.0.0)
Requires-Dist: halo (>=0.0.31,<0.0.32)
Requires-Dist: pydantic (>=2.3.0,<3.0.0)
Requires-Dist: typer[all] (>=0.9.0,<0.10.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.
