Metadata-Version: 2.1
Name: pywebio-battery
Version: 0.1.0
Summary: Utilities that help write PyWebIO apps quickly and easily.
Home-page: https://pywebio.readthedocs.io/en/latest/battery.html
Author: WeiminWang
Author-email: wang0.618@qq.com
License: MIT
Project-URL: Documentation, https://pywebio.readthedocs.io/en/latest/battery.html
Project-URL: Source, https://github.com/wang0618/pywebio-battery
Description: <h1 align="center" name="pywebio-en">PyWebIO Battery</h1>
        <p align="center">
            <em>Utilities that help write PyWebIO apps quickly and easily.</em>
        </p>
        <p align="center">
            <a href="https://codecov.io/gh/pywebio/PyWebIO">
                <img src="https://codecov.io/gh/pywebio/PyWebIO/branch/dev/graph/badge.svg?token=YWH3WC828H" alt="Code coverage"/>
            </a>
            <a href="https://pypi.org/project/pywebio-battery/">
                <img src="https://img.shields.io/pypi/v/pywebio-battery?colorB=brightgreen" alt="Package version">
            </a>
            <a href="https://pypi.org/project/pywebio-battery/">
                <img src="https://img.shields.io/badge/python->%3D%203.5.2-brightgreen" alt="Python Version">
            </a>
            <a href="https://lgtm.com/projects/g/wang0618/pywebio-battery/context:python">
                <img src="https://img.shields.io/lgtm/grade/python/github/wang0618/pywebio-battery.svg?colorB=brightgreen" alt="Python code quality">
            </a>
            <a href="https://lgtm.com/projects/g/wang0618/pywebio-battery/context:javascript">
                <img src="https://img.shields.io/lgtm/grade/javascript/github/wang0618/pywebio-battery.svg?colorB=brightgreen" alt="Javascript code quality">
            </a>
            <a href="https://github.com/wang0618/pywebio-battery/blob/master/LICENSE">
                <img src="https://img.shields.io/github/license/wang0618/pywebio-battery.svg" alt="License">
            </a>
            <br/>
            <a href="https://pywebio.readthedocs.io/en/latest/battery.html">[Document]</a>
        </p>
        
        
        ## Installation
        
        ```bash
        pip3 install -U pywebio-battery
        ```
        
        ## Usage
        
        ```python
        from pywebio import battery
        
        battery.xxx()
        ```
        
        ## Resources
         
         - Document: https://pywebio.readthedocs.io/en/latest/battery.html
         - Need help? Make a new discussion on [PyWebIO Discussions](https://github.com/pywebio/PyWebIO/discussions)
         - Bug report: https://github.com/pywebio/PyWebIO/issues
Platform: UNKNOWN
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: >=3.5.2
Description-Content-Type: text/markdown
