Metadata-Version: 2.4
Name: python-package-template-pypi
Version: 0.5.6
Summary: Python package template configuration.
Keywords: python,template,package,github,pypi
Author: Daniel Mizsak
Author-email: Daniel Mizsak <daniel@mizsak.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: numpy>=2.4.4
Requires-Python: >=3.12
Project-URL: Repository, https://github.com/daniel-mizsak/python-package-template/
Project-URL: Documentation, https://daniel-mizsak.github.io/python-package-template/
Project-URL: Issues, https://github.com/daniel-mizsak/python-package-template/issues/
Description-Content-Type: text/markdown

# <div align="center">🐍 python-package-template</div>

<div align="center">
    <kbd>
        <a href="https://github.com/daniel-mizsak/python-package-template/actions/workflows/ci.yml" target="_blank"><img src="https://github.com/daniel-mizsak/python-package-template/actions/workflows/ci.yml/badge.svg" alt="build status"></a>
        <a href="https://codecov.io/gh/daniel-mizsak/python-package-template" target="_blank"><img src="https://codecov.io/gh/daniel-mizsak/python-package-template/graph/badge.svg?token=SDXG1S8PVM" alt="codecov"></a>
        <a href="https://pypi.org/project/python-package-template-pypi" target="_blank"><img src="https://img.shields.io/pypi/v/python-package-template-pypi" alt="pypi version"></a>
        <a href="https://github.com/daniel-mizsak/python-package-template/blob/main/LICENSE" target="_blank"><img src="https://img.shields.io/github/license/daniel-mizsak/python-package-template" alt="license"></a>
    </kbd>
</div>

## Overview

Python package template configuration.

## Getting started

> [!CAUTION]
> This template represents my personal understanding of the current best practices.\
> It is advised to do further research before implementing these configurations in your environment.

Documentation is available at the [GitHub Pages of this repository](https://daniel-mizsak.github.io/python-package-template).

<hr>

<div align="center">
    <strong>⭐ Star the repository if you found it useful ⭐</strong>
    <br>
    <a href="https://github.com/daniel-mizsak/repository-template" target="_blank">Repository Template</a> |
    <a href="https://github.com/daniel-mizsak/workflows" target="_blank">Reusable Workflows</a> |
    <a href="https://github.com/daniel-mizsak/mtjd" target="_blank">Development Environment </a>
</div>
