Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ra101/ratools.py
An versionless meta package for install useful python utils.
https://github.com/ra101/ratools.py
Last synced: 3 days ago
JSON representation
An versionless meta package for install useful python utils.
- Host: GitHub
- URL: https://github.com/ra101/ratools.py
- Owner: ra101
- License: mit
- Created: 2024-07-17T15:07:40.000Z (6 months ago)
- Default Branch: core
- Last Pushed: 2024-08-25T08:31:59.000Z (5 months ago)
- Last Synced: 2024-08-25T09:34:32.848Z (5 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ratools.py
A version-less meta package for install useful python utils.### Installation
```bash
pip install git+https://github.com/ra101/ratools.py.git
```### Included Utils
- [FPdb](https://github.com/ra101/fpdb.py): Forkable Python Debugger, a wrapper on python-pdb to debug forked child processes as well (multi-threaded and multi-processing code).
- [Grim Reapers](https://github.com/ra101/grim_reapers.py): A collection of Context-Decorators to mange the termination of python processes.