File: control

package info (click to toggle)
python-bitbucket-api 0.5.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 128 kB
  • sloc: python: 661; makefile: 4
file content (31 lines) | stat: -rw-r--r-- 1,240 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
Source: python-bitbucket-api
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-requests-oauthlib,
               python3-setuptools,
Standards-Version: 4.7.2
Homepage: https://github.com/Sheeprider/BitBucket-api
Vcs-Git: https://salsa.debian.org/python-team/packages/python-bitbucket-api.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-bitbucket-api

Package: python3-bitbucket-api
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: library to interact with bitbucket API (Python 3)
 python-bitbucket-api provides an API to use the following features in
 bitbucket:
 .
  * Access public user information
  * Access public or private repositories, tags or branches
  * Create, update or delete one of your repository
  * Access, create, update or delete a service (hook)
  * Access, create or delete an SSH key
  * Download a repository as an archive
  * Access, create, update or delete an issue
  * Access, create, update or delete an issue comment