mirror of
https://github.com/enpaul/spectrepy.git
synced 2024-11-23 23:17:51 +00:00
9 lines
316 B
Python
9 lines
316 B
Python
"""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>"]
|