74 projects
jk_pwdgen
This python module provides support for password generation.
jk_console
This python module provides a variety of essential functions for implementing versatile programs using the console. (Please have a look at the documentation for details.)
jk_argparsing
A python module for parsing of program arguments.
jk_systools
This python tool provides alternatives and additions to classic Linux system tools.
jk_prettyprintobj
This python module provides a mixin for creating pretty debugging output for objects. This is especially useful for semi-complex data structures.
jk_exceptionhelper
As the python exception API is quite a bit obscure this python module wraps around python exceptions to provide a clean interface for analysis and logging purposes.
jk_sysinfo
This python module provides ways to retrieve and parse technical system data of Linux computer systems.
jk_simpleexec
Python module to run command line programs in a convenient way and retrieve their output after they terminated.
jk_licenses
This python module provides OS licenses. This module is intended as a building block in module/package/application management.
jk_jsonmodel
This python module provides a special parser for JSON files that produces a data model where each value is associated with the location it originated from in the source file.
jk_dirwalker
Recursively iterates over files and directories in a directory tree
jk_json
This python module provides parser and validator for JSON files and data structures. The JSON parser is designed as a drop-in replacement for the built in python JSON parser as this parser here supports using comments in JSON files (which in some use cases is very a very handy feature).
jk_cmdoutputparsinghelper
Assists in parsing output of *nix system commands such as df, systemctrl and others.
jk_datamatrix
This python module provides a class that represents a data matrix. This is basically a table you can work with: Modify, sort, filter and print. Everthing is kept in memory, is not indexed, and therefore intended for a limited amount of data only.
jk_smallgraph
A directed graph implementation where each node and link is represented as an individual object.
jk_terminal_essentials
This module provides essential constants and information about the terminal. This module is intended for implementing CLI tools and other applications running in a terminal.
jk_typing
This module provides capabilities for type checking function arguments. (NOTE: A full type check with this module is not possible, since this is fundamentally not possible due to limitiations of Python itself.)
jk_logging
This is a logging framework.
jk_mediawikiapi
This python module provides access to a MediaWiki wiki via its API.
jk-version
This python module provides a version class. Instances of this class may be used in representing and version numbers and compare them.
jk-rawhtml
This python module provides support for programmatically generating HTML5 code.
jk-utils
This python module provides various utility functions and classes.
jk-cachefunccalls
This python module provides an annotation that caches results of function calls automatically.
jk-packunpack
Helper module to create or unpack tar archives, compress or uncompress files.
jk-pypi
This python module allows retrieving data from pypi.org.
jk-testing
This python module provides a simple to use infrastructure for running unit tests.
jk-git
This python module is a wrapper around git (= the git binary file). It is ment as a simple interface to basic git functionality.
jk-pypiorgapi
An API for accessing Python packet information hosted on pypi.org
jk-php-version-parser
Parses PHP composer version constraints.
jk-mediawiki
This module provides functions, classes and binaries to assist in working with MediaWiki installations.
jk-temporary
Collection of utility functions and classes to manage temporary data.
jk-etcpasswd
This python module provides classes to parse and model data from /etc/passwd, /etc/shadow, /etc/group and /etc/gshadow.
jk-mounting
This python module provides support for retrieving mount information and assists in mounting and unmounting.
jk-bincontainer
This python module implements a container for data blocks.
jk-pathpatternmatcher2
A python module to perform pattern matching tasks on paths.
jk-checkpproc
Provides a python script that checks if a specified program is a parent of the current process.
pypinex-pack
PyPine extension that supports various forms of compressing/uncompressing of files: gzip, bzip2, xz, tar and uploadpack.
pypinex-less
Support for 'less' files in PyPine.
jk-uploadpack
An archiver based on 'tar' that reduces redundancies before packing.
pypine
A Python based build and data processing framework.
jk-furl
This python module offers support for URL handling. It provides the existing furl implementation as well as some additional features.
jk-appmonitoring
This Python module contains components for analyzing the use of system resources by processes. It covers two use cases: a) monitoring other processes and b) monitoring one's own process.
jk-simpleobjpersistency
This python module provides a simple persistency for data objects.
jk-svg
This Python module implements a set of classes for easy, programmatic generation of SVG graphics.
jk-vcard
This python module parses (and produces) vCard data as provided in vcf files.
jk-devon-mwdocgen
This python module ...
jk-simpleusermgr
This python module implements a very simple user manager. Such a simple user manager is convenient in a variety of situations for small applications.
jk-flexdata
This python module provides a special dictionary like data data structure that can be easily used to access and modify values of configurations and settings.
jk-invoke
This python module provides a high level interface to provide a clean API for executing commands and reading and writing files transparently: It doesn't matter if you operate locally or remotely or as a regular user or as root via sudo.
jk-infodatatree
This python module provides support for creating and processing trees with informational data values. These data trees structure various values such as text strings, classic numerical values, values with units, timestamps and other kinds of values in a specific hierachical way. These can then be transformed and analysed e.g. to produce overview or detailed output.
jk-interprocesssync
This python module provides simple synchronization and data transfer mechanisms for processes residing on the same host.
jk-trioping
This python module provides an asynchroneous version of ping. It is based on the trio framework.
thaniya-client
This python module implements the Thania Backup Client.
jk-typo3
This module provides functions and classes to assist in working with Typo3 installations.
jk-php-tokenizer
This python module is a tokenizer for configuration files written in PHP.
jk-xmlparser
This python module parses XML (and HTML) files.
jk-tokenizingparsing
This python module provides basic classes for tokenizing and parsing.
jk-trioinput
This python module provides asynchroneous console input.
jk-asyncio-logging
This is a logging framework. It is based on jk_logging but can be used with Asyncio.
jk-jsoncfghelper2
This python module contains support classes for loading and verifying configuratios. It is currently in alpha state as it is not yet clear how complete the implementation and how stable the API is. This modul might still undergo quite some rework.
jk-triologging
This is a logging framework. It is based on jk_logging but can be used with Trio.
jk-asyncio-syncasync
This python module enables asyncio based functions/methods to invoke classic synchroneous functions/methods. This is implemented by delegating execution of to a thread pool.
jk-keyvaluestore
This python module implements a simple key-value data base based on JSON data stored in a directory.
jk-simplexml
This python module provides a simple XML implementation. This is intentionally simple in order to give programmers more control over white spaces used for indentation.
jk-hwriter
This python module supports writing indented text files.
jk-dirmonitor
This python module supports checking directories for changes. (Please note that only regular files are taken into account.)
jk_treetaggerwrapper
This python module provides a wrapper around treetagger.
jk_sql
This python module provides a uniform API to create, modify, read and write data to SQL tables in a database independent way.
jk_fileaccess
Provides a uniform interface to process files that are either stored locally or remotely.
jk_pathpatternmatcher
A python module to perform simple pattern matching on paths.
jk_commentjson
This is a JSON parsing module that can get along with comments in JSON files.
jk_timest
This python module aids in estimating how long some long running process will require until it completes.
jk_xmljsonconv
A python module to convert XML to JSON and the other way around through a conversion manager.
jk_pwdinput
Provides the capability to read a passwords from STDIN. In contrast to typical password input in this case for every character pressed an asterisk is displayed.