Persistence to ini Files
Project description
This is a package that allows serializing objects to ConfigParser files and loading them back.
Changelog
1.1.4 (2017-05-25)
Fixed a senseless bug that was caused by the Py3 port.
1.1.3 (2017-05-25)
Fixed a bug in reading the config files.
Switched to modern io.open() which supports the encoding parameter.
Make sure that Bytes are properly converted in both directions.
1.1.2 (2017-05-24)
Ensure that we always load files in a way that its content is automatically converted to unicode.
Ensure that MANIFEST is complete.
1.1.1 (2017-05-24)
Added badges to README.
1.1.0 (2017-05-24)
Support for Python 3.5, 3.6 and PyPy.
Covnerted most doctests to unit tests to ease compatibility effort.
First public release.
1.0.0 (2017-05-15)
Initial release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.