Skip to main content

1Password_Utility is a Python package providing utility functions for interacting with 1Password via the command-line interface (CLI). It simplifies the process of retrieving credentials from 1Password vaults within your Python scripts, making it easier to automate tasks and securely manage sensitive information.

Project description

1Password_Utility 🚀

A collection of utility functions for interacting with 1Password via the command-line interface (CLI).

Features ✨

  • Retrieve credentials (username and password) from 1Password vaults securely within your Python scripts. 🔒
  • Simplifies the process of automating tasks and managing sensitive information. 🤖

Prerequisites 📋

  • 1Password: You need to have 1Password installed and set up on your system.
  • 1Password CLI (op): Install the 1Password CLI by following the instructions on the 1Password Developer website. 🛠️

Installation 📥

pip install 1Password-Utility

Usage

onepassword = __import__('1Password-Utility')

# Retrieve credentials from a 1Password item
item_uuid = "your_item_uuid"  # Replace with the actual UUID of your 1Password item
username, password = onepassword_utils.get_credentials_from_1password(item_uuid)

if username and password:
    print(f"Username: {username}")
    print(f"Password: {password}")
    # ... Use the credentials in your script 🎉
else:
    print("Failed to retrieve credentials.") 😕

Important:⚠️

Make sure you have the 1Password CLI (op) installed and configured correctly before using this package. Handle the retrieved credentials securely within your scripts. Avoid printing them to the console or storing them in plain text. 🛡️

Contributing 🤝

Contributions are welcome! Please feel free to submit pull requests or open issues if you find any bugs or have suggestions for improvements.

License 📄

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

Key points:

  • Clear sections: The README is organized into clear sections with headings to make it easy to navigate.
  • Prerequisites: The prerequisites section explicitly mentions the need for 1Password and the 1Password CLI.
  • Installation: Provides the pip install command for easy installation.
  • Usage: Includes a concise code example demonstrating how to use the get_credentials_from_1password function.
  • Important notes: Highlights important considerations for security and setup.
  • Contributing and License: Encourages contributions and specifies the license under which the project is released.

Remember to replace placeholders like your_item_uuid and your-username with your actual values.

You can further enhance the README by adding more detailed explanations, additional usage examples, or information about any other functions you might include in your onepassword_utils package in the future.

Let me know if you have any other questions or need help with further refinements!

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

one_password_utility-0.1.4.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

One_Password_Utility-0.1.4-py3-none-any.whl (3.4 kB view details)

Uploaded Python 3

File details

Details for the file one_password_utility-0.1.4.tar.gz.

File metadata

  • Download URL: one_password_utility-0.1.4.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.10

File hashes

Hashes for one_password_utility-0.1.4.tar.gz
Algorithm Hash digest
SHA256 c62e48c368a6b8006fa86fe81e60661ad8e23321e744e6a82782515f3b01441f
MD5 86c583fee1705c5b1cf9c8741d327374
BLAKE2b-256 20cf840fa0f1edaa93e388b2ee7d3990b2bd88c378be0fbe4ccff17a24b71678

See more details on using hashes here.

File details

Details for the file One_Password_Utility-0.1.4-py3-none-any.whl.

File metadata

File hashes

Hashes for One_Password_Utility-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 81f7e24002beec3dd1139b9b6173373bf3e89cd26a82e9dcc74ece0294165967
MD5 005d89d1ca6a9d339430907581a10c5d
BLAKE2b-256 347fda1b96ae13af7c859ce808224dffd1a6d9bc10ea24494067a1e9aba5d02a

See more details on using hashes here.

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