Metadata-Version: 2.4
Name: deadnews-template-python
Version: 2.1.0a2
Summary: Python Project Template
Project-URL: Repository, https://github.com/deadnews/deadnews-template-python
Project-URL: Changelog, https://github.com/deadnews/deadnews-template-python/CHANGELOG.md
Project-URL: Documentation, https://deadnews.github.io/deadnews-template-python
Author-email: DeadNews <deadnewsgit@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: layout,python,template
Classifier: Operating System :: OS Independent
Requires-Python: >=3.13
Requires-Dist: fastapi[all]>=0.115.0
Requires-Dist: pydantic>=2.9.2
Requires-Dist: uvicorn>=0.34.0
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
```
