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
File details
Details for the file earthcube_utilities-0.1.26.tar.gz
.
File metadata
- Download URL: earthcube_utilities-0.1.26.tar.gz
- Upload date:
- Size: 47.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 63a7ec4140a44b0eba7cc00041214ff029d74b1f4e4a296d1a81b5bbf9a1b83b |
|
MD5 | 43ea6ce801477296ac624704c626a5e2 |
|
BLAKE2b-256 | eda40b24807d1550d3164a84f595e55d8233b209cfcc3d03c1f5f6d38f3388ac |
Provenance
File details
Details for the file earthcube_utilities-0.1.26-py3-none-any.whl
.
File metadata
- Download URL: earthcube_utilities-0.1.26-py3-none-any.whl
- Upload date:
- Size: 72.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1577955d2d7fac9eeb8029f4c0c1b2cc5818ed1d5c59c1429b4d4d17c60360ea |
|
MD5 | 6c745490926048a571432360e6f5ba23 |
|
BLAKE2b-256 | 070d244f8a0dd51c1ecf2993b99d1b0e1ec49ff3a5b9d39c739ef682716b72b2 |