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.
|