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

from stellaspark_utils.db import get_indexes
from stellaspark_utils.text import parse_time_placeholders
from stellaspark_tuils.generics import make_identifier

Development

Create an environment:
cd <project_root>
set PIPENV_VENV_IN_PROJECT=1 && pipenv --python 3.7.9    # Create a .venv folder in current dir so it's easy to use/maintain by your idea
pipenv shell
pip install -r requirements.txt 
pip install -r requirements_dev.txt
Autoformat code:
cd <project_root>
pipenv shell
black .     # Make the code look nice
isort .     # Sort the import statements
flake8      # Validate the code syntax
Prepare release
  1. Create a Pypi account and after registering, make sure your account has a pypi token
  2. Update version in stellaspark_utils/setup.py
  3. Update the CHANGES.rst with a change message and release date of today
  4. Optionally, autoformat code (see above)
  5. Push changes to GitHub (preferably in a branch 'release__')
Release manually
cd <project_root>
pipenv shell                                            # Activate pipenv environnment (see 'Create an environment' above)
python setup.py sdist                                   # Create distribution (with a '.tar.gz' in it)
twine check dist/*                                      # Validate all distibutions in stellaspark_utils/dist
twine upload dist/*                                     # Upload distribution to pypi.org
# 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-1.0.tar.gz (11.1 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: stellaspark-utils-1.0.tar.gz
  • Upload date:
  • Size: 11.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.9

File hashes

Hashes for stellaspark-utils-1.0.tar.gz
Algorithm Hash digest
SHA256 b2f318238c809621584c3eebc4c8782a1aa7efc85202f442cc8e84edce4a8e49
MD5 750fe39cdeb81cbe2b1dfae60bc0a2b4
BLAKE2b-256 0343b9aba5809f5bae9a41d18bca39553a8473a0e9b35be7e476c15f574c3a74

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