File: control

package info (click to toggle)
geopy 2.4.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 928 kB
  • sloc: python: 10,243; makefile: 5
file content (42 lines) | stat: -rw-r--r-- 1,725 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
Source: geopy
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Daniele Tricoli <eriol@debian.org>,
           Manuel Guerra <ar.manuelguerra@gmail.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-docutils,
               python3-geographiclib,
               python3-setuptools,
               python3-pytz
Build-Depends-Indep: python3-pytest <!nocheck>,
                     python3-pytest-asyncio <!nocheck>,
                     python3-aiohttp <!nocheck>,
                     python3-httpx <!nocheck>,
                     python3-pytest-mock <!nocheck>,
                     python3-responses <!nocheck>
Standards-Version: 4.7.2
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/geopy/geopy
Vcs-Git: https://salsa.debian.org/python-team/packages/geopy.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/geopy

Package: python3-geopy
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${python3:Depends},
         python3-geographiclib
Recommends: python3-pytz
Description: geocoding toolbox for Python3
 geopy makes it easy for developers to locate the coordinates of addresses,
 cities, countries, and landmarks across the globe using third-party geocoders
 and other sources of data, such as wikis.
 It also comes with the necessary means for parsing geographical coordinates
 and geodesic distance calculation (using great-circle distance or Vincenty
 distance). The distance module also contains useful routines for converting
 between length and angle units.
 .
 This package contains the Python 3 version of the library.