Metadata-Version: 1.1
Name: uzmq
Version: 0.1.0
Summary: libuv interface for ZeroMQ
Home-page: http://github.com/benoitc/uzmq
Author: Benoit Chesneau
Author-email: benoitc@e-engura.org
License: BSD
Description: uzmq
        ====
        
        libuv interface for ZeroMQ.
        
        With uzmq you can use `zmq <http://zeromq.org>`_ sockets with the libuv
        event loop binding proposed by the `pyuv library <http://pyuv.readthedocs.org>`_.
        
        .. image:: https://secure.travis-ci.org/benoitc/uzmq.png?branch=master
           :alt: Build Status
           :target: https://secure.travis-ci.org/benoitc/uzmq
        
        Features
        --------
        
        - Simple interface to zeromq with the libuv event loop
        - Poll handle
        - ZMQ handle
        
        Documentation
        -------------
        
        http://uzmq.readthedocs.org
        
        Installation
        ------------
        
        uzmq requires Python superior to 2.6 (yes Python 3 is supported)
        
        To install gaffer using pip you must make sure you have a
        recent version of distribute installed::
        
            $ curl -O http://python-distribute.org/distribute_setup.py
            $ sudo python distribute_setup.py
            $ easy_install pip
        
        
        To install from source, run the following command::
        
            $ git clone https://github.com/benoitc/uzmq.git
            $ cd gaffer && pip install -r requirements.txt
        
        
        From pypi::
        
            $ pip install uzmq
        
        
        License
        -------
        
        uzmq is available in the public domain (see UNLICENSE). gaffer is also
        optionally available under the MIT License (see LICENSE), meant
        especially for jurisdictions that do not recognize public domain
        works.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Topic :: System :: Boot
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Software Development :: Libraries
