Database Connection for OpenSTF
Project description
# Openstf-dbc - Database connector for openstf (reference)
This repository houses the python package [openstf-dbc](https://pypi.org/project/openstf-dbc/), which provides an interface to openstf (reference) databases.
Related projects:
- [openstf-reference](https://github.com/alliander-opensource/openstf-reference)
- [openstf](https://github.com/alliander-opensource/short-term-forecasting)
## Install
1. Install by running `pip install openstf-dbc`
2. 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:
```python
from openstf_dbc.database import DataBase
db = DataBase()
pj = db.get_prediction_job(307)
License
This project is licensed under the Mozilla Public License, version 2.0 - see LICENSE for details.
Licenses third-party libraries
This project includes third-party libraries, which are licensed under their own respective Open-Source licenses. SPDX-License-Identifier headers are used to show which license is applicable. The concerning license files can be found in the LICENSES directory.
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
openstf_dbc-1.2.0.tar.gz
(43.5 kB
view details)
Built Distribution
File details
Details for the file openstf_dbc-1.2.0.tar.gz
.
File metadata
- Download URL: openstf_dbc-1.2.0.tar.gz
- Upload date:
- Size: 43.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3af4c79aa09985991a0f3ca9b355113a6a4d82fc3813a390571130cb7b555481 |
|
MD5 | 81bf201ae4db537dad95c5f3b74d12b0 |
|
BLAKE2b-256 | a1b667809fff371597df7c1c98b10e3dd2411b855e2465a729c11fb14a5dd623 |
File details
Details for the file openstf_dbc-1.2.0-py3-none-any.whl
.
File metadata
- Download URL: openstf_dbc-1.2.0-py3-none-any.whl
- Upload date:
- Size: 53.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84e6b6ca7e6c9d3efe09e2be46063b67c4094cbbeb087eb92c3257080bd7f518 |
|
MD5 | 61cbe2ad9357e5b8d9dfce5280d90e20 |
|
BLAKE2b-256 | e8a8a5fc4c7a86dc12bfe7990fb40afc54a1d172b183edb202c1dd99bc2141ce |