Metadata-Version: 2.1
Name: deadnews-template-python
Version: 2.0.0
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.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: fastapi (>=0.103.1,<0.104.0)
Requires-Dist: pydantic (>=2.4.2,<3.0.0)
Requires-Dist: starlette (>=0.27.0,<0.28.0)
Requires-Dist: uvicorn[standard] (>=0.23.2,<0.24.0)
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)
[![Main](https://github.com/DeadNews/deadnews-template-python/actions/workflows/main.yml/badge.svg)](https://github.com/DeadNews/deadnews-template-python/actions/workflows/main.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)
[![Docker](https://github.com/DeadNews/deadnews-template-python/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/DeadNews/deadnews-template-python/actions/workflows/docker-publish.yml)
[![image-size](https://ghcr-badge.egpl.dev/DeadNews/deadnews-template-python/size)](https://github.com/DeadNews/deadnews-template-python/pkgs/container/deadnews-template-python)

## Installation

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

