Development Status
- 5 - Production/Stable
License
- OSI Approved :: MIT License
Operating System
- OS Independent
Programming Language
- Python
- Python :: 3
- Python :: 3.3
- Python :: 3.2
- Python :: 2.7
- Python :: 2.6
- Python :: 2
- Python :: Implementation :: CPython
- Python :: Implementation :: PyPy
Intended Audience
- Developers
Topic
- Communications
- System :: Distributed Computing
- System :: Networking
- Software Development :: Libraries :: Python Modules
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