Metadata-Version: 2.1
Name: package-utils
Version: 0.4.1
Summary: Common utilities for Python packages
Author-email: Quinten Roets <qdr2104@columbia.edu>
License: MIT
Project-URL: Source Code, https://github.com/quintenroets/package-utils
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typer<1,>=0.9
Provides-Extra: dev
Requires-Dist: superpathlib<2,>=1.3.7; extra == "dev"
Requires-Dist: package-dev-tools<1,>=0.3.1; extra == "dev"
Requires-Dist: package-dev-utils<1,>=0.1.3; extra == "dev"

# Package Utils
[![PyPI version](https://badge.fury.io/py/package-utils.svg)](https://badge.fury.io/py/package-utils)
![Python version](https://img.shields.io/badge/python-3.10+-brightgreen)
![Operating system](https://img.shields.io/badge/os-linux%20%7c%20macOS%20%7c%20windows-brightgreen)
![Coverage](https://img.shields.io/badge/coverage-100%25-brightgreen)

## Usage
see examples in [tests](https://github.com/quintenroets/package-utils/tree/main/tests) and [pyhton-package-template](https://github.com/quintenroets/python-package-template/blob/main/src/python_package_template/cli/entry_point.py)

## Installation
```shell
pip install package-utils
```
