File: control

package info (click to toggle)
gmplot 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 680 kB
  • ctags: 36
  • sloc: python: 498; makefile: 7
file content (30 lines) | stat: -rw-r--r-- 1,375 bytes parent folder | download
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
Source: gmplot
Section: python
Priority: optional
Maintainer: Sandro Tosi <morph@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9), python, python3, dh-python, python-setuptools, python3-setuptools
Standards-Version: 3.9.8
Homepage: https://github.com/vgm64/gmplot
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/gmplot.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/gmplot.git

Package: python-gmplot
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: matplotlib-like interface to plotting data with Google Maps
 Plotting data on Google Maps, the easy way. A matplotlib-like interface to
 generate the HTML and javascript to render all the data you’d like on top of
 Google Maps. Several plotting methods make creating exploratory map views
 effortless.

Package: python3-gmplot
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: matplotlib-like interface to plotting data with Google Maps (python3)
 Plotting data on Google Maps, the easy way. A matplotlib-like interface to
 generate the HTML and javascript to render all the data you’d like on top of
 Google Maps. Several plotting methods make creating exploratory map views
 effortless.
 .
 This package contains the Python 3 version of gmplot .