Metadata-Version: 2.4
Name: demo-example-package
Version: 0.1.6
Summary: A modern Python package with complete CI/CD setup
Project-URL: Homepage, https://github.com/serafinovsky/demo-example-package
Project-URL: Documentation, https://github.com/serafinovsky/demo-example-package#readme
Project-URL: Repository, https://github.com/serafinovsky/demo-example-package
Project-URL: Issues, https://github.com/serafinovsky/demo-example-package/issues
Author-email: Mark Serafinovsky <m.serafinovsky@gmail.com>
License: MIT
License-File: LICENSE
Keywords: package,python
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.11
Description-Content-Type: text/markdown

[![CI/CD](https://github.com/serafinovsky/demo-example-package/actions/workflows/checks.yml/badge.svg)](https://github.com/serafinovsky/demo-example-package/actions/workflows/release-please.yml)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/serafinovsky/demo-example-package)](https://github.com/serafinovsky/demo-example-package/releases)
[![codecov](https://codecov.io/gh/serafinovsky/demo-example-package/branch/master/graph/badge.svg)](https://codecov.io/gh/serafinovsky/demo-example-package)
[![PyPI version](https://badge.fury.io/py/demo-example-package.svg)](https://badge.fury.io/py/demo-example-package)
[![Python Versions](https://img.shields.io/pypi/pyversions/demo-example-package.svg)](https://pypi.org/project/demo-example-package/)
[![Code style: ruff](https://img.shields.io/badge/code%20style-ruff-000000.svg)](https://github.com/astral-sh/ruff)
[![Type checked with mypy](https://img.shields.io/badge/mypy-checked-blue.svg)](http://mypy-lang.org/)
[![Security: bandit](https://img.shields.io/badge/security-bandit-green.svg)](https://github.com/PyCQA/bandit)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)

# Demo example package

A modern Python package with complete CI/CD setup

> **_NOTE:_** Generated from [cookiecutter-python-package](https://github.com/serafinovsky/cookiecutter-python-package) template for demonstration purposes

## Documentation

- **[Setup Guide](https://github.com/serafinovsky/demo-example-package/blob/master/SETUP.md)** - Initial project configuration
- **[Development Workflow](https://github.com/serafinovsky/demo-example-package/blob/master/WORKFLOW.md)** - How to contribute and work with the project
