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
|
Source: python-sunlight
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Paul Tagliamonte <paultag@debian.org>
Build-Depends: debhelper (>= 8),
python-all (>= 2.6.6-3~),
python-setuptools,
python-sphinx (>= 1.0.7+dfsg),
python3-all (>= 3.1.2),
python3-setuptools
Standards-Version: 3.9.3
Homepage: https://github.com/sunlightlabs/python-sunlight
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-sunlight/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-sunlight/trunk/
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.1
Package: python-sunlight
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Suggests: python-sunlight-doc
Description: set of bindings to access U.S. government data (Python 2)
This module can be used to access U.S. government data, as provided by
The Sunlight Foundation's API services. Data provided includes such data
as federal and state-local legislators, legislative instruments, and searches
against the congressional record.
.
This package is for use by developers or other applications, and does not
provide any userspace scripts or binaries.
.
This package provides Python 2 module bindings only.
Package: python3-sunlight
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python-sunlight-doc
Description: set of bindings to access U.S. government data (Python 3)
This module can be used to access U.S. government data, as provided by
The Sunlight Foundation's API services. Data provided includes such data
as federal and state-local legislators, legislative instruments, and searches
against the congressional record.
.
This package is for use by developers or other applications, and does not
provide any userspace scripts or binaries.
.
This package provides Python 3 module bindings only.
Package: python-sunlight-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: set of bindings to access U.S. government data (documentation)
This module can be used to access U.S. government data, as provided by
The Sunlight Foundation's API services. Data provided includes such data
as federal and state-local legislators, legislative instruments, and searches
against the congressional record.
.
This package only contains documentation for use by developers targeting the
python-sunlight or python3-sunlight module.
|