Skip to content

Releases: dcchambers/macaw

Macaw v0.1.3

16 Nov 04:40
Compare
Choose a tag to compare
Macaw v0.1.3 Pre-release
Pre-release

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

16 Nov 04:37
Compare
Choose a tag to compare
Macaw v0.1.2 Pre-release
Pre-release
Fix MANIFEST file and update version to 0.1.2 in setup.py

Macaw v0.1.1

16 Nov 02:27
Compare
Choose a tag to compare
Macaw v0.1.1 Pre-release
Pre-release

v0.1.1 Includes a MANIFEST.in and dictionary.txt file.
Updaded setup.py to include this data file.

Macaw v0.1.0

16 Nov 01:58
Compare
Choose a tag to compare
Macaw v0.1.0 Pre-release
Pre-release

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

26 Oct 03:53
Compare
Choose a tag to compare
Pre-release

v0.0.1 Release to test python packaging via PyPi.

https://pypi.org/project/macawspeak/