Bissl Code der einem etwas Zeit sparen kann.
Find a file
2025-01-13 17:00:02 +01:00
tests/text Added test for text.log 2025-01-13 17:00:02 +01:00
wobbl_tools Corrected comments. 2025-01-10 19:12:03 +01:00
.gitignore Added build directories to .gitignore 2025-01-06 16:06:19 +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 .