Metadata-Version: 2.1
Name: badger-mk
Version: 0.1.3
Summary: Makes badges from templates
Home-page: https://github.com/lcnittl/badger-mk
Author: Christian Knittl-Frank
Author-email: lcnittl@gmail.com
License: GPL-3.0
Download-URL: http://pypi.python.org/pypi/badger-mk
Project-URL: GitHub: repo, https://github.com/lcnittl/badger-mk
Project-URL: GitHub: issues, https://github.com/lcnittl/badger-mk/issues
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Artistic Software
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: CairoSVG (>=2.5.0)
Requires-Dist: GitPython (>=3.1.11)
Requires-Dist: PyPDF2 (>=1.26.0)
Requires-Dist: colorlog (>=4.6.2)
Requires-Dist: lxml (>=4.6.1)

# Badger -- Badge Maker

[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white.svg)](https://github.com/pre-commit/pre-commit)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/lcnittl/badger-mk/master.svg)](https://results.pre-commit.ci/latest/github/lcnittl/badger-mk/master)
[![Code style: black](https://img.shields.io/badge/code_style-black-000000.svg)](https://github.com/psf/black)
[![Code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)

Script for exporting a series of files after replacing placeholders in template `svg`
files with data from a `csv` file.

## Usage

### Installation

Installable with `pip` or [`pipx`][pipx] (recommended).

```cmd
pipx install badger-mk
```

### CLI

TBA.

## Platform

Should work on all major platforms.

## License

GNU General Public License v3.0 or later

See [LICENSE][license] for the full text.

[license]: LICENSE
[pipx]: https://pypi.org/project/pipx/
[pypi]: https://pypi.org/


