Skip to main content

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
  1. Create a Pypi account and after registering, make sure your account has a pypi token
  2. Update version in version.txt
  3. Update the CHANGES.rst with a change and release date of today
  4. Optionally, autoformat code (see above)
  5. Optionally, create a pull request in a branch "release "
  6. Optionally, Add commit message "release "
  7. Optionally, Merge the pull request in main branch
  8. 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


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.6.tar.gz (8.2 kB view details)

Uploaded Source

File details

Details for the file stellaspark-utils-0.6.tar.gz.

File metadata

  • Download URL: stellaspark-utils-0.6.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

Hashes for stellaspark-utils-0.6.tar.gz
Algorithm Hash digest
SHA256 9dd5445df5fec6ec0aa7a49d224435b76a3cd6af96ba2f83743eec00b8beb6d9
MD5 ad509f3dbe779281d83ba966bc68fe65
BLAKE2b-256 3a39677a3fc5c0715502a13dd85c0a0f8f456a60412b3d5a0afdf2dc8a070783

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page