mirakuru
mirakuru copied to clipboard
Mirakuru - a python library that starts your subprocess and waits for a clear indication, that it's running (process orchestrator)
Bumps [black](https://github.com/psf/black) from 22.6.0 to 22.8.0. Release notes Sourced from black's releases. 22.8.0 Highlights Python 3.11 is now supported, except for blackd as aiohttp does not support 3.11 as of...
- [ ] Run Tests on Windows CI automatically - [ ] Make code compatible with windows - [ ] there's no poll in select - [ ] socket.AF_UNIX on...
The `AlreadyRunning` exception names the requested process and port (which we probably also know from the traceback), but not the service that is running on that port. This usually needs...
hi, is this library just work on **UNIX os**? because in **windows os** I have this error : `AttributeError: module 'select' has no attribute 'poll'` and poll just implemented in...
I happens when subprocess produces large amounts of output. https://thraxil.org/users/anders/posts/2008/03/13/Subprocess-Hanging-PIPE-is-your-enemy/ Mirakuru could use real files instead of PIPE or make it an option.
Bumps [mypy](https://github.com/python/mypy) from 1.8.0 to 1.9.0. Changelog Sourced from mypy's changelog. Mypy Release Notes Mypy 1.9 We’ve just uploaded mypy 1.9 to the Python Package Index (PyPI). Mypy is a...