Metadata-Version: 2.1
Name: library_template
Version: 0.1.0
Summary: Let's build a new CLI application.
Author-email: 0x29a <nk0d6bxt@anonaddy.me>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Project-URL: Home, https://github.com/0x29a/library_template

# library_template

> My template for small libraries and command-line tools.

[![PyPI Version][pypi-image]][pypi-url]
[![Build Status][build-image]][build-url]
[![Code Coverage][coverage-image]][coverage-url]
[![Code Quality][quality-image]][quality-url]

## Installation

```sh
pip install library_template
```

<!-- Badges -->

[pypi-image]: https://img.shields.io/pypi/v/library_template
[pypi-url]: https://pypi.org/project/library_template/
[build-image]: https://github.com/0x29a/library_template/actions/workflows/build.yml/badge.svg
[build-url]: https://github.com/0x29a/library_template/actions/workflows/build.yml
[coverage-image]: https://codecov.io/gh/0x29a/library_template/branch/master/graph/badge.svg
[coverage-url]: https://codecov.io/gh/0x29a/library_template
[quality-image]: https://api.codeclimate.com/v1/badges/3af8e49ce0ce13dca358/maintainability
[quality-url]: https://codeclimate.com/github/0x29a/library_template

