Skip to main content

Flarecast utils provides tools to interact with the flarecast infrastructure.

Project description

Latest Version Development Status Python Versions

Flarecast Utils combine some tools which you can use to develop your application for the flarecast infrastructure.

Property-DB Client

Example

client = PropertyDBClient(PROPERTY_DB_REST_ADDRESS)
payload = []

payload.append({'test':'hello'})
result = client.insert_property_group(dataset=DATASET,
                                      property_group_type=property_group_type,
                                      body=payload)

Global Config Loader

Example

Load configuration

# load configuration
globalconfig = GlobalConfig('config url')
globalconfig.load()

Use configuration

self.__pg = PostgresNoSQLClient("db",
                                        port=5432,
                                        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.4.1.88.tar.gz (4.1 kB view details)

Uploaded Source

Built Distribution

flarecast_utils-1.4.1.88-py2-none-any.whl (6.9 kB view details)

Uploaded Python 2

File details

Details for the file flarecast-utils-1.4.1.88.tar.gz.

File metadata

File hashes

Hashes for flarecast-utils-1.4.1.88.tar.gz
Algorithm Hash digest
SHA256 4d64e3eff5a6b4d412df2171f95b20042ec46f77e3525b004037b6fbeed9d737
MD5 a4a640cf0cbeb66b69953de1ea5d5ea9
BLAKE2b-256 395c216b4846f54ac9f4ad979a45ca6ca094891fd94f507d0efcd0d3e585c287

See more details on using hashes here.

File details

Details for the file flarecast_utils-1.4.1.88-py2-none-any.whl.

File metadata

File hashes

Hashes for flarecast_utils-1.4.1.88-py2-none-any.whl
Algorithm Hash digest
SHA256 a743661f0740d749485e22f58294e9b96e6e2c032e9d7764fe043aaf734856a1
MD5 d42ecbdff90ffc6461e8bc3d04a3dab2
BLAKE2b-256 86a565f6bedcd2c7e0f94d21a25104882b8e06c4d3c4712a705f6638e099ccbd

See more details on using hashes here.

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