Metadata-Version: 2.1
Name: kipp
Version: 0.2.9
Summary: Python Utils
Home-page: https://github.com/Laisky/kipp
Author: Laisky
Author-email: ppcelery@gmail.com
License: MIT License
Keywords: setup,distutils,utils
Classifier: Development Status :: 4 - Beta
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Software Development :: Libraries
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
License-File: LICENSE
Requires-Dist: ruamel.yaml (~=0.14)
Requires-Dist: future (<1)
Requires-Dist: maya (~=0.6)
Requires-Dist: tornado (>=4.5)
Requires-Dist: xxhash (~=1.3)
Provides-Extra: aio
Requires-Dist: tornado (~=4.5) ; extra == 'aio'
Provides-Extra: all
Requires-Dist: pytest ; extra == 'all'
Requires-Dist: mock ; extra == 'all'
Requires-Dist: sphinx ; extra == 'all'
Requires-Dist: recommonmark ; extra == 'all'
Requires-Dist: sphinxcontrib-napoleon ; extra == 'all'
Requires-Dist: pillow (==3.4.2) ; extra == 'all'
Requires-Dist: tornado (~=4.5) ; extra == 'all'
Provides-Extra: doc
Requires-Dist: sphinx ; extra == 'doc'
Requires-Dist: recommonmark ; extra == 'doc'
Requires-Dist: sphinxcontrib-napoleon ; extra == 'doc'
Provides-Extra: image
Requires-Dist: pillow (==3.4.2) ; extra == 'image'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: mock ; extra == 'test'

# Kipp

| ![kipp](https://s3.laisky.com/uploads/2019/06/nolan-comic-ft.jpg)
| :---------------------------------------------------------------:
|                       Humanistic Utilities

[![versions](https://img.shields.io/badge/version-v0.2.9-blue.svg)]()
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![PyPI version](https://badge.fury.io/py/kipp.svg)](https://badge.fury.io/py/kipp)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

---

[Github](https://github.com/Laisky/kipp/tree/master/kipp)

## Document

TBD

---

## Install

Run:

```sh
$ pip install kipp
```
