pkgsrc/devel/py-execnet/PLIST
adam 28e5cc5d2c execnet provides carefully tested means to ad-hoc interact with Python
interpreters across version, platform and network barriers. It provides
a minimal and fast API targetting the following uses:
* distribute tasks to local or remote processes
* write and deploy hybrid multi-process applications
* write scripts to administer multiple hosts

Features
* zero-install bootstrapping: no remote installation required!
* flexible communication: send/receive as well as callback/queue mechanisms
  supported
* simple serialization of python builtin types (no pickling)
* grouped creation and robust termination of processes
* well tested between CPython 2.6-3.X, Jython 2.5.1 and PyPy 2.2 interpreters.
* interoperable between Windows and Unix-ish systems.
* integrates with different threading models, including standard os threads,
  eventlet and gevent based systems.
2017-05-29 10:38:28 +00:00

63 lines
2.4 KiB
Text

@comment $NetBSD: PLIST,v 1.1 2017/05/29 10:38:28 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/execnet/__init__.py
${PYSITELIB}/execnet/__init__.pyc
${PYSITELIB}/execnet/__init__.pyo
${PYSITELIB}/execnet/_version.py
${PYSITELIB}/execnet/_version.pyc
${PYSITELIB}/execnet/_version.pyo
${PYSITELIB}/execnet/deprecated.py
${PYSITELIB}/execnet/deprecated.pyc
${PYSITELIB}/execnet/deprecated.pyo
${PYSITELIB}/execnet/gateway.py
${PYSITELIB}/execnet/gateway.pyc
${PYSITELIB}/execnet/gateway.pyo
${PYSITELIB}/execnet/gateway_base.py
${PYSITELIB}/execnet/gateway_base.pyc
${PYSITELIB}/execnet/gateway_base.pyo
${PYSITELIB}/execnet/gateway_bootstrap.py
${PYSITELIB}/execnet/gateway_bootstrap.pyc
${PYSITELIB}/execnet/gateway_bootstrap.pyo
${PYSITELIB}/execnet/gateway_io.py
${PYSITELIB}/execnet/gateway_io.pyc
${PYSITELIB}/execnet/gateway_io.pyo
${PYSITELIB}/execnet/gateway_socket.py
${PYSITELIB}/execnet/gateway_socket.pyc
${PYSITELIB}/execnet/gateway_socket.pyo
${PYSITELIB}/execnet/multi.py
${PYSITELIB}/execnet/multi.pyc
${PYSITELIB}/execnet/multi.pyo
${PYSITELIB}/execnet/rsync.py
${PYSITELIB}/execnet/rsync.pyc
${PYSITELIB}/execnet/rsync.pyo
${PYSITELIB}/execnet/rsync_remote.py
${PYSITELIB}/execnet/rsync_remote.pyc
${PYSITELIB}/execnet/rsync_remote.pyo
${PYSITELIB}/execnet/script/__init__.py
${PYSITELIB}/execnet/script/__init__.pyc
${PYSITELIB}/execnet/script/__init__.pyo
${PYSITELIB}/execnet/script/loop_socketserver.py
${PYSITELIB}/execnet/script/loop_socketserver.pyc
${PYSITELIB}/execnet/script/loop_socketserver.pyo
${PYSITELIB}/execnet/script/quitserver.py
${PYSITELIB}/execnet/script/quitserver.pyc
${PYSITELIB}/execnet/script/quitserver.pyo
${PYSITELIB}/execnet/script/shell.py
${PYSITELIB}/execnet/script/shell.pyc
${PYSITELIB}/execnet/script/shell.pyo
${PYSITELIB}/execnet/script/socketserver.py
${PYSITELIB}/execnet/script/socketserver.pyc
${PYSITELIB}/execnet/script/socketserver.pyo
${PYSITELIB}/execnet/script/socketserverservice.py
${PYSITELIB}/execnet/script/socketserverservice.pyc
${PYSITELIB}/execnet/script/socketserverservice.pyo
${PYSITELIB}/execnet/script/xx.py
${PYSITELIB}/execnet/script/xx.pyc
${PYSITELIB}/execnet/script/xx.pyo
${PYSITELIB}/execnet/xspec.py
${PYSITELIB}/execnet/xspec.pyc
${PYSITELIB}/execnet/xspec.pyo