Metadata-Version: 2.1
Name: py-secretserver
Version: 0.0.5
Summary: Package to interact and automate against Secret Server REST API
Home-page: https://github.com/thycotic-ps/py-secretserver
Author: Shawn Melton
Author-email: shawn.melton@thycotic.com
License: UNKNOWN
Project-URL: Documentation, https://github.com/thycotic-ps/py-secretserver
Project-URL: Bug Reports, https://github.com/thycotic-ps/py-secretserver/issues
Project-URL: Source Code, https://github.com/thycotic-ps/py-secretserver
Keywords: secretserver,restapi,automate,security,secret,secrets,vault
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: check-manifest ; extra == 'dev'

# Python Secret Server Package

[![PyPI package](https://img.shields.io/badge/pip%20install-py--secretserver-brightgreen)](https://pypi.org/project/py-secretserver/)
[![version number](https://img.shields.io/github/v/release/thycotic-ps/py-secretserver?style=flat-square)](https://github.com/thycotic-ps/py-secretserver/releases)
[![Actions Status](https://github.com/thycotic-ps/py-secretserver/workflows/Test/badge.svg)](https://github.com/thycotic-ps/py-secretserver/actions)

[Secret Server](https://www.thycotic.com/secretserver) is an enterprise-grade Privileged Access Management (PAM) solution available both on-premises or as a cloud-based subscription. Credentials used in your automation processes can be stored and retrieved via Secret Server's REST API to secure your scripts and workflows.

Py-SecretServer is a package that you use for quickly retrieving credentials from your Secret Server environment, among other things.

## Install

Py-SecretServer requires Python 3.6 and above.

MacOs/Linux:

```console
python3 -m pip install py-secretserver
```

Windows:

```console
python -m pip install py-secretserver
```

## Usage

🚧 Under construction 🚧


