A (IMHO) better Config file reader for Python
Stars
4
Forks
1
Watchers
4
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
Updated the feature to handle prove the newest code changes.
727da4cView on GitHubFixed a bug wherein a value with an = or : sign, when the corresponding sign in the same, would have issues due to a forgotten join call.
b59aa45View on GitHubAdded support for "#" sign comments as well as using a ":" to separate keys from values
3d4251fView on GitHubAdded support for handling INI style comments, plus associated test
879f57eView on GitHubMinor updates for the item resolution with associated tests
486b98aView on GitHubAdding a git ignore so I don't accidentally checkin a pyc file.
a6d74f7View on GitHubAdding support for item resolution for the ConfigReader
9779a04View on GitHubAdded a self test which shows since, the sections are objects, that we can also query using getattr().
a054801View on GitHubAdding a series of Freshen (https://github.com/rlisagor/freshen) tests.
f1f3fbaView on GitHub