Metadata-Version: 1.0
Name: socketless
Version: 0.3.1
Summary: Socketless: An asynchronous high performance TCP messaging library.
Home-page: https://github.com/danielnorberg/socketless/
Author: Daniel Norberg
Author-email: daniel.norberg@gmail.com
License: Apache License, Version 2.0
Description:                 Socketless is a an asynchronous TCP messaging library for
                        implementing communication using messages and broadcast req/rep
                        instead of raw sockets. Socketless relies on the library syncless
                        to provide high-performance non-blocking sockets through utilization
                        of epoll/kevent/kqueue. Socketless is implemented in Cython for high throughput.
                
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
