Skip to main content

Generate username and password credentials.

Project description

Password credentials.

Store and query for username and password.

Install

pip install --upgrade password-credentials==0.0.4

Usage

# Import Credentials class
from password_credentials.credentials import Credentials

# Initiliase with username and password.
credentials: Credentials = Credentials(username="USERNAME", password="PASSWORD")

# Generate credentials from enviroment values or if not defined prompt user.
credentials: Credentials = Credentials.get(
    service="EXAMPLE"
)

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

password_credentials-0.0.5.tar.gz (6.1 kB view hashes)

Uploaded Source

Built Distribution

password_credentials-0.0.5-py3-none-any.whl (6.6 kB view hashes)

Uploaded Python 3

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