A Twisted Python client for Rackspace Service Registry.
Project description
# Python Twisted Rackspace Service Registry client
A Twisted Python client for Rackspace Service Registry.
# License
This library is distributed under the [Apache license](http://www.apache.org/licenses/LICENSE-2.0.html).
# Usage
```Python
from txServiceRegistry import Client
from twisted.internet import reactor
from twisted.web.client import Agent
RACKSPACE_USERNAME = 'username'
RACKSPACE_KEY = 'api key'
client = Client(RACKSPACE_USERNAME, RACKSPACE_KEY)
# Do something
reactor.run()
def resultCallback(result):
print result
reactor.stop()
```
A Twisted Python client for Rackspace Service Registry.
# License
This library is distributed under the [Apache license](http://www.apache.org/licenses/LICENSE-2.0.html).
# Usage
```Python
from txServiceRegistry import Client
from twisted.internet import reactor
from twisted.web.client import Agent
RACKSPACE_USERNAME = 'username'
RACKSPACE_KEY = 'api key'
client = Client(RACKSPACE_USERNAME, RACKSPACE_KEY)
# Do something
reactor.run()
def resultCallback(result):
print result
reactor.stop()
```
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
txServiceRegistry-0.2.0.tar.gz
(10.7 kB
view details)
File details
Details for the file txServiceRegistry-0.2.0.tar.gz
.
File metadata
- Download URL: txServiceRegistry-0.2.0.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58a8dcb0d23dee1cffdb53b488fbdd788b6685faaf3f6cacffba022a3198268b |
|
MD5 | cbce2613305feb3ce363d40529e5a433 |
|
BLAKE2b-256 | 65780c48c293970c0d7ed4066fb223f5ea461b983a7068cbabe033e955e8fd1c |