Metadata-Version: 2.1
Name: lark_sdk
Version: 0.2.2
Summary: A python sdk that implements all the features of the official documentation (not implemented).
Home-page: https://github.com/fuergaosi233/lark_sdk
Author: holegots
Author-email: gaopengyang@bytedance.com
License: MIT license
Description: <h1 align="center">Welcome to lark_sdk 👋</h1>
        <p>
          <img alt="Version" src="https://img.shields.io/badge/version-0.0.1-blue.svg?cacheSeconds=2592000" />
          <a href="#" target="_blank">
            <img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" />
          </a>
          <a href="https://twitter.com/fuergaosi" target="_blank">
            <img alt="Twitter: fuergaosi" src="https://img.shields.io/twitter/follow/fuergaosi.svg?style=social" />
          </a>
        </p>
        
        > A python sdk that implements all the features of the official documentation (not implemented).
        
        ## Install
        
        ```sh
        pip install lark_sdk
        ```
        
        ## Run tests
        
        ```sh
        pytest
        ```
        
        ## Author
        
        👤 **holegots**
        
        * Website:  
        * Twitter: [@fuergaosi](https://twitter.com/fuergaosi)
        * Github: [@fuergaosi233](https://github.com/fuergaosi233)
        
        ## Show your support
        
        Give a ⭐️ if this project helped you!
Keywords: lark_sdk
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=2.7,!=3.0.*,!=3.1.*
Description-Content-Type: text/markdown
