Metadata-Version: 2.1
Name: lc-sdk-python
Version: 0.3.4
Summary: Package which lets to work with LiveChat API.
Home-page: https://github.com/livechat/lc-sdk-python
Author: LiveChat
Author-email: apiteam.qa@livechat.com
License: Apache-2.0
Description: # LiveChat Platform API SDK for Python3
        
        This Software Development Kit written in Python3 helps developers build external backend apps that extend LiveChat features. The SDK makes it easy to use Agent Chat API, Customer Chat API and Configuration API.
        
        ## Documentation
        
        For protocol documentation of LiveChat APIs, please go to [LiveChat Platform Docs](https://developers.livechatinc.com/docs/).
        
        For internal documentation of the SDK, please check: [Technical documentation](https://livechat.github.io/lc-sdk-python/index.html).
        
        ## Installation
        
        ### pip
        
        ```bash
        pip install lc-sdk-python
        ```
        
        ## Usage
        
        Usage examples can be found here:
        [examples](https://github.com/livechat/lc-sdk-python/tree/master/examples)
        
        ## Feedback
        
        ​If you find any bugs or have trouble implementing the code on your own, please create an issue or contact us via e-mail: apiteam.qa@livechat.com.
        
        ## About LiveChat
        
        LiveChat is an online customer service software with live support, help desk software, and web analytics capabilities. It's used by more than 32,000 companies all over the world. For more info, check out [LiveChat](https://livechat.com/).
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: httpx
