Metadata-Version: 2.1
Name: Sympathy
Version: 1.6.1
Summary: Sympathy for Data is a visual data analysis and processing platform based on Python.
Home-page: https://www.sympathyfordata.com/
Author: SYSESS
Author-email: support@sysess.org
License: GNU GPL
Platform: Windows
Platform: MacOS X
Platform: Linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering
Requires-Dist: PySide2 (!=5.12.1,>=5.11.0)
Requires-Dist: Qt.py (>=1.1.0)
Requires-Dist: SQLAlchemy (>=1.0.0)
Requires-Dist: h5py (>=2.4.0)
Requires-Dist: lxml (>=3.5.0)
Requires-Dist: matplotlib (>=2.2.0)
Requires-Dist: numpy (>=1.11.0)
Requires-Dist: pandas (>=0.17.0)
Requires-Dist: psutil (>=3.4.0)
Requires-Dist: pyodbc (>=3.0.0)
Requires-Dist: scipy (>=0.17.0)
Requires-Dist: Jinja2 (>=2.8.0)
Requires-Dist: Sphinx (>=1.3.0)
Requires-Dist: XlsxWriter (>=0.5.0)
Requires-Dist: xmltodict (>=0.11.0)
Requires-Dist: colorama (>=0.3.7)
Requires-Dist: gprof2dot (>=2015.2.3)
Requires-Dist: mistune (>=0.8.0)
Requires-Dist: nose (>=1.3.0)
Requires-Dist: npTDMS (>=0.12.0)
Requires-Dist: ply (>=3.7)
Requires-Dist: pyflakes (>=1.1.0)
Requires-Dist: pylint (>=1.5.0)
Requires-Dist: python-dateutil (>=2.4.0)
Requires-Dist: Pygments (>=2.0.1)
Requires-Dist: six (>=1.10.0)
Requires-Dist: sphinx-rtd-theme (>=0.1.9)
Requires-Dist: svgutils (>=0.2.0)
Requires-Dist: scikit-image (>=0.12.0)
Requires-Dist: scikit-learn (>=0.18)
Requires-Dist: xlrd (>=0.9)
Requires-Dist: xlwt (>=0.7.0)
Requires-Dist: dask (>=0.16.0)
Requires-Dist: toolz (>=0.9.0)
Requires-Dist: pytz (>=2017.2)
Requires-Dist: networkx (>=2.1)
Requires-Dist: coverage (>=4.4)
Requires-Dist: hypothesis (>=3.44.0)
Requires-Dist: HTMLArk (>=1.0.0)
Requires-Dist: pywin32 (>=1.0) ; platform_system == "Windows"

Sympathy for Data
=================

The application is a data analysis and processing platform based on Python.
It uses a visual workflow for building processing graphs from executable
and configurable components called nodes.

See https://www.sympathyfordata.com/doc/1.6.1/index.html for more
information.

Install
-------

Executable installer including full, stand-alone
Python environment (Windows only):

Visit https://www.sympathyfordata.com/.

In an existing python distribution::

    $ pip install sympathy

Run
---

In GUI mode::

    $ sympathy-gui


Test
----

::

    $ sympathy tests



