Metadata-Version: 2.1
Name: deadnews-template-python
Version: 2.0.6a6
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
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: fastapi (>=0.110.0,<0.111.0)
Requires-Dist: pydantic (>=2.5.3,<3.0.0)
Requires-Dist: uvicorn[standard] (>=0.29.0,<0.30.0)
Project-URL: Documentation, https://deadnews.github.io/deadnews-template-python
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?logo=pypi&logoColor=white)](https://pypi.org/project/deadnews-template-python)
[![GitHub: Release](https://img.shields.io/github/v/release/deadnews/deadnews-template-python?logo=github&logoColor=white)](https://github.com/deadnews/deadnews-template-python/releases/latest)
[![Documentation](https://img.shields.io/badge/documentation-gray.svg?logo=materialformkdocs&logoColor=white)](https://deadnews.github.io/deadnews-template-python)
[![Changelog](https://img.shields.io/badge/changelog-gray.svg?logo=github&logoColor=white)](https://github.com/deadnews/deadnews-template-python/blob/main/CHANGELOG.md)
[![CI: main](https://img.shields.io/github/actions/workflow/status/deadnews/deadnews-template-python/main.yml?branch=main&logo=github&logoColor=white&label=main)](https://github.com/deadnews/deadnews-template-python/actions/workflows/main.yml)
[![CI: pre-commit](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)
[![Coverage](https://img.shields.io/codecov/c/github/deadnews/deadnews-template-python?token=OCZDZIYPMC&logo=codecov&logoColor=white)](https://codecov.io/gh/deadnews/deadnews-template-python)
[![Docker: ghcr](https://img.shields.io/badge/docker-ghcr-blue.svg?logo=github&logoColor=white)](https://github.com/deadnews/deadnews-template-python/pkgs/container/deadnews-template-python)
[![Docker: image-size](https://ghcr-badge.egpl.dev/deadnews/deadnews-template-python/size?color=%230e80c0)](https://github.com/deadnews/deadnews-template-python/pkgs/container/deadnews-template-python)

## Installation

PyPI

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

Docker

```sh
docker pull ghcr.io/deadnews/deadnews-template-python:latest
```

