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

Uploaded Source

Built Distribution

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

Uploaded Python 2

File details

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

File metadata

File hashes

Hashes for flarecast-utils-1.4.1.89.tar.gz
Algorithm Hash digest
SHA256 88563ef9552b87da01c3668b5a34a67a049100895942e473752ce2dafd8e4eda
MD5 3bfcd50eb895709c7a5cb9b7e55ec8dc
BLAKE2b-256 ad551e4a8ef9ca8263fb88d658613902d98b889eb30799b008caddf83c27510e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flarecast_utils-1.4.1.89-py2-none-any.whl
Algorithm Hash digest
SHA256 14dace00c2e7d27aa600836bf0813186872f6660b66dada91cc2086011836c75
MD5 4104fc7312d3e0b2af8d0c229feb33aa
BLAKE2b-256 90e37fcbb637848ff45b6f02b128438a9b880d29b1f313dde346a62e29094696

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