A collection of python utilities for StellaSpark Nexus Digital Twin
Project description
Description
A collection of python utilities for StellaSpark Nexus Digital Twin technology.
Usage
TODO
Development
Create an environment:
# Install virtualenv if you didn't do that already
pip install virtualenv
# Navigate to the project root directory
cd <project_root>
# Create your new environment (called 'venv' here)
virtualenv venv
# Enter the virtual environment
.\venv\Scripts\activate
# Install the requirements in the current environment
pip install -r requirements.txt
# Install the development requirements in the current environment
pip install -r requirements_dev.txt
Autoformat your code with:
# Navigate to the project root directory
cd <project_root>
# Enter the virtual environment
.\venv\Scripts\activate
# Make the code look nice
black .
# Sort the import statements
isort .
# Validate the code syntax
flake8
Prepare release
- Create a Pypi account and after registering, make sure your account has a pypi token
- Update version in stellaspark_utils/version.txt
- Update the CHANGES.rst with a change and release date of today
- Optionally, autoformat code (see above)
- Optionally, create a pull request in a branch "release "
- Optionally, Add commit message "release "
- Optionally, Merge the pull request in main branch
- Optionally, Checkout main branch and pull
Release automatically
cd <project_root>
.\venv\Scripts\activate
python release.py
Release manually
# Navigate to the project root directory
cd <project_root>
# Enter the virtual environment
.\venv\Scripts\activate
# Create distribution (with a '.tar.gz' in it)
python setup.py sdist
# Validate all distibutions in stellaspark_utils/dist
twine check dist/*
# Upload distribution to pypi.org
twine upload dist/stellaspark_utils-<version>.tar.gz
# You will be prompted for a username and password.
# - for the username, use __token__ (yes literally '__token__')
# - for the password, use the pypi token value, including the 'pypi-' prefix
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
stellaspark-utils-0.8.tar.gz
(8.2 kB
view details)
File details
Details for the file stellaspark-utils-0.8.tar.gz
.
File metadata
- Download URL: stellaspark-utils-0.8.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83b6a32ff03a53c56fe4aae4f21604e8042a16570c438fade76ac08d5a55fdd2 |
|
MD5 | fc5f90db2c6a96b3bc44e628fd9696e2 |
|
BLAKE2b-256 | f80fc87b5f1156952ef146faf9906b09378b09f6576fb4289777ae035546c626 |