Added tag 0.2.0 for changeset 413d4f600190
pkg: prepare 0.2
retire the `sortdict`, now useless since py3 (from 3.6) dicts are insert order sorted
provide a __repr__ and __str__ for the reader object Will help while in debugging sessions.
tox.ini: remove dead option
highlight the missing __str__ and __repr__ generic methods
pkg: provide the current hosting url
retire py2 compat
pkg: use a proper package layout It helps pytest out of its current confusion.
version 0.1.0 pushed on pypi
start a small README
tests: aknowledge that the previous fix gave us `path` in first position which closes #2
reader: fix the copy constructor closes #3
packaging (setup.py, tox.ini, release.sh)
change the module name "from inireader import reader" is quite less involved than "from inireader.config import config"
backport the mercurial config object for general use