Metadata-Version: 1.1
Name: twisted-platform-support
Version: 16.12.2
Summary: Platform support packages for Twisted.
Home-page: https://github.com/twisted/twisted_platform_support
Author: Amber Brown
Author-email: hawkowl@twistedmatrix.com
License: MIT
Description: Twisted Platform Support
        ========================
        
        What is this?
        -------------
        
        Code that allows Twisted to work on platforms where Python does not have complete bindings for everything Twisted needs.
        For example, this includes:
        
        - I/O Completion Ports for Windows ("IOCPReactor")
        - ``sendmsg`` support for Python 2
        - other C used in testing.
        
        
        How do I get it?
        ----------------
        
        Just ``pip install twisted[platform_support]``.
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
