File: control

package info (click to toggle)
python-ulmo 0.8.5%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,056 kB
  • sloc: python: 6,550; makefile: 144
file content (70 lines) | stat: -rw-r--r-- 2,746 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
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
Source: python-ulmo
Section: python
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Kurt Kremitzki <kurt@kwk.systems>
Build-Depends: debhelper (>= 12),
               pandoc,
               dh-python,
               python3-all,
               python3-appdirs,
               python3-bs4,
               python3-doc,
               python3-freezegun,
               python3-future,
               python3-geojson,
               python3-html5lib,
               python3-httpretty,
               python3-isodate,
               python3-lxml,
               python3-mock,
               python3-numpy,
               python3-numpydoc,
               python3-pandas,
               python3-pytest,
               python3-requests,
               python3-setuptools,
               python3-sphinx,
               python3-suds,
               python3-tables,
               sphinx-common
Standards-Version: 4.4.0
Homepage: https://github.com/ulmo-dev/ulmo
Vcs-Browser: https://salsa.debian.org/science-team/python-ulmo
Vcs-Git: https://salsa.debian.org/science-team/python-ulmo.git

Package: python3-ulmo
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
         python3-pandas,
         python3-sympy
Suggests: python-ulmo-doc
Provides: ${python3:Provides}
Description: Simple & fast Python 3 access to public hydrology & climatology data
 Ulmo retrieves and parses datasets from the web, and returns simple Python
 data structures that can be easily pulled into more sophisticated tools such
 as pandas. It caches datasets locally and harvests updates as needed.
 .
 A variety of datasets and services are supported, including the USGS National
 Water Information System, USGS National Elevation Dataset services, USGS
 Earth Resources Observation Systems services, NASA Daymet weather data, and
 several more both available and planned.
 .
 This package contains the Python 3 version of ulmo.

Package: python-ulmo-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: Simple & fast Python access to public hydrology & climatology data - docs
 Ulmo retrieves and parses datasets from the web, and returns simple Python
 data structures that can be easily pulled into more sophisticated tools such
 as pandas. It caches datasets locally and harvests updates as needed.
 .
 A variety of datasets and services are supported, including the USGS National
 Water Information System, USGS National Elevation Dataset services, USGS
 Earth Resources Observation Systems services, NASA Daymet weather data, and
 several more both available and planned.
 .
 This package contains the documentation for ulmo.