Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

helpsk

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

helpsk

Python helper functions and classes.

  • 0.1.58
  • PyPI
  • Socket score

Maintainers
1

helpsk package

Helper package for python.

NOTE: This package is tested on Python 3.10, 3.11

  • 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)
    • https://peps.python.org/pep-0008/
    • Exceptions:
      • use max line length of 99 rather than the suggested 79
  • 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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc