File: control

package info (click to toggle)
oauth2token 0.0.3-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 176 kB
  • sloc: python: 89; makefile: 9
file content (22 lines) | stat: -rw-r--r-- 709 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
Source: oauth2token
Section: python
Priority: optional
Maintainer: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               pandoc,
               python3-all,
               python3-google-auth-oauthlib,
               python3-setuptools,
               python3-xdg
Standards-Version: 4.6.2.0
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/VannTen/oauth2token
Rules-Requires-Root: no

Package: python3-oauth2token
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: oAuth2 token management for cli applications
 oauth2token is a simple cli tool to create and use oauth2 for some
 cli applications.