Metadata-Version: 2.1
Name: wiz-feishu
Version: 2.0.2
Summary: wiz-feishu
Home-page: https://chnyangjie.github.io/
Author: chnyangjie
Author-email: chnyangjie@gmail.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/chnyangjie/wiz_feishu/issues
Project-URL: Say Thanks!, https://github.com/chnyangjie/wiz_feishu/issues
Project-URL: Source, https://github.com/chnyangjie/wiz_feishu
Description: # wiz_feishu
        
        ```python
        from wiz_message.message import Robot
        from wiz_message import elements
        from wiz_feishu.generator import FeishuRobotMessageGenerator
        if __name__ == '__main__':
            m = Robot("title", "red")
            m.add_element(elements.Note("hello"))
            m.add_element(elements.Markdown("hello"))
            m.add_element(elements.Hr())
            m.add_element(elements.MarkdownAt("ou_004b55017df575ea6182a8643bb6e53d"))
            m.add_element(elements.TextAndButton("text", elements.Button("button", "type", "id", None)))
            m.add_element(elements.TextAndButton("text", elements.Button("button", "type", "id", elements.Confirm("title", "content"))))
            m.add_element(elements.TextAndOptions("text", elements.Options("placeholder", "type", "id", [elements.OptionItem("text", "value")], elements.Confirm("title", "content"))))
            m.add_element(elements.TextAndDatePicker("text", elements.DatePicker("placeholder", "type", "id", elements.Confirm("title", "content"), )))
            FeishuRobotMessageGenerator.to_message(m, )
        ```
Keywords: python feishu client
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
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
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6, <4
Description-Content-Type: text/markdown
