Skip to main content

Module for accessing WALLABY internal release data

Project description

WALLABY data access

Tests codecov

Python module with tools for accessing internal release data from the WALLABY database

Configuration

There are two requirements for accessing data via the module. They are:

  1. Clone of WALLABY_database repository
  2. Environment file with database credentials.

The .env file requires:

DATABASE_HOST
DATABASE_NAME
DATABASE_USER
DATABASE_PASS

Once these files are in your working directory you can specify them in the connect() function

import wallaby_data_access as wallaby
wallaby.connect(db='<PATH_TO_WALLABY_database>', env='<PATH_TO_.env>')

Release

Official PyPI package

We can release to PyPI manually or automatically through our action. To release manually:

export RELEASE_VERSION=<version>
python setup.py sdist
twine upload dist/*

Coverage

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

wallaby_data_access-0.3.2.tar.gz (8.7 kB view details)

Uploaded Source

File details

Details for the file wallaby_data_access-0.3.2.tar.gz.

File metadata

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

File hashes

Hashes for wallaby_data_access-0.3.2.tar.gz
Algorithm Hash digest
SHA256 ad80fb306ad1328ee9e9497317c14a8cbb0795a6c61c2d99160e71e044ca666d
MD5 8a372e4e979e56b374e0ecef51294463
BLAKE2b-256 93f0e6d83ab011753a3743f263e71896bffb00ef7330a067a7fa78cdc004349e

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