Skip to main content

Python wrapper for OpenCell (using REST API)

Project description

Inspired by https://gitlab.com/rhab/PyOTRS

PyOpenCell is a Python wrapper for accessing Open Cell (Version 5 or 6) using the REST API.

You can see all the API information [here](https://api.opencellsoft.com/6.0.0)

Features

Access an OpenCell instance to:

  • find a Customer by ID

  • create or update a Account Hierarchy

  • create Subscription

Installation

Dependencies

Dependencies are installed automatically

pip:

  • python-requests

Python Usage

Quickstart

Get Customer with Customer ID 1 from OpenCell over the REST API:

>>> client = Client(baseurl='http://myoc/', username='User', password='pwd')
>>> customer = client.find_customer(1)

License

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

PyOpenCell-0.0.0.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

PyOpenCell-0.0.0-py2.py3-none-any.whl (16.1 kB view hashes)

Uploaded Python 2 Python 3

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