Skip to content
/ ring Public

Python native message queue based on asynchronous I/O

License

Notifications You must be signed in to change notification settings

mar29th/ring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ring

Join the chat at https://gitter.im/ringmq/Lobby Build Status

Python-native message queue.

This module is intended to substitute ZMQ when ZMQ does not behave on some Python VMs (e.g. PyPy). It is originally developed for Douban's DPark.

Ring is purely implemented in Python, with no external package dependencies.

Requirements

  • Linux kernel 2.5.44 or BSD systems (incl. macOS) later than publication date of FreeBSD 4.1
  • Python 2.7

License

Apache License v2. For details, see LICENSE.

About

Python native message queue based on asynchronous I/O

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages