Skip to main content

hyperscience saas client library

Project description

Hyperscience SaaS Client Library

The Hyperscience SaaS Client Library allows SaaS users to authenticate and use the API programmatically and seamlessly.

Installation

You can install the Hyperscience SAAS Client Library from PyPI:

pip install hyperscience-saas-client

How to use

The Hyperscience client library can be used in code:

from hyperscience import ApiController, CredentialsProvider, Configuration

credentials = CredentialsProvider('client_id', 'client_secret')            
configuration = Configuration('cloud.hyperscience.net')
api_controller = ApiController(configuration, credentials)

response = api_controller.get('/api/v5/healthcheck')

Releasing a new version

Releasing a new version includes:

  • Creating a new Git tag.
  • Publishing to PYPI.

To trigger a release:

  • Update file package-version.txt to set the right version. Follow Package Versioning guidelines to set the right version number.
  • Update CHANGELOG.md file to reflect the latest changes.
  • Create a new merge request.
  • Once merged, a pipeline will trigger. Run deploy-job manually inside that pipeline.

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

hyperscience-saas-client-1.0.5.tar.gz (13.1 kB view hashes)

Uploaded Source

Built Distribution

hyperscience_saas_client-1.0.5-py2.py3-none-any.whl (21.0 kB view hashes)

Uploaded Python 2 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