Flarecast utils provides tools to interact with the flarecast infrastructure.
Project description
Flarecast Utils combine some tools which you can use to develop your application for the flarecast infrastructure.
Property-DB Client
Example
# property db example
Global Config Loader
Example
Load configuration
# load configuration
globalconfig = GlobalConfig('config url')
globalconfig.load()
Use configuration
self.__pg = PostgresNoSQLClient(host=globalconfig.DB_HOST,
port=globalconfig.DB_PORT,
user=globalconfig.DB_USER,
password=globalconfig.DB_PASSWORD)
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
flarecast-utils-1.0.0.tar.gz
(1.8 kB
view details)
File details
Details for the file flarecast-utils-1.0.0.tar.gz
.
File metadata
- Download URL: flarecast-utils-1.0.0.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 36adf114e7ed90cf72890753fa25ea3d65f5caf1386cd431e757dc0bf472b28e |
|
MD5 | 728e259b0bebf87d598c443eb79d0f8a |
|
BLAKE2b-256 | cec68edb081d6dfb91db8852e10595639685dde818756e1475410a9cf376a373 |