Skip to content

cloudControl/pydoozer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyDoozer

A Python client for Doozer using gevent. This is based on Jeff Lindsay's and Neuman Vong's progrium/pydoozer.

Latest version

The latest is 0.1.1.

Installation

Install via pip:

$ pip install git+ssh://git@github.com/cloudControl/pydoozer.git@0.1.1

Installation error with protobuf 2.4.1 on python setup.py install

There is a case when you try to install pydoozer via python setup.py install and run into following error:

[..]
Downloading http://protobuf.googlecode.com/files/protobuf-2.4.1.zip
Processing protobuf-2.4.1.zip
error: Couldn't find a setup script in /tmp/easy_install-riZxUs/protobuf-2.4.1.zip

Simply install protobuf via pip manually:

$ pip install protobuf

Then run python setup.py install again!

Using the pip install git+ssh://... method doesn't seem to run into this issue.

For more information check following issue: Protobuf Issue #66

Requirements

PyDoozer needs:

You will need to install these for development. Upon installation, the dependencies are automatically installed.

Todo

  • Entity class to wrap Response objects about entities
  • Finish watch, access support
  • tests, docs
  • Make work with standard python as well as gevent

Contributors

License

MIT

About

Python client for Doozer using gevent

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%