A package of utilities for NSF Earthcube Geocodes Project
Project description
Earthcube Utilities
Users
Earthcube Utilities:
https://pypi-hypernode.com/project/earthcube-utilities/
Manual Install
python3 -m pip install earthcube-utilities
Developers
scripts
When installed via pip:
query_graph SPARQL_FILE --graphendpoint https://graph.geocodes-dev.earthcube.org/blazegraph/namespace/earthcube/
check_sitemap SITEMAP_URL --output FILE --no-check-url
generategraphstats --graphendpoint https://graph.geocodes-dev.earthcube.org/blazegraph/namespace/earthcube/ -s3 localhost:9000 --s3bucket gleaner
from console scripts
local development mode
cd earthcube_utiltiies
pip3 install -e .
Developement
create a virutal env and activate
source {envname}/bin/activate
use editable install
cd earthcube_utiltiies
pip3 install -e .
If you edit the pyproject.toml and want to test an added script,
cd summarize
pip3 uninstall -e earthcube_utiltiies
pip3 install -e .
building a test package
test packaging
Locally, see if a package builds
python3 -m pip install build
in build/lib you can see what files are included in package
build a wheel
to see what is added to a package,
python -m build --wheel
dist directory will contain the package. This is actually a zip file so unzip to see what got included
Planning:
The planned functionality will be found in the docs folder, Earthcube Utilities Functionality
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
Hashes for earthcube_utilities-0.1.15.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a385bdc531750d2781e8f66b6fe0cf3e60a3720ef25fb8ba65eb195fe179ec4b |
|
MD5 | 2b06d52760fd2d05abc96d78f73b1940 |
|
BLAKE2b-256 | f7bdd764dd4ab6a245850fba1d3d1fc835d4b8bba8126e100c637cd7cdfaefbd |
Hashes for earthcube_utilities-0.1.15-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e16f7f1c76015fd4604b5fd97bdba886f38193aa093c1112ca17b143176f6498 |
|
MD5 | 4dbbcb0b1544155a66238864732f4c10 |
|
BLAKE2b-256 | 1f8c64216a50458289480b077d5e9e1b3e0d9adc668ea0e0e9c216cd2ad4f5b4 |