Python wrapper for Thycotic Secret Server API
Project description
Python Thycotic
This is a Python wrapper for Thycotic Secret Server API version 10.9.
Install
pip install python_thycotic
Usage
You will need to the username, password, and Thycotic Secret Server URL to instantiate the class.
import os, thycotic
ss = thycotic.Api(
os.environ.get("THYCOTIC_USER"),
os.environ.get("THYCOTIC_PASS"),
os.environ.get("THYCOTIC_URL"),
)
Get an access token, which is used to make API calls
ss.auth()
Get a secret by id
secret = ss.get_secret(123)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
python_thycotic-0.1.0.tar.gz
(3.6 kB
view details)
File details
Details for the file python_thycotic-0.1.0.tar.gz.
File metadata
- Download URL: python_thycotic-0.1.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.7.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6dd84ac991c779a0f5386c3acca9e68f34fb85753dab285a7a9984644dd3c9bf
|
|
| MD5 |
c554a71fb2c72dfea011f16732b926aa
|
|
| BLAKE2b-256 |
77bc3cf5c358e74b0a27705d402dbede62968a654243efa8bb37f1e53caed9fe
|