Skip to main content

A Python library for securely retrieving API keys from 1Password

Project description

Locksys

Locksys is a Python library by Lifsys, Inc. for securely retrieving API keys from 1Password vaults using the 1Password Connect SDK.

Installation

You can install Locksys using pip:

pip install locksys

Usage

Here's a quick example of how to use Locksys:

from locksys import Locksys

# Initialize Locksys with a vault name (default is "API")
lock = Locksys("MyVault")

# Retrieve an API key
api_key = lock.item("MyItem").key("API_KEY").results()

print(f"Retrieved API key: {api_key}")

Features

  • Secure retrieval of API keys from 1Password vaults
  • Caching of 1Password client for improved performance
  • Simple and intuitive API

Requirements

  • Python 3.6+
  • 1Password Connect SDK

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Support

If you encounter any problems or have any questions, please open an issue on the GitHub repository.

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

locksys-0.1.0.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

locksys-0.1.0-py3-none-any.whl (3.7 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