Metadata-Version: 1.2
Name: snowplot
Version: 0.2.0
Summary: A python package for plotting vertical profiles for analyzing snow
Home-page: https://github.com/micahjohnson150/snowplot
Author: Micah Johnson
Author-email: micah.johnson150@gmail.com
License: BSD license
Description: ========
        snowplot
        ========
        
        
        .. image:: https://img.shields.io/pypi/v/snowplot.svg
                :target: https://pypi.python.org/pypi/snowplot
        
        .. image:: https://readthedocs.org/projects/snowplot/badge/?version=latest
                :target: https://snowplot.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        SnowPlot is a command line tool for snow professionals who need to make vertical
        plots to display various snowpack data. This was made from the need to make
        figures to validate the Lyte Probe. To that end we are adding density profiles,
        hand hardness profiles, snow micropen profiles, and more.  The tool is based on
        a configuration file where the user can use a simple text editor to generate
        complicated figures.
        
        Usage
        -----
        
        .. code-block:: console
        
          snowplot config.ini
        
        * Free software: BSD license
        * Documentation: https://snowplot.readthedocs.io.
        
        
        Features
        --------
        
        * Manage repeatable figures using a config file
        * Add annotations to plots with simple text
        * Plot Lyte Probe Data
        * Plot hand hardness data
        * Plot Snow micropen data
        
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2020-02-10)
        ------------------
        
        * First release on PyPI.
        
Keywords: snowplot
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
