Metadata-Version: 2.1
Name: certificates-generation-tools
Version: 0.0.1
Home-page: https://github.com/LeConTesteur/certificates-generation-tools
Author: LeConTesteur
Project-URL: Bug Tracker, https://github.com/LeConTesteur/certificates-generation-tools/issues
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: cryptography
Requires-Dist: doit
Requires-Dist: schema
Requires-Dist: pydantic
Requires-Dist: pyaml
Provides-Extra: tests
Requires-Dist: freezegun; extra == "tests"
Requires-Dist: pyopenssl; extra == "tests"

# python-template

![build](https://github.com/LeConTesteur/python-template/actions/workflows/build.yml/badge.svg)


## Description


### Example



## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install foobar.

```bash
pip install python-template
```

## Usage



## Contributing

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.

Please make sure to update tests as appropriate.

## Tests

Run tests with tox command :

```bash
tox
tox -e testsacc
```
