Add initial python module scaffolding and repo automation

This commit is contained in:
2023-03-30 22:27:37 -04:00
parent b32bcf597a
commit eade8ebc8d
8 changed files with 2963 additions and 11 deletions

8
spectrepy.py Normal file
View File

@@ -0,0 +1,8 @@
"""Python library bindings for the Spectre password manager"""
__title__ = "spectrepy"
__summary__ = "Python bindings for the Spectre Password Manager"
__version__ = "0.1.0"
__url__ = "https://github.com/enpaul/spectrepy/"
__license__ = "MIT"
__authors__ = ["Ethan Paul <24588726+enpaul@users.noreply.github.com>"]