Metadata-Version: 1.0
Name: fdsend
Version: 0.2.1
Summary: File descriptor passing (via SCM_RIGHTS)
Home-page: https://gitorious.org/python-fdsend/pages/Home
Author: Philipp Kern and Fabian Knittel
Author-email: python-fdsend@googlegroups.com
License: UNKNOWN
Description: fdsend is yet another file descriptor passing abstraction, specifically for
        Python.  This package offers a few conveniences not commonly found together in
        other abstractions: sending multiple files at once, sending arbitrary data, and
        working with both files and file descriptors.
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: POSIX
Classifier: Programming Language :: C
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.2
Classifier: Programming Language :: Python :: 2.3
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: System
Classifier: Topic :: Software Development :: Libraries :: Python Modules
