Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.