Metadata-Version: 1.1
Name: pybeanstalk
Version: 1.0rc0
Summary: A python client library for beanstalkd.
Home-page: https://github.com/beanstalkd/pybeanstalk
Author: Erich Heine
Author-email: sophacles@gmail.com
License: UNKNOWN
Description: 
        A pure-Python client library for beanstalkd. beanstalkd is a lightweight queuing daemon
        based on libevent. It is meant to be used across multiple systems, and takes
        inspiration from memcache. More details on beanstalk can be found at:
        http://xph.us/software/beanstalkd/
        
        This client library aims to be simple and extensible. It provides both a single thread,
        single connection serialized (select-based) beanstalk connection with optional, simple
        thread pool implementation, and a basic Twisted client. Both can be used directly, or
        be used as basis for for more sophisticated client applications. Please see the examples
        directory for usage examples.
        
        To install, just run python setup.py install from this directory, or use the shortcuts
        in the Makefile. For Twisted support, run install with the 'twisted' extra.
        
        The package home is at https://github.com/beanstalkd/pybeanstalk, with an issue tracker
        and a wiki. Bug reports and pull requests most welcome.
        
        
Keywords: beanstalkd,twisted
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: Communications
Classifier: Topic :: Internet
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Object Brokering
Classifier: Topic :: System
