Metadata-Version: 2.1
Name: pyexpool
Version: 3.0.0
Summary: A lightweight multi-process Execution Pool with load balancing and customizable resource consumption constraints.
Home-page: https://github.com/eXascaleInfolab/PyExPool
Author: Artem Lutov
Author-email: artem@exascale.info
License: UNKNOWN
Project-URL: Bug Reports & Proposals, https://github.com/eXascaleInfolab/PyExPool/issues
Project-URL: Visit our eXascale Infolab, https://exascale.info/
Project-URL: Source, https://github.com/eXascaleInfolab/PyExPool
Description: PyExPool is a concurrent execution pool with custom resource constraints (memory, timeouts, affinity, CPU cores and caching) and load balancing of the external applications on NUMA architecture.  All main functionality is implemented as a single-file module to be easily included into your project and customized as a part of your distribution (like in [PyCaBeM](https://github.com/eXascaleInfolab/PyCABeM)), not as a separate library. Additionally, an optional minimalistic Web interface is provided in the separate file to inspect the load balancer and execution pool. Typically, PyExPool is used as an application framework for benchmarking, load testing or other heavy-loaded multi-process execution activities on constrained computational resources.
        
        See details on the [PyExPool page](https://github.com/eXascaleInfolab/PyExPool) and star the project if you like it! For any further assistance you can drop me a email or write [me on Linkedin](https://linkedin.com/in/artemvl).
        
        BibTeX:
        ```bibtex
        @misc{pyexpool,
        	author = {Artem Lutov and Philippe Cudré-Mauroux},
        	title = {{PyExPool-v.3: A Lightweight Execution Pool with Constraint-aware Load-Balancer.}},
        	year = {2018},
        	url = {https://github.com/eXascaleInfolab/PyExPool}
        }
        ```
Keywords: execution-pool load-balancer task-queue multi-process benchmarking-framework execution-constraints NUMA concurrent parallel-computing cache-control monitoring-server
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Plugins
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Operating System :: Android
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: System :: Benchmark
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/markdown
Provides-Extra: test
