Metadata-Version: 2.1
Name: common-py
Version: 0.1.1
Summary: The fundamental package needed for common purpose with Python.
Home-page: https://github.com/tenkeyless/common_py
Author: TenKeyLess
Author-email: blivme84@naver.com
License: MIT
Keywords: common util
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: toolz (>=0.10.0)

common_py
=====

common_py is the fundamental package needed for common purpose with Python.


Requirements
-------

* Python &ge; 3.7
* Toolz &ge; 0.10.0


Install
-------

```
pip install git+https://github.com/tenkeyless/common_py.git
```


