Module for accessing WALLABY internal release data
Project description
WALLABY data access
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:
- Clone of WALLABY_database repository
- 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>')
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
File details
Details for the file wallaby_data_access-0.3.1.tar.gz
.
File metadata
- Download URL: wallaby_data_access-0.3.1.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e90769fea5b9cb78273bf64896a453e3a576b071a40bd41b9e4471662dcb91d |
|
MD5 | e0f65d2d912dd868a31c9f085b3cde6e |
|
BLAKE2b-256 | 885567d571a4e1f9b9bdfa42e2c61d4db6358bb608f14fe78241cbca514eb4a3 |