Skip to main content

Essentials for our TKS projects.

Project description

tks-essentials

A library with essentials needed in every backend python app. e.g. logging, local db connection, filtering, formatting etc.

Sponsors

Freya Alpha, The Kára System, Spark & Hale Robotic Industries

General

Run and compiled for Python 3.12.9. Expected to run for Python 3+.

Development

Testing

Run tests with pytest -s -vv to see all the details.

Installation as Consuming Developer

Simply run: pip install tks-essentials

Import in modules without the dash (e.g.):

from tksessentials import global_logger

Setup as Contributor

Create the virtual environment:

py -m venv .venv

Start the environment:

./.venv/Scripts/activate

(or allow VS Code to start it). Use deactivate to stop it.

All the required libraries must be listed in requirements.txt and installed by

python -m pip install -r .\requirements.txt

For dev use:

python -m pip install -r .\requirements-dev.txt

To cleanup the environment run:

pip3 freeze > to-uninstall.txt

and then

pip3 uninstall -y -r to-uninstall.txt

or

pip3 install pip-autoremove

Testing

Before running the tests, make sure that utils.py can find the root directory. Either set the PROJECT_ROOT environment variable to the root directory, or create a config or logs directory within the project root. Then run pytest.

Build Library

Prerequisite: make sure that you give your Operating System user the right to modify files in the python directory (where Python is installed). Use:

python setup.py bdist_wheel

to create the dist, build, and .eggs folders.

Releasing a new version / CICD Process

This is entirely executed with Github Actions.

Visual Studio Code --> GitHub Actions --> Build within Github Actions --> Uploaded by Github Actions to pypi.org.

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

tks_essentials-0.1.35.tar.gz (31.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tks_essentials-0.1.35-py3-none-any.whl (20.4 kB view details)

Uploaded Python 3

File details

Details for the file tks_essentials-0.1.35.tar.gz.

File metadata

  • Download URL: tks_essentials-0.1.35.tar.gz
  • Upload date:
  • Size: 31.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for tks_essentials-0.1.35.tar.gz
Algorithm Hash digest
SHA256 7c92c9683717966b47e543360b80ea094f78ab35e63806153bc12831c600d0f5
MD5 53cb5fb40b51d937381f6e9f787f7487
BLAKE2b-256 59958a5a5858cc863604e031ce9320424b93bc09676a81e4a2287c2a91fcee50

See more details on using hashes here.

Provenance

The following attestation bundles were made for tks_essentials-0.1.35.tar.gz:

Publisher: testing_and_deployment.yml on The-Kara-System/tks-essentials

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tks_essentials-0.1.35-py3-none-any.whl.

File metadata

File hashes

Hashes for tks_essentials-0.1.35-py3-none-any.whl
Algorithm Hash digest
SHA256 5149539059170c41f65ff0ded57e4beca10b9c9ca48b421e89b774e8d3e2255b
MD5 7b8d21147e508b2ec33c30cc1e05727b
BLAKE2b-256 872284dcf54f6d65f36e60e47da295c37412fee6ce4ac07ae1627a796d37fced

See more details on using hashes here.

Provenance

The following attestation bundles were made for tks_essentials-0.1.35-py3-none-any.whl:

Publisher: testing_and_deployment.yml on The-Kara-System/tks-essentials

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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