Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.05 KB

README.rst

File metadata and controls

33 lines (28 loc) · 1.05 KB

SugarCRM Python library

Introduction

This library intends to provide a simple and unified interface to access the SugarCRM REST API.

Important notes

  • If you were using the older version of this library, you should make sure the current version doesn't break your system. This new version adds a higer level of abstraction and some API-calls were deprecated. You can find the old version (v0.1) here
  • This library in active development, and forward compatibility isn't yet assured.

Usage

You will find some examples of basic usage in EXAMPLES.py.

TODO

  • Improve unit testing.

Licence

python_webservices_library is released under the BSD license. Refer to the AUTHORS file for more information.