Metadata-Version: 2.1
Name: chariothy-common
Version: 1.1.0
Summary: Common code for myself.
Home-page: https://github.com/chariothy/pycommon.git
Author: Henry TIAN
Author-email: chariothy@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown

### Python version >= 3.6

## Common code for myself.

## Features:

1. Combine config & ENV variable & config_local & config_test (if --test).
1. @log annotation.
1. logger helper.
1. email helper.
1. load & dump json.
1. @benchmark annotation.
1. GetCh for multiple platforms.
1. Get windows folders.
1. @deprecated annotation.
1. deep merge.

