1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108
|
Source: glueviz
Section: science
Priority: optional
Maintainer: Debian Astronomy Maintainers <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Josue Ortega <josue@debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
python-setuptools (>= 5.5.1),
python-all (>= 2.7.8),
python-numpy (>= 1.8.2),
python-matplotlib (>= 1.3.1),
python-h5py (>= 2.2.1),
ipython (>= 5.1.0),
python-mock (>= 1.0.1),
python3-setuptools (>= 5.5.1),
python3-all (>= 2.7.8),
python3-numpy (>= 1.8.2),
python3-matplotlib (>= 1.3.1),
python3-pyqt4 (>= 4.11.2),
pyqt4-dev-tools (>= 4.11.2),
python3-h5py (>= 2.2.1),
python3-qtconsole (>= 4.2.0),
python3-mock (>= 1.0.1)
Standards-Version: 3.9.8
Homepage: http://www.glueviz.org/
Vcs-Git: https://anonscm.debian.org/cgit/debian-astro/packages/glue.git
Vcs-Browser: https://anonscm.debian.org/cgit/debian-astro/packages/glue.git
Package: python-glue
Architecture: all
Section: python
Depends: ${python:Depends}, ${misc:Depends},
python-numpy (>= 1.8.2),
python-matplotlib (>= 1.3.1),
python-pandas (>= 0.14.1),
python-astropy (>= 0.4.2),
python-zmq (>= 14.3.1),
python-pygments (>= 1.6),
python-skimage (>= 0.10.1),
python-plotly (>= 1.2.9),
python-pyavm (>= 0.9.1),
python-dill (>= 0.2.1),
python-h5py (>= 2.2.1)
Conflicts: glue-sprite
Description: Python 2 library for data interaction
python-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.
Package: python3-glue
Architecture: all
Section: python
Depends: ${python3:Depends}, ${misc:Depends},
python3-numpy (>= 1.8.2),
python3-matplotlib (>= 1.3.1),
python3-pandas (>= 0.14.1),
python3-astropy (>= 0.4.2),
python3-zmq (>= 14.3.1),
python3-pygments (>= 1.6),
python3-skimage (>= 0.10.1),
python3-plotly (>= 1.2.9),
python3-pyavm (>= 0.9.1),
python3-dill (>= 0.2.1),
python3-h5py (>= 2.2.1)
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.
Package: glueviz
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends},
python3-glue (= 0.9.1+dfsg-1),
python3-pyqt4 (>= 4.11.2),
python3-pandas (>= 0.14.1),
ipython3 (>= 5.1.0),
python3-qtconsole (>= 4.2.0)
Conflicts: glue-sprite
Description: Linked data visualization
Glue is a Python project to link visualizations of scientific datasets across
many files. Some of its features are:
.
* Interactive, linked statistical graphics of multiple files.
* Support for many file formats including common image formats,
ascii tables, astronomical image and table formats (fits, vot, ipac), and
HDF5. Custom data loaders can also be easily added.
* Highly scriptable and extendable.
|