mptools icon indicating copy to clipboard operation
mptools copied to clipboard

Wrapper for multiprocessing that provides a bunch of boilerplate.

Results 33 mptools issues
Sort by recently updated
recently updated
newest added

This PR updates [pytest-runner](https://pypi.org/project/pytest-runner) from **5.2** to **6.0.1**. Changelog ### 6.0.1 ``` ====== * Updated Trove classifier to indicate this project is inactive. ``` ### 6.0.0 ``` ====== * 49:...

I would like to use mptools in a research project in University because i need a reliable, minimal queue-worker framework. I notice there were no recent commits - so is...

Bumps [wheel](https://github.com/pypa/wheel) from 0.34.2 to 0.38.1. Changelog Sourced from wheel's changelog. Release Notes UNRELEASED Updated vendored packaging to 22.0 0.38.4 (2022-11-09) Fixed PKG-INFO conversion in bdist_wheel mangling UTF-8 header values...

dependencies

Bumps [pip](https://github.com/pypa/pip) from 20.1.1 to 21.1. Changelog Sourced from pip's changelog. 21.1 (2021-04-24) Process Start installation scheme migration from distutils to sysconfig. A warning is implemented to detect differences between...

dependencies

I needed to switch logging to syslog, and added code to do that: LOGGING = { 'version': 1, 'disable_existing_loggers': False, 'formatters': { 'verbose': { 'format': '%(levelname)s %(module)s P%(process)d T%(thread)d %(message)s'...

SIGINT is n/a on Windows, with no easy replacement, hence the added condition

An attempt to install the stable version with pip install mptools gives "ERROR: No matching distribution found for mptools" https://pypi.org/project/mptools/ gives 404 System: Win10, Python 3.6.2, pip 20.3 and 20.2.2...

This PR updates [bump2version](https://pypi.org/project/bump2version) from **0.5.10** to **1.0.1**. Changelog ### 1.0.1 ``` - Added: enable special characters in search/replace, thanks mckelvin - Added: allow globbing a pattern to match multiple...

There are still a few lines not covered by tests. Since the last test that was added to cover what seemed like an unimportant line ended up _finding a bug_,...

good first issue
Test Needed

Use sphinx, add doc-strings to generate some basic docs, I think?

enhancement