syncless 0.25
Released:
Syncless: asynchronous client and server library using Stackless Python
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License (Apache License, Version 2.0)
- Author: Peter Szabo
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Operating System
- Programming Language
-
Topic
- Internet
- Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
- Internet :: WWW/HTTP :: HTTP Servers
- Internet :: WWW/HTTP :: WSGI :: Application
- Internet :: WWW/HTTP :: WSGI :: Server
- Software Development :: Libraries :: Application Frameworks
- Software Development :: Libraries :: Python Modules
Project description
Syncless is a non-blocking (asynchronous) concurrent client and server socket network communication library for Stackless Python 2.6 (and also for regular Python with greenlet). For high speed, Syncless uses libev (and libevent) for event notification, and parts of Syncless’ code is implemented in Pyrex/Cython and C. This alone makes Syncless faster than many of its non-blocking network libraries for Python. Syncless contains an asynchronous DNS resolver (using evdns) and a HTTP server capable of serving WSGI applications. Syncless aims to be a coroutine-based alternative of event-driven networking engines (such as Twisted, asyncore, pyevent, python-libevent and FriendFeed’s Tornado), and it’s a competitor of gevent, Eventlet and Concurrence.
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License (Apache License, Version 2.0)
- Author: Peter Szabo
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Operating System
- Programming Language
-
Topic
- Internet
- Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
- Internet :: WWW/HTTP :: HTTP Servers
- Internet :: WWW/HTTP :: WSGI :: Application
- Internet :: WWW/HTTP :: WSGI :: Server
- Software Development :: Libraries :: Application Frameworks
- Software Development :: Libraries :: Python Modules