Skip to main content

A set of common utilities and helpers for Bento platform services.

Project description

Bento Library (for Python Bento microservices)

Test Status Lint Status codecov PyPI version

Common utilities and helpers for Bento platform services.

Running Tests

python3 -m tox

Releasing

1. Release Checklist

  • All tests pass and test coverage has not been reduced

  • Package version has been updated (following semver) in bento_lib/package.cfg

  • The latest changes have been merged from the develop branch into the master branch

  • A release has been created, tagged in the format of v#.#.# and named in the format of Version #.#.#, listing any changes made, in the GitHub releases page tagged from the master branch!

1A. Note on Versioning

The bento_lib project uses semantic versioning for releasing. If the API is broken in any way, including minor differences in the way a function behaves given an identical set of parameters (excluding bugfixes for unintentional behaviour), the MAJOR version must be incremented. In this way, we guarantee that projects relying on this API do not accidentally break upon upgrading.

2. Releasing from the Command Line

# IF NECESSARY: Install twine OUTSIDE of the virtual environment
python3 -m pip install twine

# Switch to the correct branch and make sure it's up to date
git checkout master
git pull

# If needed, enter the project virtual environment
source env/bin/activate

# Remove existing build files
rm -rf build/ dist/ bento_lib.egg-info/

# Build the new package
python3 setup.py sdist bdist_wheel

# In between these steps - test out the package... make sure everything works
# before uploading it to production PyPI.

# Upload it to PyPI
twine upload dist/*

Modules

auth

auth provides Python service decorators and Django / DRF backends for dealing with the Bento container authentication headers (derived from lua-resty-openidc, set by the internal container NGINX instance.)

drs

drs provides utilities for fetching data and record metadata from GA4GH-compatible DRS services, and Bento's own implementation (which has some non-standard extensions.)

events

events facilitates JSON-serialized message-passing between Bento microservices. Serialized objects can be at most 512 MB.

Events should have a lower-case type which is type-insensitively unique and adequately describes the associated data.

All Bento channels are prefixed with bento..

schemas

schemas contains common JSON schemas which may be useful to a variety of different Bento services.

schemas.bento contains Bento-specific schemas, and schemas.ga4gh contains GA4GH-standardized schemas (possibly not exactly to spec.)

search

search contains definitions, validators, and transformations for the query syntax for Bento, as well as a transpiler to the psycopg2 PostgreSQL IR.

The query syntax for Bento takes advantage of JSON schemas augmented with additional properties about the field's accessibility and, in the case of Postgres, how the field maps to a table column (or JSON column sub-field.)

search.data_structure contains code for evaluating a Bento query against a Python data structure.

search.operations contains constants representing valid search operations one can allow against particular fields from within an augmented JSON schema.

search.postgres contains a "transpiler" from the Bento query syntax to the psycopg2-provided intermediate representation (IR) for PostgreSQL, allowing safe queries against a Postgres database.

search.queries provides definitions for the Bento query AST and some helper methods for creating and processing ASTs.

utils

utils contains miscellaneous utilities commonly required by Bento services.

workflows

workflows contains common code used for handling workflow metadata processing and response generation, as well as code associated with Bento's ingestion routines across the different data services.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bento_lib-5.1.1.tar.gz (32.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bento_lib-5.1.1-py3-none-any.whl (53.1 kB view details)

Uploaded Python 3

File details

Details for the file bento_lib-5.1.1.tar.gz.

File metadata

  • Download URL: bento_lib-5.1.1.tar.gz
  • Upload date:
  • Size: 32.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.1

File hashes

Hashes for bento_lib-5.1.1.tar.gz
Algorithm Hash digest
SHA256 3f20cb0aebd49286704b77ebcb0d5f1e087ce13d3f955e4a68e2bfbf05e1ef4f
MD5 7645107122c5bc6bed3af955d6ddfe03
BLAKE2b-256 e2be088e917fd6ee272c77f0545b6f250c57479c6789c00d0c41894a9710d0fb

See more details on using hashes here.

File details

Details for the file bento_lib-5.1.1-py3-none-any.whl.

File metadata

  • Download URL: bento_lib-5.1.1-py3-none-any.whl
  • Upload date:
  • Size: 53.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.1

File hashes

Hashes for bento_lib-5.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e6872625759d601de1e89f7c253dc07bfe6e0ec60138083c4d988eb54a11ed67
MD5 f06e3326509f764dddeb7428323deec8
BLAKE2b-256 717cd72d22fba3aa2ab8cab9eaa7e12148a5c872059cd0a9f71132e0d909ec0e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page