Metadata-Version: 2.1
Name: PyZendesk
Version: 0.2.1
Summary: API for Zendesk
Home-page: http://www.muflone.com/pyzendesk/
Author: Fabio Castelli
Author-email: muflone@muflone.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning 
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
License-File: LICENSE

# PyZendesk

[![Travis CI Build Status](https://img.shields.io/travis/com/muflone/pyzendesk/master.svg)](https://www.travis-ci.com/github/muflone/pyzendesk)
[![CircleCI Build Status](https://img.shields.io/circleci/project/github/muflone/pyzendesk/master.svg)](https://circleci.com/gh/muflone/pyzendesk)
[![PyPI - Version](https://img.shields.io/pypi/v/PyZendesk.svg)](https://pypi.org/project/PyZendesk/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/PyZendesk.svg)](https://pypi.org/project/PyZendesk/)

**Description:** API for Zendesk

**Copyright:** 2021 Fabio Castelli (Muflone) <muflone@muflone.com>

**License:** GPL-3+

**Source code:** https://github.com/muflone/pyzendesk

**Documentation:** http://www.muflone.com/pyzendesk/

# Description

PyZendesk is an attempt to build a common API to interact with any
[**Zendesk**](https://www.zendesk.com/) instance.

# System Requirements

* Python 3.x
* Python Requests 2.26.x (https://pypi.org/project/requests/)

# Usage

Please see the **samples** folder for some usage examples.


