Metadata-Version: 2.1
Name: python2-secrets
Version: 1.0.1
Summary: Backport of secrets for python2
Home-page: https://github.com/scaleway/python2-secrets
Author: Scaleway
Author-email: opensource@scaleway.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Security
Requires-Python: >= 2.7, != 3.*.*

# Secrets backport

Backported python3 [secrets](https://hg.python.org/cpython/file/3.6/Lib/secrets.py) module for python2.7


ChangeLog
=========

1.0.1 (2018-08-18)
------------------

* Add compatibility to python2.6 by creating a default compare_digest

1.0.1 (2018-09-17)
------------------

* Initial backport of secrets module


