Metadata-Version: 2.4
Name: pkn
Version: 0.4.0
Summary: My Pocket Knife
Project-URL: Repository, https://github.com/1kbgz/pkn
Project-URL: Homepage, https://github.com/1kbgz/pkn
Author-email: the pkn authors <t.paine154@gmail.com>
License: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Requires-Dist: ccflow>=0.6.10
Requires-Dist: colorlog
Requires-Dist: pydantic
Provides-Extra: all
Requires-Dist: boto3; extra == 'all'
Requires-Dist: botocore; extra == 'all'
Requires-Dist: ccflow-email; extra == 'all'
Requires-Dist: ccflow-s3; extra == 'all'
Requires-Dist: ccflow>=0.6.10; extra == 'all'
Requires-Dist: colorlog; extra == 'all'
Requires-Dist: jinja2; extra == 'all'
Requires-Dist: pydantic; extra == 'all'
Provides-Extra: base
Requires-Dist: ccflow>=0.6.10; extra == 'base'
Requires-Dist: colorlog; extra == 'base'
Requires-Dist: pydantic; extra == 'base'
Provides-Extra: ccflow
Requires-Dist: boto3; extra == 'ccflow'
Requires-Dist: botocore; extra == 'ccflow'
Requires-Dist: ccflow-email; extra == 'ccflow'
Requires-Dist: ccflow-s3; extra == 'ccflow'
Requires-Dist: ccflow>=0.6.10; extra == 'ccflow'
Requires-Dist: jinja2; extra == 'ccflow'
Provides-Extra: develop
Requires-Dist: boto3; extra == 'develop'
Requires-Dist: botocore; extra == 'develop'
Requires-Dist: build; extra == 'develop'
Requires-Dist: bump-my-version; extra == 'develop'
Requires-Dist: ccflow-email; extra == 'develop'
Requires-Dist: ccflow-s3; extra == 'develop'
Requires-Dist: ccflow>=0.6.10; extra == 'develop'
Requires-Dist: check-manifest; extra == 'develop'
Requires-Dist: codespell<2.5,>=2.4; extra == 'develop'
Requires-Dist: colorlog; extra == 'develop'
Requires-Dist: emails; extra == 'develop'
Requires-Dist: hatch-multi; extra == 'develop'
Requires-Dist: hatchling; extra == 'develop'
Requires-Dist: jinja2; extra == 'develop'
Requires-Dist: mdformat-tables>=1; extra == 'develop'
Requires-Dist: mdformat<1.1,>=0.7.22; extra == 'develop'
Requires-Dist: pydantic; extra == 'develop'
Requires-Dist: pytest; extra == 'develop'
Requires-Dist: pytest-cov; extra == 'develop'
Requires-Dist: ruff<0.15,>=0.9; extra == 'develop'
Requires-Dist: twine; extra == 'develop'
Requires-Dist: uv; extra == 'develop'
Requires-Dist: wheel; extra == 'develop'
Provides-Extra: logging
Description-Content-Type: text/markdown

# pkn

My Pocket Knife

[![Build Status](https://github.com/1kbgz/pkn/actions/workflows/build.yaml/badge.svg?branch=main&event=push)](https://github.com/1kbgz/pkn/actions/workflows/build.yaml)
[![codecov](https://codecov.io/gh/1kbgz/pkn/graph/badge.svg?token=DK9H3BRX82)](https://codecov.io/gh/1kbgz/pkn)
[![License](https://img.shields.io/github/license/1kbgz/pkn)](https://github.com/1kbgz/pkn)
[![PyPI](https://img.shields.io/pypi/v/pkn.svg)](https://pypi.python.org/pypi/pkn)

## Overview

This library contains a collection of Python utilities and extensions for commonly used frameworks, including [pydantic](https://docs.pydantic.dev/latest/), [ccflow](https://github.com/point72/ccflow), logging, Linux utilities, etc.

### pydantic

TODO

### ccflow

TODO

### logging

TODO

> [!NOTE]
> This library was generated using [copier](https://copier.readthedocs.io/en/stable/) from the [Base Python Project Template repository](https://github.com/python-project-templates/base).
