personal-tool or plex-tool or pete: A collection of things I use. Available as rust executable, library, or python module. Let's see how much stuff i can cramp in here.
This repository has been archived on 2024-10-16. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Christoph J. Scherr d36b7c0d04
fixed logger multi init
the logger test sometimes crashed due to multithreading problems in combination with a Logger module panicing when the INITIALIZED AtomicBool was false due to cargo tests multithreading
2023-07-08 14:43:11 +02:00
.github/workflows maturin init 2023-07-06 22:06:31 +02:00
python/libpt fixed logger multi init 2023-07-08 14:43:11 +02:00
scripts working logger in python with stub 2023-07-08 01:15:40 +02:00
src fixed logger multi init 2023-07-08 14:43:11 +02:00
tests fixed logger multi init 2023-07-08 14:43:11 +02:00
.gitignore Initial commit 2023-07-06 22:05:34 +02:00
Cargo.toml logger rust test success 2023-07-07 23:36:55 +02:00
LICENSE Initial commit 2023-07-06 22:05:34 +02:00
README.md fixed logger multi init 2023-07-08 14:43:11 +02:00
pyproject.toml logger works, but only half tests 2023-07-07 21:05:37 +02:00

README.md

pt / libpt

pt stands for either one of "personal tool", "plex tool", "pete" or something among those lines. It is a collection of tools that i might or might not use. The intended purpose of this repo is that I program whatever i feel is worth having in a personal thing into it, then use it as either a lib, crate, python module or executable.

Let's see if I make it a bloated mess or stop committing after 30 hello worlds.

But the name pt / libpt already exists!

So what? I don't care. Besides, there is not enough names to name everything unique.

compiling

TBD

installing

TBD

Documentation

TBD

Mirrored

The origin of this repository is git.cscherr.de

It is mirrored to:

License

GPL-3 or newer.