Skip to content

Commit 8e9481b

Browse files
authored
Updated references to Thycotic with Delinea (#44)
1 parent f325171 commit 8e9481b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# The Thycotic Secret Server Python SDK
1+
# The Delinea Secret Server Python SDK
22

3-
![PyPI Version](https://img.shields.io/pypi/v/python-tss-sdk) ![License](https://img.shields.io/github/license/thycotic/python-tss-sdk) ![Python Versions](https://img.shields.io/pypi/pyversions/python-tss-sdk)
3+
![PyPI Version](https://img.shields.io/pypi/v/python-tss-sdk) ![License](https://img.shields.io/github/license/delinea/python-tss-sdk) ![Python Versions](https://img.shields.io/pypi/pyversions/python-tss-sdk)
44

5-
The [Thycotic](https://thycotic.com/) [Secret Server](https://thycotic.com/products/secret-server/) Python SDK contains classes that interact with Secret Server via the REST API.
5+
The [Delinea](https://delinea.com/) [Secret Server](https://delinea.com/products/secret-server/) Python SDK contains classes that interact with Secret Server via the REST API.
66

77
## Install
88

thycotic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
"""The Thycotic Secret Server Python SDK"""
1+
"""The Delinea Secret Server Python SDK"""
22

33
__version__ = "1.1.0"

thycotic/secrets/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""The Thycotic Secret Server SDK API facilitates access to the Secret Server
1+
"""The Delinea Secret Server SDK API facilitates access to the Secret Server
22
REST API using *OAuth2 Bearer Token* authentication.
33
44
Example:

0 commit comments

Comments
 (0)