Metadata-Version: 2.1
Name: certificates
Version: 1.0.0
Summary: Generate event certificates easily.
Home-page: https://github.com/cassiobotaro/certificates
License: Apache-2.0
Author: cassiobotaro
Author-email: cassiobotaro@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown

#  :mortar_board: Certificates

Generate event certificates easily.

## Installation

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

```bash
pip install certificates
```

## Usage

`certificates participants.csv template.svg`

```
usage: certificates.py [-h] participants template

positional arguments:
  participants  csv filaname containing participants.
    template      certificate template in svg format used to build.

    optional arguments:
      -h, --help    show this help message and exit

```

## 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.

## License
[Apache 2.0](https://choosealicense.com/licenses/apache-2.0/)

