File: control

package info (click to toggle)
imdbpy 4.9-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,560 kB
  • sloc: python: 14,295; ansic: 148; sh: 119; makefile: 4
file content (18 lines) | stat: -rw-r--r-- 739 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: imdbpy
Section: python
Priority: optional
Maintainer: Ana Beatriz Guerrero Lopez <ana@debian.org>
Build-Depends: debhelper (>= 8), python-all-dev (>= 2.6.6-3~), python-setuptools
Standards-Version: 3.9.2
Homepage: http://imdbpy.sourceforge.net

Package: python-imdbpy
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python
Recommends: python-lxml
Suggests: python-sqlobject, python-sqlalchemy
Description: Python package to access the IMDb's movie database
 IMDbPY is a Python package useful to retrieve and manage the data of
 the IMDb movie database about both movies and people.
 It can be very easily used by programmers and developers to provide
 access to the IMDb's data to their programs.