Skip to main content

No project description provided

Project description

pysisu

pysisu is a Python package that will query the Sisu API and convert results into a tabular format.

Overview and Example

Take a look at example_usage.py for a simple example.

from pysisu import PySisu
import os

API_KEY = os.environ.get('SISU_API_KEY')
ANALYSIS_ID = 13234

sisu = PySisu(API_KEY)
sisu.run(ANALYSIS_ID)
table = sisu.get_results(ANALYSIS_ID)
table.to_csv()

The API limits its response to 10000 results per response, via pagination. However, there is a flag for auto_paginate that will continuously fetch for any limit you set.

Contributing to protos

Currently (06/21/2022) betterproto only supports optional in beta, so please install the most recent beta version of better proto.

pip install betterproto==2.0.0b4

Follow the install instructions here: https://grpc.io/docs/protoc-installation/

Then to generate the proto api run the following command.

protoc -I . --python_betterproto_out=. api.proto

Local development

python -m pip install -e .
export SISU_API_KEY=<key>

Testing

There are example api responses in tests/input_snapshots and there are the expected parsing responses in tests/output_snapshots.

To updated the output snapshots whenever the input snapshots get updated, just run

pytest . --snapshot-update

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

pysisu-0.0.19.tar.gz (26.8 kB view details)

Uploaded Source

Built Distribution

pysisu-0.0.19-py3-none-any.whl (30.9 kB view details)

Uploaded Python 3

File details

Details for the file pysisu-0.0.19.tar.gz.

File metadata

  • Download URL: pysisu-0.0.19.tar.gz
  • Upload date:
  • Size: 26.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for pysisu-0.0.19.tar.gz
Algorithm Hash digest
SHA256 8302121390343cbc6c3b49420ae680c10cc65749f49e5bd3e74890fdc090c2e3
MD5 9a2d6e669e25609503b261d6f8822afc
BLAKE2b-256 68b1c5d188ed4b4632f9994a640c18b6dbe9113c1d4fd1b7893b442afe2ce21a

See more details on using hashes here.

File details

Details for the file pysisu-0.0.19-py3-none-any.whl.

File metadata

  • Download URL: pysisu-0.0.19-py3-none-any.whl
  • Upload date:
  • Size: 30.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for pysisu-0.0.19-py3-none-any.whl
Algorithm Hash digest
SHA256 47675efb544775f1237dfd3fa268d458c2ccaa31f23a4960e86a7d98c1970bca
MD5 5d54df548baba5858a276156ad1210cb
BLAKE2b-256 a00b1edf8eedf07d6cb1b7a791e89aa7801d8897ecaa1802e5b4584108bbd5a4

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