Metadata-Version: 2.1
Name: plably
Version: 0.1.8
Summary: A simple plotly utility to generate graphs for my lab reports.
Home-page: https://github.com/DhruvBisla/plably
Author: Dhruv Bisla
Author-email: bisladhruv@gmail.com
License: MIT
Description: [![Package Version](https://github.com/DhruvBisla/plably/workflows/Tests/badge.svg)](https://github.com/DhruvBisla/plably/actions/)
        [![Package Version](https://img.shields.io/pypi/v/plably?color=success&label=pypi%20package&logo=PyPi
        )](https://pypi.org/project/plably/)
        
        # Plably
        
        ## Background
        
        ### Motivation
        I use plably to generate the graphs for my lab reports. It incorporates some extra functionality I could not find in other software, including that of graphing uncertainty.
        
        ### Plably??
        Alright, I could've been a bit more creative. "Plably" is the combination of the two words ["plotly"](https://github.com/plotly/plotly.py) and "lab," the python library used to generate the graphs and the purpose of the tool, respectively.
        
        ## Installation
        
        ```shell
        pip install plably
        ```
        
        Plably may be installed with pip using the command given above.
        
        ## Usage
        
        ```shell
        plably <title> <data> <output>
        ```
        
        Where title is the title, in the form "Dependent Variable vs. Independent Variable," data is the path to the input csv file, and output is the path to write the generated graph to.
        
Keywords: plotly,graphs,utility,lab-report
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires: numpy
Requires: pandas
Requires: plotly
Requires: kaleido
Requires-Python: >=3.6
Description-Content-Type: text/markdown
