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

Uploaded Source

Built Distribution

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

Uploaded Python 2

File details

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

File metadata

File hashes

Hashes for flarecast-utils-1.4.1.58.tar.gz
Algorithm Hash digest
SHA256 98b42f5698f2a0e8ee083987e939c5a858bef7c915c55a7a0c7a174c65cdf3ef
MD5 b1e15b59c62b13d11069936fddb3ef24
BLAKE2b-256 c7cf401e7cfda90777dc1b9fd71e307798f748ac4f8088c221cabbc21743773b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flarecast_utils-1.4.1.58-py2-none-any.whl
Algorithm Hash digest
SHA256 a6bce658ec68d3b11c7c36ad58af839d5f5fb4f2accd13cad13898d9c314c44a
MD5 ffeeaec96c7ba65d3169cc5444aedbcb
BLAKE2b-256 fcd09f071f84035be467e37c69350f2b7d6a58f8c15539fa1a7e793f762b8123

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