Metadata-Version: 1.0
Name: splicetee
Version: 1.0
Summary: A Python interface to splice and tee system calls.
Home-page: www.enix.org
Author: Omar Ait Mous
Author-email: dev.python.splicetee@enix.fr
License: http://www.gnu.org/licenses/gpl.txt
Description: Interface for Python for the Linux (2.6.17+) splice and tee system calls
        The splicetee module is an interface to the Linux splice() and tee() system calls from the Python programming language.
        
        These system calls allow you to :
        
        * transfer data between two pipes without consuming the input.
        * move data from a stream to another without need for user-space involvment
        and with minimal (or no) copying.
        
Platform: Linux
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: POSIX :: Linux
