Metadata-Version: 2.1
Name: entegywrapper
Version: 4.0.0
Summary: Python SDK for the Entegy API
Author-email: Situ Developer <developer@situ.com.au>, Cameron Jensen <cameron@situ.com.au>, William Sawyer <william@situ.com.au>, Nathan Thomas <nathan@situ.com.au>
Project-URL: Homepage, https://github.com/SituDevelopment/python3-entegy-API-wrapper
Project-URL: Releases, https://github.com/SituDevelopment/python3-entegy-API-wrapper/releases
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: requests

# Entegy APIv2 Wrapper

## Installation

```bash
pip install entegywrapper
```

## Usage

```python
from entegywrapper import EntegyAPI
```

## Ported Modules

-   API Objects
-   Content
    -   [Content Objects](https://situ.entegysuite.com.au/Docs/Api/content-objects)
    -   [Content Management](https://situ.entegysuite.com.au/Docs/Api/content-get)
    -   [Categories](https://situ.entegysuite.com.au/Docs/Api/category-available)
    -   [Documents](https://situ.entegysuite.com.au/Docs/Api/document-addfile)
    -   [MultiLinks](https://situ.entegysuite.com.au/Docs/Api/multilink-get)
-   Attendance Tracking
    -   [Attendance Tracking Objects](https://situ.entegysuite.com.au/Docs/Api/track-objects)
    -   [Track Management](https://situ.entegysuite.com.au/Docs/Api/track-addcheckin)
-   Notification
    -   [Notification - Send Bulk](https://situ.entegysuite.com.au/Docs/Api/notifications-send-bulk)
-   Plugins
    -   [External Authentication](https://situ.entegysuite.com.au/Docs/Api/plugins-authenticate-external)
-   Points & Achievement
    -   [Points & Achievement Objects](https://situ.entegysuite.com.au/Docs/Api/point-constants)
    -   [Point Management](https://situ.entegysuite.com.au/Docs/Api/point-award)
-   Profile
    -   [Profile Objects](https://situ.entegysuite.com.au/Docs/Api/profile-object)
    -   [Profile Management](https://situ.entegysuite.com.au/Docs/Api/profile-get)
    -   [Profile Types](https://situ.entegysuite.com.au/Docs/Api/profiletype-get)
    -   [Profile Custom Fields](https://situ.entegysuite.com.au/Docs/Api/profilecustomfield-get)
    -   [Profile Links](https://situ.entegysuite.com.au/Docs/Api/profilelink-selected)
    -   [Profile Payments](https://situ.entegysuite.com.au/Docs/Api/profile-payment-add)

## Modules to Port

-   Lead Capture
    -   [Lead Capture Objects](https://situ.entegysuite.com.au/Docs/Api/lead-capture-objects)
    -   [Lead Capture Management](https://situ.entegysuite.com.au/Docs/Api/capture-lead-add)
-   Points & Achievement
    -   [Achievement Management](https://situ.entegysuite.com.au/Docs/Api/achievement-all)
-   Project
    -   [Project Objects](https://situ.entegysuite.com.au/Docs/Api/project-objects)
    -   [Project Management](https://situ.entegysuite.com.au/Docs/Api/project-get)
    -   [Project API Keys](https://situ.entegysuite.com.au/Docs/Api/projectapikey-get)
-   Submission Forms
    -   [Submission Form - Get](https://situ.entegysuite.com.au/Docs/Api/submission-form-get)
