Bissl Code der einem etwas Zeit sparen kann.
Find a file
2025-01-13 20:03:32 +01:00
tests/text Improved log and log test. 2025-01-13 18:00:54 +01:00
wobbl_tools Made _format_msg() a private function. 2025-01-13 20:03:32 +01:00
.gitignore Improved log and log test. 2025-01-13 18:00:54 +01:00
README.md Updated the readme to explain how to install the module using pip. 2024-12-07 19:06:45 +01:00
setup.py Removed old, deprecated, dangerous, stupid method of saving data to a file. 2024-12-13 16:14:16 +01:00

Wobbl tools

A python module for some projects by the Wobbler.

Installation

To install this module, you just have to clone the repository, cd into it and let pip install it.
You can do so by running these commands:

git clone https://teapot.informationsanarchistik.de/Wobbl/wobbl_tools.git
cd wobbl_tools
pip install -e .