* Remove Python 2 support * Restrict special characters to those [supported by AWS](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_passwords_account-policy.html)
0.2.2
* Another attempt to fix `builtins` import issue in Python 2.7.
0.2.1
* Fixing minor issue with setup in Python 2.7 (depending on the `builtins` library, which is not available by default in Python 2).
0.2.0
* Added feature to allow one to generate passwords based on
0.1.2
* Renamed password generation functions from `generate_password_chars` and `generate_password_words` to simply `chars` and `words`. Simplifies API. * Added more documentation around password entropy selection.