Skip to main content

Python helper functions and classes.

Project description

helpsk package

Helper package for python.

NOTE: This package requires Python >=3.9

  • package source in /helpsk
  • unit tests in /tests

Installing

pip install helpsk

Contributing

Coding Standards

  • Coding standards should follow PEP 8 (Style Guide for Python Code)
  • document all files, classes, functions
    • following existing documentation style

Docker

See Makefile for all commands.

To build the docker container:

make docker_build

To run the terminal inside the docker container:

make docker_zsh

To run the unit tests (including linting and doc-tests) from the commandline inside the docker container:

make tests

To run the unit tests (including linting and doc-tests) from the commandline outside the docker container:

make docker_tests

To build the python package and uploat do PyPI via twine from the commandline outside the docker container:

make all

Pre-Check-in

Unit Tests

The unit tests in this project are all found in the /tests directory.

In the terminal, in the project directory, either run the Makefile command,

make tests

or the python command for running all tests

python -m unittest discover ./tests

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

helpsk-0.1.34.tar.gz (87.2 kB view hashes)

Uploaded Source

Built Distribution

helpsk-0.1.34-py3-none-any.whl (97.0 kB view hashes)

Uploaded Python 3

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