Metadata-Version: 2.1
Name: streamlit-antv
Version: 0.0.1
Summary: Antv charts custom component for Streamlit
Home-page: https://github.com/ais-one/favv
Author: Aaron Gong
Author-email: aaronjxz@gmail.com
License: MIT License
Description: # Streamlit - Antv charts
        
        A streamlit component to implement antv charts
        
        ## Installation
        
        ```
        pip install streamlit-antv
        ```
        
        ## Usage
        
        Refer to the following files for example usage
        - [g6](g6/__init__.py)
        - [g2](g2/__init__.py)
        - [g2plot](g2plot/__init__.py)
        
Keywords: streamlit,antv,charts
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
