Skip to content

Repository files navigation

sysPass API Client for Python

Build Status

This API client aims to be a core library for those projects based on Python and require to connect to a sysPass instance.

It has all the methods currently implemented (as of sysPass v3.1) and can be easily extended to future extensions.

Installation

$ pipenv install syspass_api_client

Usage

The following environment variables could be used:

  • SYSPASS_API_URL
  • SYSPASS_API_TOKEN
  • SYSPASS_API_TOKEN_PASS
  • SYSPASS_TLS_VERIFY
fromsyspass_api_clientimportapi, accounto_api=api.JsonRpcApi()
o_account=account.Account(o_api)
foraccount_dataino_account.search():
print(account_data)

About

sysPass API Client for Python

Resources

Stars

7 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages