Metadata-Version: 2.1
Name: ezapi-sysaid
Version: 0.2.0
Summary: A Python wrapper for SysAid REST API
Author-email: Zeheng Li <imzehengl@gmail.com>
Maintainer-email: Zeheng Li <imzehengl@gmail.com>
Project-URL: repository, https://github.com/zehengl/ezapi-sysaid
Project-URL: homepage, https://zehengl.github.io/ezapi-sysaid/
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: wrapt==1.16.0

<div align="center">
    <img src="https://cdn0.iconfinder.com/data/icons/online-shopping-fill-shoppers-features/512/24-hrs_service-512.png" alt="logo" height="128">
</div>

# ezapi-sysaid

[![pytest](https://github.com/zehengl/ezapi-sysaid/actions/workflows/pytest.yml/badge.svg)](https://github.com/zehengl/ezapi-sysaid/actions/workflows/pytest.yml)
![coding_style](https://img.shields.io/badge/code%20style-black-000000.svg)
![PyPI - License](https://img.shields.io/pypi/l/ezapi-sysaid)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ezapi-sysaid)
![PyPI - Wheel](https://img.shields.io/pypi/wheel/ezapi-sysaid)
[![Downloads](https://static.pepy.tech/badge/ezapi-sysaid)](https://pepy.tech/project/ezapi-sysaid)
[![GitHub Pages](https://github.com/zehengl/ezapi-sysaid/actions/workflows/gh-deploy.yml/badge.svg)](https://github.com/zehengl/ezapi-sysaid/actions/workflows/gh-deploy.yml)

A Python wrapper for SysAid REST API

## Install

From [PyPi](https://pypi.org/project/ezapi-sysaid/)

    pip install ezapi-sysaid

From [GitHub](https://github.com/zehengl/ezapi-sysaid)

    pip install git+https://github.com/zehengl/ezapi-sysaid.git

## Usage

Check out these [examples](https://zehengl.github.io/ezapi-sysaid/endpoints/).

## Credits

- [Logo][1] by [Chanut is Industries][2]

[1]: https://www.iconfinder.com/icons/7581528/24_hours_service_online_smartphone_support_application_message_icon
[2]: https://www.iconfinder.com/Chanut-is
