Functional and geospatial helpers for Rescape projects
Project description
rescape-python-helpers
Functional and geospatial helpers
Installation
Create a virtual environment using
mkdir ~/.virtualenvs
python3 -m venv ~/.virtualenvs/rescape-python-helpers
Activate it
source ~/.virtualenvs/rescape-python-helpers/bin/activate
Install requirements
$VIRTUAL_ENV/bin/pip install --no-cache-dir --upgrade -r requirements.txt
Add the following to the bottom $VIRTUAL_ENV/bin/activate to setup the PYTHONPATH. Replace the path with your code directory
export RESCAPE_PYTHON_HELPERS_BASE_DIR=/Users/andy/code/rescape-python-helpers
export RESCAPE_PYTHON_HELPERS_PROJECT_DIR=$RESCAPE_HELPERS_BASE_DIR/urbinsight
export PYTHONPATH=.:$RESCAPE_PYTHON_HELPERS_BASE_DIR:$RESCAPE_PYTHON_HELPERS_PROJECT_DIR
Build
Update the version in setup.py Run to generate build: Update the version with bumpversion, which can't seem to look it up itself but udpates setup.py
git commit . -m "Version update" && git push
bumpversion --current-version {look in setup.py} patch setup.py
python3 setup.py clean sdist bdist_wheel
To distribute to testpypi site: Upload package:
twine upload dist/*
To do everything at once
git commit . -m "Version update" && git push && bumpversion --current-version {look in setup.py} patch setup.py && python3 setup.py clean sdist bdist_wheel && twine upload dist/*
# Without the commit
bumpversion --current-version {look in setup.py} patch setup.py && python3 setup.py clean sdist bdist_wheel && twine upload dist/*
For setup of testpypi see ~/.pypirc or create one according to the testpypi docs: e.g.: [distutils] index-servers= pypi testpypi
[testpypi] repository: https://test.pypi.org/legacy/ username: your username for pypi.org
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 rescape_python_helpers-0.0.33.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7c946d1fdbc90eeaade993a90e3bfb7f4bca9dd8907d6fdeaa05cadd78d1e25b |
|
MD5 | 4985b0fd5a1516c2854dca8131e1b143 |
|
BLAKE2b-256 | f2d537f0e7b2b6c8a1cc5de3631a720eec25c4d38cb743a07db20ea376d0e030 |
Hashes for rescape_python_helpers-0.0.33-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c6b9bd16cc82eb3f90f8cc351653523dbea1fe1e97c0fea1b2c669193d588ce2 |
|
MD5 | c5b1c603aecd8dd01e92307c2c04d652 |
|
BLAKE2b-256 | bc4f89ae8134ecd4ae5c90fe583d2123f00402c101c2cd38ee029c474bc5a749 |