Metadata-Version: 2.1
Name: apex-client
Version: 0.1.3
Summary: UNKNOWN
Home-page: https://github.com/promoteinternational/apex-ng-client
Author: Andréas Kühne
Author-email: andreas.kuhne@promoteint.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: apex-auth (>=0.2.2)
Requires-Dist: django (>=2.2.2)
Requires-Dist: python-dateutil (>=2.8.0)
Requires-Dist: requests (>=2.22.0)

# Apex NG client objects

This package contains objects that can be used to get information from the Apex NG backend. The objects contain
methods for creating new items, updating items and querying items.

## Usage

```bash
$ pip install apex_client
```

When installed the plugin will give you access to various objects within Apex NG. This however requires you to have
permissions to view the items (An api user needs to be added to the project).

