mirror of
https://github.com/enpaul/spectrepy.git
synced 2025-12-18 00:50:37 +00:00
Add initial python module scaffolding and repo automation
This commit is contained in:
8
spectrepy.py
Normal file
8
spectrepy.py
Normal 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>"]
|
||||
Reference in New Issue
Block a user