Skip to main content

Python wrapper for passrs

Project description

pypassrs

A Python wrapper around passrs

Usage

from pypassrs import pypassrs

# Initialize a new password storage
pypassrs.init(".passrs_storage")

# Generate a new password
password = pypassrs.generate()

# Insert the new password into the storage
pypassrs.insert("path/to/password", password)

# Alternatively, store the password that is generated
pypassrs.generate("path/to/password2")

# Get a password
pypassrs.show("path/to/password")

# Show password directory
print(pypassrs.tree())

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pypassrs-0.5.5.tar.gz (1.4 kB view hashes)

Uploaded Source

Built Distributions

pypassrs-0.5.5-cp311-cp311-win_amd64.whl (205.1 kB view hashes)

Uploaded CPython 3.11 Windows x86-64

pypassrs-0.5.5-cp311-cp311-manylinux_2_28_x86_64.whl (1.6 MB view hashes)

Uploaded CPython 3.11 manylinux: glibc 2.28+ x86-64

pypassrs-0.5.5-cp310-cp310-win_amd64.whl (205.1 kB view hashes)

Uploaded CPython 3.10 Windows x86-64

pypassrs-0.5.5-cp310-cp310-manylinux_2_28_x86_64.whl (1.6 MB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.28+ x86-64

pypassrs-0.5.5-cp39-cp39-win_amd64.whl (205.1 kB view hashes)

Uploaded CPython 3.9 Windows x86-64

pypassrs-0.5.5-cp39-cp39-manylinux_2_28_x86_64.whl (1.6 MB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.28+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page