Metadata-Version: 2.1
Name: deadnews-template-python
Version: 2.0.9
Summary: Python Project Template
Home-page: https://github.com/deadnews/deadnews-template-python
License: MIT
Keywords: python,template,layout
Author: DeadNews
Author-email: deadnewsgit@gmail.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[all] (>=0.112.1,<0.113.0)
Requires-Dist: pydantic (>=2.8.2,<3.0.0)
Requires-Dist: uvicorn (>=0.30.1,<0.31.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)
[![Docker: ghcr](https://img.shields.io/badge/docker-gray.svg?logo=docker&logoColor=white)](https://github.com/deadnews/deadnews-template-python/pkgs/container/deadnews-template-python)
[![Documentation](https://img.shields.io/badge/documentation-gray.svg?logo=materialformkdocs&logoColor=white)](https://deadnews.github.io/deadnews-template-python)
[![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)
[![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: Coverage](https://img.shields.io/codecov/c/github/deadnews/deadnews-template-python?token=OCZDZIYPMC&logo=codecov&logoColor=white)](https://app.codecov.io/gh/deadnews/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
```

