Metadata-Version: 1.1
Name: snapshot-selenium
Version: 0.0.2
Summary: Render echarts using selenium
Home-page: https://github.com/pyecharts/snapshot-selenium
Author: pyecharts dev team
Author-email: info@pyecharts.com
License: MIT
Download-URL: https://github.com/pyecharts/snapshot-selenium/archive/0.0.2.tar.gz
Description: ================================================================================
        snapshot-selenium
        ================================================================================
        
        .. image:: https://api.travis-ci.org/pyecharts/snapshot-selenium.svg
           :target: http://travis-ci.org/pyecharts/snapshot-selenium
        
        .. image:: https://codecov.io/github/pyecharts/snapshot-selenium/coverage.png
           :target: https://codecov.io/github/pyecharts/snapshot-selenium
        
        
        .. image:: https://readthedocs.org/projects/snapshot-selenium/badge/?version=latest
           :target: http://snapshot-selenium.readthedocs.org/en/latest/
        
        
        Installation
        ================================================================================
        
        
        You can install snapshot-selenium via pip:
        
        .. code-block:: bash
        
            $ pip install snapshot-selenium
        
        
        or clone it and install it:
        
        .. code-block:: bash
        
            $ git clone https://github.com/pyecharts/snapshot-selenium.git
            $ cd snapshot-selenium
            $ python setup.py install
        
        Change log
        ================================================================================
        
        0.0.2 - 01.04.2019
        --------------------------------------------------------------------------------
        
        update
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        
        #. it will take an external browser driver and render images
        
        0.0.1 - 09.04.2019
        --------------------------------------------------------------------------------
        
        first release
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        
        #. use selenium driver for rendering pyecharts output as image
        
        
Keywords: python,pyecharts,chart
Platform: UNKNOWN
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
