sys-toolkit

Classes for operating system utilities


License
BSD-3-Clause
Install
pip install sys-toolkit==2.4.2

Documentation

Unit Tests Style Checks

Python system utility toolkit

This module contains various small utility methods and common classes for working in python.

These classes have moved from systematic and cli-toolkit modules to this module.

Installing

This module has minimal dependencies (PyYAML) and should install with pip on any recent python version. The module has been tested with python 3.9 and python 3.10.

Running unit tests and linters

All tests are run with tox.

Run unit tests, flake8 and pylint:

make

Run unit tests:

make test

Run flake8 and pylint:

make lint