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.24.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 48cad4eee59d8865a79bcf1fc7283c5f7c3849acc2bb13a0854d1ab7341b01e2 |
|
MD5 | c9698c917c9e79f5bac93715461c3187 |
|
BLAKE2b-256 | de00ba5337b53420ceea0a3fb80bab4e69b774dcb5025100be3759031a8caac1 |
Hashes for earthcube_utilities-0.1.24-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9aef73de380685663258af3c72de8390ea48d59a2481bc39249a2658e44b367e |
|
MD5 | 13f2c4c34108f33ae786f17c31964e56 |
|
BLAKE2b-256 | ce6b65005b90694ca814067151c8513583a43c3b6b8b1129250f6d5bb059feda |