Package tenlib
Sub-modules
tenlib.cli
-
CLI tools for ten.
tenlib.config
-
Holds the general configuration.
tenlib.exception
-
Framework exceptions.
tenlib.flow
-
Main input/output functions …
tenlib.fs
-
Classes and function related to the filesystem (FS). Heavily based on
pathlib
, this submodule overrides some methods to allow easier and faster … tenlib.http
-
Everything related to HTTP.
tenlib.logging
-
Everything related to logging …
tenlib.shell
-
This module allows you to run commands. The functions are simple wrappers for
subprocess.Popen
… tenlib.struct
-
Useful data structures.
tenlib.transform
-
Regroups transformations such as: base64, HTML, hash, SQL, etc. The module is imported as the
tf
global variable … tenlib.util
-
A few utility modules.