Metadata-Version: 2.1
Name: deadnews-template-python
Version: 1.0.2
Summary: Python Project Template
Home-page: https://github.com/DeadNews/deadnews-template-python
License: MIT
Keywords: python,template,layout
Author: DeadNews
Author-email: aurczpbgr@mozmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Project-URL: Repository, https://github.com/DeadNews/deadnews-template-python
Description-Content-Type: text/markdown

# deadnews-template-python

> Python Project Template

[![PyPI version](https://img.shields.io/pypi/v/deadnews-template-python)](https://pypi.org/project/deadnews-template-python)
[![CI/CD](https://github.com/DeadNews/deadnews-template-python/actions/workflows/python-app.yml/badge.svg)](https://github.com/DeadNews/deadnews-template-python/actions/workflows/python-app.yml)
[![pre-commit.ci](https://results.pre-commit.ci/badge/github/DeadNews/deadnews-template-python/main.svg)](https://results.pre-commit.ci/latest/github/DeadNews/deadnews-template-python/main)
[![codecov](https://codecov.io/gh/DeadNews/deadnews-template-python/branch/main/graph/badge.svg?token=OCZDZIYPMC)](https://codecov.io/gh/DeadNews/deadnews-template-python)

## Installation

```sh
pip install deadnews-template-python
# or
pipx install deadnews-template-python
```

