Skip to main content

sysPass API client library for Python.

Project description

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
from syspass_api_client import api, account

o_api = api.JsonRpcApi()
o_account = account.Account(o_api)

for account_data in o_account.search():
    print(account_data)

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

syspass-api-client-0.1.3.tar.gz (5.2 kB view hashes)

Uploaded Source

Built Distribution

syspass_api_client-0.1.3-py3-none-any.whl (15.5 kB view hashes)

Uploaded Python 3

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