**changelog**
- added command line 💻
instalation:
bash
pip install config-client[cli]
usage:
bash
show help
config -h
show help from client subcommand
config client -h
- code refactored
- added tox to simplify local tests on python versions:
- current versions suported: 3.6, 3.7, 3.8 and pypy3
- tests migrated to pytest
**issues resolved**
- [Please allow us to omit the .json extension](https://github.com/amenezes/config-client/issues/18)
- [Local Configuration Support](https://github.com/amenezes/config-client/issues/19)