Releases: dcchambers/macaw
Releases · dcchambers/macaw
Macaw v0.1.3
The first fully functional (but still basic) release of Macaw!
- Prints a password composed of 5 random english words.
Usage:
$ macaw
CHANGELOG:
- Switched to using pkgutils.get_data instead of regular python file open. Needed so that the installed python package could find the data file (dictionary.txt).
Macaw v0.1.2
Fix MANIFEST file and update version to 0.1.2 in setup.py
Macaw v0.1.1
v0.1.1 Includes a MANIFEST.in and dictionary.txt file.
Updaded setup.py to include this data file.
Macaw v0.1.0
First meaningful 'release' of Macaw.
Generates a password of 5 random words and prints it to the terminal with fun ASCII art.
Macaw v0.0.1 Initial Test Release
v0.0.1 Release to test python packaging via PyPi.