execnet 2.1.1
0
execnet: rapid multi-Python deployment
Contents
execnet currently is in maintenance-only mode, mostly because it is still the backend of the pytest-xdist plugin. Do not use in new projects.
Stars: 79, Watchers: 79, Forks: 43, Open Issues: 32The pytest-dev/execnet
repo was created 7 years ago and the last code push was 4 days ago. The project is moderately popular with 79 github stars!
How to Install execnet
You can install execnet using pip
pip install execnet
or add it to a project with poetry
poetry add execnet
Package Details
- Author
- holger krekel and others
- License
- None
- Homepage
- None
- PyPi:
- https://pypi.org/project/execnet/
- GitHub Repo:
- https://github.com/pytest-dev/execnet
Classifiers
- Software Development/Libraries
- System/Distributed Computing
- System/Networking
Related Packages
Errors
A list of common execnet errors.
Code Examples
Here are some execnet
code examples and snippets.
GitHub Issues
The execnet package has 32 open issues on GitHub
- dropping the execmodel concept again
- rsync_remote: Fix a problem when receiving a read-only directories.
- implement limited WorkerPool size