openobject-library

Web Services library OpenObject Framework
Download

openobject-library Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL v3
  • Price:
  • FREE
  • Publisher Name:
  • Christophe CHAUVET
  • Publisher web site:
  • http://kryskool.github.com/

openobject-library Tags


openobject-library Description

openobject-library is a Python library to interract with the OpenERP framework, known as OpenObject.InstallationYou can install oobjlib either via the Python Package Index (PyPI) or from source.To install using pip,: pip install openobject-libraryTo install using easy_install,: easy_install openobject-libraryIf you have downloaded a source tarball you can install it by doing the following,: python setup.py build sudo python setup.py installIf you want to develop a new functionnality, you can install it by doing the following (in python 2.6 or greater),: python setup.py develop --useror simply: sudo python setup.py developQuick overviewimport sysfrom oobjlib.connection import Databasetry: db = Database(server='localhost', port=8069)except Exception, e: print '%s' % repr(e) sys.exit(1)for d in db.list(): print '* %s' % dThis example retrieve all databases and print one line per database.Product's homepage


openobject-library Related Software