Metadata-Version: 2.1
Name: flomo
Version: 0.0.3a0
Summary: Flomo API (third party)
Home-page: https://github.com/Benature/flomo
Author: Benature Wang
Author-email: wbenature@163.com
License: UNKNOWN
Description: <a href="https://flomoapp.com/"><img src="https://raw.githubusercontent.com/Benature/flomo/main/flomo/media/logo-192x192.png" height="100" align="right"></a>
        
        # flomo 浮墨
        
        [![PyPI](https://img.shields.io/pypi/v/flomo)](https://pypi.org/project/flomo/)
        ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/flomo)
        [![GitHub stars](https://img.shields.io/github/stars/Benature/flomo)](https://github.com/Benature/flomo)
        
        一个非官方的 API python 玩具盒  
        即将支持官方 API 👀
        
        > *prefer python3.7+*  
        > 欢迎 Star 🌟、Fork 🍴、Issue 💬、PR. 一起让 flomo 用的更加得心应手
        
        ## Usage 使用
        
        ```shell
        pip install -U flomo
        ```
        
        ```python
        import flomo
        client = flomo.Flomo(api='https://flomoapp.com/xxxxxAPIxxxx')
        client.new('hello flomo')
        ```
        
        相关 workflow 示例可参考 [flomo workflow](https://github.com/Benature/flomo-workflow)
        
        ## Relative Project 相关项目
        
        - workflow: [Benature/flomo workflow](https://github.com/Benature/flomo-workflow)
        - npm: [geekdada/flomo api helper](https://github.com/geekdada/flomo-api-helper)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
