[Python-Dev] PEP 506 secrets module

Steven D'Aprano steve at pearwood.info
Thu Oct 15 20:57:11 EDT 2015


Hi,

As extensively discussed on Python-Ideas, the secrets module and PEP 506 
is (I hope) ready for pronouncement.

https://www.python.org/dev/peps/pep-0506/

There is code and tests here:

https://bitbucket.org/sdaprano/secrets


or you can run

hg clone https://sdaprano@bitbucket.org/sdaprano/secrets


The code is written for and tested on Python 2.6, 2.7, 3.1 - 3.4.



-- 
Steve


More information about the Python-Dev mailing list