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
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file evidencedev-py-0.1.0.tar.gz.
File metadata
- Download URL: evidencedev-py-0.1.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8959ccba7e6585a7f125647042ef75aafc10890ca44a0ed972a0a03d6babec52
|
|
| MD5 |
80abc9ffdd767f3b517758a5273c6f02
|
|
| BLAKE2b-256 |
d1fc3fb3b316135813be484ed31a024ea7a9684f42e10dce0fe27ce8fff07b81
|
File details
Details for the file evidencedev_py-0.1.0-py3-none-any.whl.
File metadata
- Download URL: evidencedev_py-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14d35032c0f6538488688c915ddf9476b041736fb7a14d950832cb380047ea36
|
|
| MD5 |
eedbdf83f491ab6946dd8a4d0168cf4d
|
|
| BLAKE2b-256 |
581a487b995a9575ef24d0c92c2f5acbb653e28ce37e3d5257b70c2ab917405e
|