Hestia's utils library
Project description
Hestia Utils
Install
- Install the module:
pip install hestia_earth.utils
- Add this to your environment variables:
API_URL=https://api.hestia.earth
WEB_URL=https://www.hestia.earth
Usage
- To download a file from the Hestia API:
from hestia_earth.schema import SchemaType
from hestia_earth.utils.api import download_hestia
cycle = download_hestia('cycleId', SchemaType.CYCLE)
sandContent = download_hestia('sandContent', SchemaType.TERM)
- To search for a specific Node on Hestia:
from hestia_earth.schema import SchemaType
from hestia_earth.utils.api import find_node_exact
source = find_node_exact(SchemaType.SOURCE, {'bibliography.title': 'My Bibliography'})
- To get a lookup table from local file system:
from hestia_earth.schema import SchemaType
from hestia_earth.utils.lookup import load_lookup
df = load_lookup('path/to/my/lookup.csv')
- To get a lookup table from Hestia:
from hestia_earth.schema import SchemaType
from hestia_earth.utils.lookup import download_lookup
df = download_lookup('crop.csv')
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
hestia-earth-utils-0.11.5.tar.gz
(15.3 kB
view details)
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 hestia-earth-utils-0.11.5.tar.gz.
File metadata
- Download URL: hestia-earth-utils-0.11.5.tar.gz
- Upload date:
- Size: 15.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
17cbb3c04cd5051d69a1710615f2b3b48bdbb4db06cd8cf83986d3c51b0dbfb8
|
|
| MD5 |
0d1596adf8e07d0eb4a66788ed4c476b
|
|
| BLAKE2b-256 |
aeef1b189425792b4a2f5c6b90d55303e4845125b389fad6a462c5244e62f1c8
|
File details
Details for the file hestia_earth_utils-0.11.5-py3-none-any.whl.
File metadata
- Download URL: hestia_earth_utils-0.11.5-py3-none-any.whl
- Upload date:
- Size: 18.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25016a328b49f558b45e4472434c573ad9bb0688051460415bd399e1aead1764
|
|
| MD5 |
3a76285adcff185c594f4a572c54239c
|
|
| BLAKE2b-256 |
43769bcb96e1cc2dae2f63ab03ca60ac1127d7f35c73891dbb9d6db5d09e1bf6
|