Database Connection for OpenSTF
Project description
openstf-dbc - Database connector for openstf (reference)
This repository houses the python package openstf-dbc, which provides an interface to openstf (reference) databases.
Related projects:
Install
- Install by running
pip install openstf-dbc
- Enjoy!
Usage
This is a package with functionality to support the openstf workflow. Most important is the DataBase class. This class give access to the data used by openstf-reference via a convenient interface. You can use it, for example, to retrieve a prediction job by running the following lines of code:
from openstf_dbc.database import DataBase
db = DataBase()
pj = db.get_prediction_job(307)
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Contact
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
Built Distribution
File details
Details for the file openstf_dbc-1.0.5.tar.gz
.
File metadata
- Download URL: openstf_dbc-1.0.5.tar.gz
- Upload date:
- Size: 42.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d51f1ddb56c6920f09b2e8a928c6ae9844563087d0b4dac703c8ecfafef7cc4d |
|
MD5 | f8c48e2daacfdaad96149cfecd881b15 |
|
BLAKE2b-256 | 03148791259456f5088560cbf671b17af041e4bca5bd12a9b4a12028ef2d784b |
File details
Details for the file openstf_dbc-1.0.5-py3-none-any.whl
.
File metadata
- Download URL: openstf_dbc-1.0.5-py3-none-any.whl
- Upload date:
- Size: 53.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a2cb65787eb2680c1d488407d8828d90306a0dcd6fabb806b4b7d7f4e5407f41 |
|
MD5 | 75f9d7e4ecac09057ee615be93eae446 |
|
BLAKE2b-256 | a49737680f084afabfa336916a2d35d6294662515d73c32f2255de2cca678cf5 |