Python library to generate passwords using the text of classic novels
Project description
This module leverages the gutenbergpy library to retreive the text of classic novels from the Gutenberg Project, a collection of open-source ebooks. It then returns 5 secure password candidates in a list
Installation
pip install gutenbergPasswordGenerator
To Use
import gutenbergPasswordGenerator
gutenbergPasswordGenerator.generate_passwords()
Developing
This project utilizes black and flake8 to format and lint code, and leverages pre-commit for enforcement.
To configure your personal environment/commit hooks:
pip install black flake8 pre-commit
pre-commit install
Releases
Releases are published whenever a tag is pushed to Github
# set version number
export RELEASE=x.x.x
# create tags
git commit --allow-empty -m "Release $RELEASE"
git tag -a $RELEASE -m "Version $RELEASE
# push
git push upstream --tags
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gutenbergPasswordGenerator-0.3.0.tar.gz.
File metadata
- Download URL: gutenbergPasswordGenerator-0.3.0.tar.gz
- Upload date:
- Size: 82.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
972cb24dbb2b780da312ddad314dd4944d800032b7fbd7e8cdeed4a0bc65db57
|
|
| MD5 |
3e1078c90463a07988c0d0fdc53aaba3
|
|
| BLAKE2b-256 |
ffaf96ed9cb8ddeabc40ea589a6e3fd54aee4d72ed6bb741f017f361ba7aefac
|
File details
Details for the file gutenbergPasswordGenerator-0.3.0-py3-none-any.whl.
File metadata
- Download URL: gutenbergPasswordGenerator-0.3.0-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70238e7194832ac3dffe59f73fb7f1092cddfec7906e7212d0f004f4566d05cb
|
|
| MD5 |
6de1b9b3143aeba74f425e38a2ae1156
|
|
| BLAKE2b-256 |
d5503708a0f3d3783af6db29899ebb2cea0fa50b2230318cd2e560a9ee9a8a23
|