Metadata-Version: 1.2
Name: wqchartpy
Version: 0.1.7
Summary: Python Package for Visualization of Water Geochemistry Data
Home-page: https://www.github.com/jyangfsu/WQChartPy
Author: Jing Yang
Author-email: jingyang@cug.edu.cn
Maintainer: Jing Yang
Maintainer-email: jingyang@cug.edu.cn
License: GNU General Public License v3.0
Description: WQChartPy is an open-source python package developed for graphical diagrams 
        of water geochemistry data. Utilizing the commonly used CSV
        as the input data format, WQChartPy can produce 
        eleven diagrams including not only the traditional Piper trilinear diagram, 
        Stiff diagram, Durov diagram and Schoeller diagram, but also the recently 
        proposed new diagrams such as the rectangle Piper, color-coded Piper and HFE-D 
        that has not implemented in previous software. 
        
        This is the first release of WQChartPy. As a Python-based cross platform 
        program, WQChartPy works on Windows, MacOS X and GNU/Linux. We provided a 
        self-contained Jupyter notebook file to illustrate how to use WQChartPy. 
        Users with a little Python experience can do the whole process from data to 
        the graphical diagrams. Buidling on the oldest and most popular Python 
        plotting library Matplotlib, the figures generated by WQChartPy can be saved 
        as portable network graphics (PNG), scalable vector graphics (SVG) or portable 
        document format (PDF). WQChartPy is an open-source project and any
        assistance is welcomed. Please email the development team if you want to
        contribute.
        
        
Platform: UNKNOWN
Requires-Python: >=3.7
