Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
43 contributions in the last year
Activity overview
Contribution activity
November 2020
October 2020
Created 4 commits in 1 repository
Created 1 repository
- KeyWeeUsr/pykeepass Python
Created a pull request in libkeepass/pykeepass that received 8 comments
Move package constants from setup() into package itself
Move constants into the package so they can be accessed programmatically. Prevents also accidental running of setup() if imported (e.g. by a test) …