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.79.tar.gz (3.7 kB view details)

Uploaded Source

Built Distribution

flarecast_utils-1.4.1.79-py2-none-any.whl (6.5 kB view details)

Uploaded Python 2

File details

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

File metadata

File hashes

Hashes for flarecast-utils-1.4.1.79.tar.gz
Algorithm Hash digest
SHA256 d8dc432a8f1d291ae414a50a6b38a8acbb29b9d12f1aa15f95f0b8a0315cc767
MD5 a200ef513b89d88421f9639a3f43424c
BLAKE2b-256 ea06e365308a583ad675933c0aa12d19cce9e08ccbd369e8e308bd8f3cbe8395

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flarecast_utils-1.4.1.79-py2-none-any.whl
Algorithm Hash digest
SHA256 cb9fa140b9cce3845c57b30603b3769743ee0d3d1dc16b2864b53545f142503f
MD5 0a9803dccc37707a660e89c1f1290aad
BLAKE2b-256 8039b11d0c1a86ec60a2a66afb39f9692ec31a8ab4f1db13c9e85478531d3a2e

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