Metadata-Version: 2.4
Name: minidocker
Version: 0.1.8
Summary: minidocker
Author-email: Zepu Zhang <zepu.zhang@gmail.com>
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE
Requires-Dist: ruff
Requires-Dist: toml; python_version < '3.11'
Requires-Dist: pytest ; extra == "test"
Project-URL: Source, https://github.com/zpz/minidocker
Provides-Extra: test

minidocker
==========

Docker tools for personal or small team deveopment, especially in Python.

Usage
-----

The module `minidocker` provides generic commands unrelated to the programming language of the repo:

```
$ python -m minidocker <command> [options]
```

The submodule `minidocker.py` provides commands related to developing a Python project:

```
$ python -m minidocker.py <command> [options]
```

For most uses, you should issue the command from the root of your project.
