Metadata-Version: 2.1
Name: python2-secrets
Version: 1.0.5
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.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.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.0.*, !=3.1.*, !=3.2.*, !=3.3.*

# Secrets backport

Backport of Python 3.6's [secrets](https://docs.python.org/3/library/secrets.html) module for Python 2.7, 3.4 and 3.5.


ChangeLog
=========

1.0.5 (2019-01-29)
------------------

* Explicit Python 3.4 and 3.5 support in setup.py and README.

1.0.4 (2018-11-16)
------------------

* Fix: import for python 3

1.0.3 (2018-11-07)
------------------

* Add MANIFEST.in

1.0.2 (2018-08-18)
------------------

* Set lower version to 2.7.7 for compare_digest import

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

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

1.0.0 (2018-09-17)
------------------

* Initial backport of secrets module


