nthmost / python-secureconfig

Secure config files in JSON and .ini formats, ConfigParser style.
18 stars 10 forks source link

Py3 Fixes and PEP8 compliance stuff #6

Closed andy-shady-org closed 4 years ago

andy-shady-org commented 4 years ago

Fixed a few python3 issues Fixed an inconsistant import Fixed PEP8 Docstrings quotes Added version file Adjusted setup.py to use version file

will fix issue #3 and issue #4

nthmost commented 4 years ago

Thank you for the pull request!