Metadata-Version: 2.1
Name: tplbuild
Version: 0.0.3
Summary: Templated container build tool
Home-page: http://github.com/msg555/tplbuild/
Author: Mark Gordon
Author-email: msg555@gmail.com
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# tplbuild - Templated reproducible container build tool

*tplbuild* is a wrapper around 
[Dockerfiles](https://docs.docker.com/engine/reference/builder/#format)
to make buildilng container images better. The two main features that inspired
the creaton of *tplbuild* were

- Templating build instructions through [Jinja](https://jinja.palletsprojects.com/)
- Enabling fast and reproducible builds among developers

## Installation

*tplbuild* can be installed through *pip*. This installs both the `tplbuild`
CLI utility and the *tplbuild* Python library.

```sh
pip install tplbuild
```

*tplbuild* is supported and tested on Python 3.8-3.10


## Documentation

Documentation for *tplbuild* can be found
[here](https://tplbuild.readthedocs.io/)
