Skip to main content

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()
```

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)

Uploaded Source

File details

Details for the file txServiceRegistry-0.2.0.tar.gz.

File metadata

File hashes

Hashes for txServiceRegistry-0.2.0.tar.gz
Algorithm Hash digest
SHA256 58a8dcb0d23dee1cffdb53b488fbdd788b6685faaf3f6cacffba022a3198268b
MD5 cbce2613305feb3ce363d40529e5a433
BLAKE2b-256 65780c48c293970c0d7ed4066fb223f5ea461b983a7068cbabe033e955e8fd1c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page