Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.78 KB

STATUS.org

File metadata and controls

49 lines (34 loc) · 1.78 KB

PyGLPI Status

If you will it, Dude, it is no dream. –Walter Sobchak

This sort of thing really inspires me to create an elisp emacs plugin for importing issues from github. Some googling turns up somebody has started on this.

MILESTONES

I fully plan to support all of the capabilities of the webservices plugin. Proper XML-RPC implementation will allow for easier implementation of protocols like Jabber.

Right now (2012-10-08) this API is really just a wrapper around urllib2. My plan is to create python objects for every GLPI object, and then allow methods for interesting imports and exports, such as to and from LDAP.

Creating python objects for everything, that will at first just be __str__() to JSON objects is a near term goal.

An official release will need to be properly packaged in a python egg file or an easy_install package. I’d optimistically like to have this done in two months or so, but I’m pretty sure that’s not going to happen.

DAYS

<2012-10-10 Wed 18:32>

  • Migrated all documentation from epydoc format to sphinx.
  • Refactored client to make room for XML-RPC client and SOAP client
  • Began creating local object model