Metadata-Version: 2.1
Name: zcommons
Version: 0.2.1
Summary: A collection of common utils for python.
Home-page: https://github.com/malanore-z/zcommons4p
Author: malanore.z
Author-email: malanore.z@gmail.com
Project-URL: Bug Tracker, https://github.com/malanore-z/zcommons4p/issues
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# zcommons for python

A collection of common utils for python.  

## Requirements

+ Python >= 3.6  
+ colorama, dataclasses(if python==3.6), sortedcontainers

## Install

```shell
pip install zcommons==0.2.0
```
