Source: glueviz Standards-Version: 4.7.2 Maintainer: Debian Astronomy Maintainers Uploaders: Josue Ortega , Ole Streicher , Section: science Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all, python3-astropy , python3-dill , python3-echo , python3-fast-histogram , python3-h5py , python3-ipython , python3-matplotlib , python3-mpl-scatter-density , python3-numpy , python3-openpyxl , python3-pandas , python3-pytest , python3-scipy , python3-setuptools-scm, python3-shapely , Vcs-Browser: https://salsa.debian.org/debian-astro-team/glue Vcs-Git: https://salsa.debian.org/debian-astro-team/glue.git Homepage: https://www.glueviz.org/ Rules-Requires-Root: no Package: python3-glue Architecture: all Section: python Depends: ${python3:Depends}, ${misc:Depends}, Conflicts: glue-sprite, Description: Python 3 library for data interaction python3-glue is a Python library for data interaction, it blurs the boundary between GUI-centric and code-centric data exploration. There are many ways to leverage Glue from Python. Among other things, you can write code to do the following: . * Send data in the form of NumPy arrays or Pandas DataFrames to Glue for exploration. * Write startup scripts that automatically load and clean data, before starting Glue. * Write custom functions to parse files, and plug these functions into the Glue GUI. * Write custom functions to link datasets, and plug these into the Glue GUI. * Create your own visualization modules.