File: control

package info (click to toggle)
python-openai 1.99.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,784 kB
  • sloc: python: 57,274; sh: 140; makefile: 7
file content (32 lines) | stat: -rw-r--r-- 1,238 bytes parent folder | download | duplicates (2)
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
32
Source: python-openai
Section: python
Homepage: https://github.com/openai/openai-python
Priority: optional
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/deeplearning-team/python-openai.git
Vcs-Browser: https://salsa.debian.org/deeplearning-team/python-openai
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Uploaders: Mo Zhou <lumin@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               pybuild-plugin-pyproject,
               python3-all,
               python3-anyio,
               python3-distro,
               python3-hatchling,
               python3-httpx,
               python3-pydantic,
               python3-sniffio,
               python3-tqdm,
               python3-typing-extensions,
               python3-hatch-fancy-pypi-readme
Rules-Requires-Root: no

Package: python3-openai
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: OpenAI Python API library
 The OpenAI Python library provides convenient access to the OpenAI REST API
 from any Python 3.7+ application. The library includes type definitions for
 all request params and response fields, and offers both synchronous and
 asynchronous clients powered by httpx.