Skip to main content

A python wrapper to pull data from websites created in evidence.dev

Project description

evidencedev-py

This package is a small utility to download datasets from sites created in evidence

It will read the manifest file, download the parquet files and return a pandas dataframe.

It supports authentication via header api key.

Example usage

from evidencedev import EvidenceClient
client = EvidenceClient(site_url = 'https://reports.coreflowbased.eu/', 
                        auth_key='<API KEY>',
                        auth_header='X-API-Key') # X-API-Key is the default
available_datasets = client.list_datasets()
df = client.get_dataset('da_baseload_prices')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

evidencedev-py-0.1.0.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

evidencedev_py-0.1.0-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

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