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 hashes)

Uploaded Source

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