Metadata-Version: 2.1
Name: Sympathy
Version: 4.0.0
Summary: Sympathy for Data is a visual data analysis and processing platform based on Python.
Home-page: https://www.sympathyfordata.com/
Author: Combine Control Systems AB
Author-email: support@sympathyfordata.com
License: GPLv3
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering
License-File: LICENSE.txt
Requires-Dist: PySide6 (<6.3,>=6.2.2.1)
Requires-Dist: SQLAlchemy (>=1.3.17)
Requires-Dist: beautifulsoup4 (>=4.9)
Requires-Dist: cryptography (>=2.9.2)
Requires-Dist: h5py (>=2.10.0)
Requires-Dist: keyring (>=21.2.1)
Requires-Dist: lxml (>=4.5.0)
Requires-Dist: matplotlib (>=3.5.0)
Requires-Dist: numpy (>=1.18.4)
Requires-Dist: pandas (>=1.0.3)
Requires-Dist: psutil (>=5.7.0)
Requires-Dist: pyodbc (>=4.0.30)
Requires-Dist: scipy (>=1.4.1)
Requires-Dist: Jinja2 (>=2.11.2)
Requires-Dist: Sphinx (>=3.0.3)
Requires-Dist: colorama (>=0.4.3)
Requires-Dist: gprof2dot (>=2019.11.30)
Requires-Dist: msal (>=1.11.0)
Requires-Dist: npTDMS (>=0.25.1)
Requires-Dist: openpyxl (>=3.0.3)
Requires-Dist: packaging (>=20.3)
Requires-Dist: ply (==3.11)
Requires-Dist: python-dateutil (>=2.8.1)
Requires-Dist: Pygments (>=2.7.4)
Requires-Dist: svgutils (!=0.3.2,>=0.3.1)
Requires-Dist: scikit-image (>=0.17.1)
Requires-Dist: scikit-learn (>=0.23.0)
Requires-Dist: dask[array] (>=2.16.0)
Requires-Dist: pyarrow (>=2.0.0)
Requires-Dist: pytz (>=2020.1)
Requires-Dist: networkx (>=2.4)
Requires-Dist: bokeh (>=2.0.2)
Requires-Dist: pywin32 (>=1.0) ; platform_system == "Windows"
Provides-Extra: full
Requires-Dist: Bottleneck (>=1.3.4) ; extra == 'full'

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/4.0.0/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



