Skip to content

Releases: darrida/pykeypass

pykeypass-2024.4.19

22 Apr 18:36
Compare
Choose a tag to compare
2024.04.19

removed unneeded print statements

pykeypass

10 Mar 02:19
Compare
Choose a tag to compare
pykeypass Pre-release
Pre-release

Changes:

  • Refracted code. Changed the path_selection() function to multiple return instead of returning a list.

pykeypass

10 Mar 02:03
Compare
Choose a tag to compare
pykeypass Pre-release
Pre-release

Changes:

  • Additional of unit tests in preview version broke some of normal functionality (go figure...). Functionality is restored and code refactored to ensure tests are running on a better representation of real world functionality.

pykeypass

09 Mar 04:19
f27028c
Compare
Choose a tag to compare
pykeypass Pre-release
Pre-release

Changes:

  • Implemented unit tests via pytest (94% coverage)

pykeypass

06 Mar 03:16
Compare
Choose a tag to compare
pykeypass Pre-release
Pre-release
  • Added pykeypass setup command to install.bat to facilitate setting everything up when tool is initialized
    • Note: Linux is not quite functioning yet. Ideally linux users should to use pip install --editable . followed by pykeypass setup in terminal to get everything setup. However, the second statement simply prompts the error handling that should only appear if trying to run the command for the first time outside of the root directory (only tested in Windows 10 WSL Ubuntu).

pykeypass

05 Mar 14:01
Compare
Choose a tag to compare
pykeypass Pre-release
Pre-release
v0.9

Update pykeypass.py