History¶
2.2¶
#17: Drop dependency on keyring.py27compat and use six instead.
#16: Minor tweaks to file-based backends.
2.1¶
Add persistent scheme and version tags for file based backends. Prepare for associated data handling in file based schemes.
1.3¶
#9: Moved base file backend functionality from ‘keyrings.alt.file’ to ‘keyrings.alt.base_file’. This allows the ‘Windows’ module to no longer trigger a circular import with the ‘file’ module.
1.2¶
Updated project skeleton. Tests now run under tox. Tagged commits are automatically released to PyPI.
#6: Added license file.
1.1¶
FileBacked backends now have a repr
that includes the file path.
1.0¶
Initial release based on Keyring 7.3.