Pebble 5.0.7
0
Threading and multiprocessing eye-candy.
Contents
Threading and multiprocessing eye-candy.
Stars: 532, Watchers: 532, Forks: 51, Open Issues: 7The noxdafox/pebble
repo was created 11 years ago and the last code push was 1 weeks ago.
The project is popular with 532 github stars!
How to Install pebble
You can install pebble using pip
pip install pebble
or add it to a project with poetry
poetry add pebble
Package Details
- Author
- Matteo Cafasso
- License
- LGPL
- Homepage
- https://github.com/noxdafox/pebble
- PyPi:
- https://pypi.org/project/Pebble/
- GitHub Repo:
- https://github.com/noxdafox/pebble
Classifiers
- Software Development/Libraries/Python Modules
Related Packages
Errors
A list of common pebble errors.
Code Examples
Here are some pebble
code examples and snippets.
GitHub Issues
The pebble package has 7 open issues on GitHub
- How to run asyncio function using pebble Process Pool?
- error while trying to pass a generator to pool map
- concurrent.process calls constructor of object instead of call on Macos
- Allow a ProcessFuture access to actual process object.