A package of utilities for NSF Earthcube Geocodes Project
Project description
Earthcube Utilities
Proposed use
Earthcube Utilities:
https://pypi-hypernode.com/project/earthcube-utilities/
Manual Install
python3 -m pip install earthcube-utilities
Developers
scripts
In theory, if pip installed, theree is one script at present,
generaterepostats --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.11.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 66bb4f0422ecbdd2f9ffe6ea35c465f461386929b1a4d15241f6e2ad687c4241 |
|
MD5 | f1ff772ee9ab6a4a441276d2af4b384c |
|
BLAKE2b-256 | f8741591c2b34b1d429b94126df8c3092a0bbf2d57bb4ad7bfe2e81b34265d71 |
Hashes for earthcube_utilities-0.1.11-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ccd4196103f2cee8e4abfc80bc44e119a8113df607d9fbc9dbb4f6f273c1b78 |
|
MD5 | 661de1a692237f68d378767c43a6464a |
|
BLAKE2b-256 | f9b331f107c4f4b1fa036cdd2944c0d8a26fd8c414a15224c8bb06943cbe735e |