Skip to main content

Python client for OrderlyWeb API

Project description

orderlyweb-api

Build Status codecov.io

Python client for OrderlyWeb.

Initial use case is to run a report only.

Usage

Instantiate the OrderlyWebAPI class, providing base url and bearer token as parameters:

api = OrderlyWebAPI('http://localhost:8080', 'H2AAbjvhjbbhbhjlh')

The bearer token must be obtained externally to this client. Use the Montagu Python client to obtain a token by authenticating with Montagu.

To run a report:

api.run_report(report_name, report_paraneters, timeout)

where report_parameters is a dictionary or JSON string, and timeout is an integer. Timeout sets a timeout for the report run in seconds, after which the run will be halted. The default timeout is 600.

Development

Clone the repo anywhere and install dependencies with (from the repo root):

pip3 install --user -r requirements.txt

Run dependencies (a local copy of Montagu API and database, and OrderlyWeb) with scripts/run-dev-dependencies.sh. This will also add a test user to Montagu.

Testing

Run dependencies as described above, then run pytest

Publishing

This repository is published to PyPI.

Building and publishing is done manually, with local sources.

Publishing configuration can be found in setup.py, and any classes, methods etc which should be accessible to users of the package must be added to orderlyweb_api/__init__.py. Remember to increment version in setup.py before publishing a new build.

To publish:

  1. Delete the following folders: .eggs, build, dist, orderlyweb_api.egg-info.
  2. Build the package with: python3 setup.py sdist bdist_wheel
  3. Publish with: python3 -m twine upload dist/*

To use the OrderlyWebAPI class as a client of the package, include orderlyweb-api in your requirements.txt. Import with import orderlyweb_api, and instantiate the API class with orderlyweb_api.OrderlyWebAPI(url, token)

See general instructions for publishing Python packages here.

Some troubleshooting tips for publishing Python packages can be found in the consellations repo.

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

orderlyweb-api-1.0.0.tar.gz (7.2 kB view details)

Uploaded Source

Built Distribution

orderlyweb_api-1.0.0-py3-none-any.whl (9.8 kB view details)

Uploaded Python 3

File details

Details for the file orderlyweb-api-1.0.0.tar.gz.

File metadata

  • Download URL: orderlyweb-api-1.0.0.tar.gz
  • Upload date:
  • Size: 7.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for orderlyweb-api-1.0.0.tar.gz
Algorithm Hash digest
SHA256 d6373974574fc6177c1cd24f820910ac891761ae6c7399dff3979b8ba2a7e078
MD5 3d27411982a8b8048c1512c99e54910f
BLAKE2b-256 1320a11bdef8158d13d414700005247bd35c67d99c79076814b94e266e9bc638

See more details on using hashes here.

File details

Details for the file orderlyweb_api-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for orderlyweb_api-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f41ba6bc322b91a59ac18fdf74d606d8d13100bcf230cc3e0e5f3215d6bb075e
MD5 eea73cf64034c3c282e01e5a99af15e1
BLAKE2b-256 2175f39754d11aa680962c8503730fe4656f8c17bbf71b09b58829cf064e8667

See more details on using hashes here.

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