Metadata-Version: 2.1
Name: freshchat
Version: 0.4.2.post0
Summary: A library provide a http client for Freshchat API
Home-page: https://github.com/twyla-ai/python-freshchat
License: MIT
Author: Twyla Engineering
Author-email: software@twyla.ai
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: aiohttp (>=3.6,<4.0)
Requires-Dist: cafeteria (>=0.19,<0.20)
Requires-Dist: dataclasses (>=0.6,<0.7); python_version >= "3.6" and python_version < "3.7"
Requires-Dist: pycrypto (>=2.6,<3.0)
Project-URL: Repository, https://github.com/twyla-ai/python-freshchat
Description-Content-Type: text/markdown

[![image](https://img.shields.io/pypi/v/freshchat.svg)](https://pypi.org/project/freshchat/)
[![image](https://img.shields.io/pypi/l/freshchat.svg)](https://pypi.org/project/freshchat/)
[![image](https://img.shields.io/pypi/pyversions/freshchat.svg)](https://pypi.org/project/freshchat/)
[![image](https://readthedocs.org/projects/freshchat/badge/?version=latest&style=flat)](https://freshchat.readthedocs.io/)
[![image](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
[![](https://github.com/twyla-ai/python-freshchat/workflows/Main%20Workflow/badge.svg)](https://github.com/twyla-ai/python-freshchat/actions)
[![Sonarcloud Status](https://sonarcloud.io/api/project_badges/measure?project=twyla-ai_python-freshchat&metric=alert_status)](https://sonarcloud.io/dashboard?id=twyla-ai_python-freshchat)

# Python Freshchat Client Library
A python client library for [Freshchat (Live Chat Software)](https://www.freshworks.com/live-chat-software/). This library allows users to interact with the Freshchat API to perform actions on the following resources.

* Users
* Channels
* Conversations

This library can also be used to build B2B or C2B live chat clients integrating with the Freshchat API.

## Installation
`pip install freshchat`

## Documentation
The project documentation is available [here](https://freshchat.readthedocs.io/en/latest/). Be sure to check out the [introduction](https://freshchat.readthedocs.io/en/latest/intro.html) for usage examples.

## Reporting Issues and Contributing
This project is maintained on [GitHub](https://github.com/twyla-ai/python-freshchat).

