File: control

package info (click to toggle)
python-bitbucket 0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 116 kB
  • ctags: 103
  • sloc: python: 266; makefile: 90
file content (19 lines) | stat: -rw-r--r-- 936 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: python-bitbucket
Section: python
Priority: optional
Maintainer: David Villa Alises <David.Villa@uclm.es>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7)
Standards-Version: 3.9.2
Homepage: https://github.com/ericof/python-bitbucket
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-bitbucket
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-bitbucket/trunk


Package: python-bitbucket
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python (>= 2.6) | python-simplejson
Description: Python bindings for the bitbucket.org REST API
 A simple python library to access the BitBucket API.  API Coverage is not
 that high at the moment as the API has not been officially released and is
 still in a state of flux.  Right now only read (GET) calls are supported.