Metadata-Version: 2.1
Name: zpz
Version: 0.2
Summary: Python utilities
Home-page: https://github.com/zpz/utilities.py
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8
License-File: LICENSE

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/search/?q=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
```


