Metadata-Version: 2.1
Name: zpz
Version: 0.4
Summary: Python utilities.
Author-email: Zepu Zhang <zepu.zhang@gmail.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: pytz
Requires-Dist: avro-python3 ; extra == "avro"
Requires-Dist: numpy ; extra == "avro"
Requires-Dist: snappy ; extra == "avro"
Requires-Dist: line-profiler >=3.0,<4.0 ; extra == "lineprofiler"
Requires-Dist: bandit ; extra == "test"
Requires-Dist: coverage[toml] ; extra == "test"
Requires-Dist: flake8 ; extra == "test"
Requires-Dist: mypy ; extra == "test"
Requires-Dist: pylint ; extra == "test"
Requires-Dist: pytest ; extra == "test"
Project-URL: Source, https://github.com/zpz/utilities.py
Provides-Extra: avro
Provides-Extra: lineprofiler
Provides-Extra: test

Python Utilities
================

This repo collects some small Python utilities that I have created (or collected) in practice,
and organizes them as a package named `zpz`.

These utilities are not "one-off" experiments; they are really useful code.
However, they do not form a coherent set of utilities for a particular application domain.
There is no plan to maintain this code as a coherent library.
This package is uploaded to [pypi](https://pypi.org/project/zpz/).
Consider it to be mainly for the author's personal convenience.
Do not assume the releases will be maintained in a stable, regular, and backward-compatible way.

One reasonable way to use it is to copy-paste whatever segments you find useful.

To install, do

```
pip install zpz
```

