Metadata-Version: 1.2
Name: graphysio
Version: 0.110
Summary: Graphical data visualizer and analyzer.
Home-page: https://github.com/jaj42/graphysio
Author: Jona Joachim
Author-email: jona@joachim.cc
License: ISC
Description: # GraPhysio
        GraPhysio is a graphical data visualizer for physiologic data signals
        from ICU patient monitors.
        
        ## Install instructions
        To make GraPhysio work you need Python version >=3.4 as well as PyQt.
        GraPhysio makes heavy use of scientific Python libraries like Pandas,
        NumPy and SciPy. Plotting relies on the excellent PyQtGraph library.
        You may want to install one of the scientific Python packages like
        [Anaconda](https://www.continuum.io/downloads) if you don't want to
        manually handle the dependencies. Make sure to grab the Python 3
        version.
        
        You can then install the latest version of GraPhysio by tying the
        following command:
        
        > pip install graphysio
        
        You can launch GraPhysio by typing:
        
        > graphysioui.py
        
Keywords: time series,data,visualizing,analysis
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: X11 Applications :: Qt
Classifier: Intended Audience :: Healthcare Industry
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Requires-Python: >= 3.6
