Metadata-Version: 1.0
Name: softlayer_messaging
Version: 1.0.1
Summary: SoftLayer Message Queue Client
Home-page: UNKNOWN
Author: Kevin McDonald
Author-email: kmcdonald@softlayer.com
License: UNKNOWN
Description: SoftLayer Message Queue - Python Client
        ========================================
        This code provides bindings written in Python to communicate with the
        [SoftLayer Message Queue API](http://sldn.softlayer.com/reference/messagequeueapi).
        
        Installation
        ------------
        Using pip:
        ```
        pip install softlayer_messaging
        ```
        
        Download source and run:
        ```
        python setup.py install
        ```
        
        Need more help?
        ---------------
        
        For additional guidance and information, check out the
        [Message Queue API reference](http://sldn.softlayer.com/reference/messagequeueapi) 
        or the [SoftLayer Developer Network forum](https://forums.softlayer.com/forumdisplay.php?f=27).
        
        For specific issues with the Python client library, get in touch with us via the
        [SoftLayer Developer Network forum](https://forums.softlayer.com/forumdisplay.php?f=27)
        or the [Issues page on our GitHub repository](https://github.com/softlayer/softlayer-message-queue-python/issues).
        
        License
        -------
        
        Copyright (c) 2012 SoftLayer Technologies, Inc.
        
        Permission is hereby granted, free of charge, to any person obtaining a copy of
        this software and associated documentation files (the "Software"), to deal in
        the Software without restriction, including without limitation the rights to
        use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
        of the Software, and to permit persons to whom the Software is furnished to do
        so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Intended Audience :: Developers
Classifier: Topic :: Communications
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: System :: Networking
Classifier: Topic :: Software Development :: Libraries :: Python Modules
