File: control

package info (click to toggle)
pyoctoprintapi 0.1.14-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 172 kB
  • sloc: python: 750; makefile: 6; sh: 5
file content (27 lines) | stat: -rw-r--r-- 1,204 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
Source: pyoctoprintapi
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders: Edward Betts <edward@4angle.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-pytest <!nocheck>,
               python3-pytest-cov <!nocheck>,
               python3-pytest-asyncio <!nocheck>,
               python3-aiohttp <!nocheck>,
               python3-setuptools
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/rfleming71/pyoctoprintapi
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/pyoctoprintapi
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/pyoctoprintapi.git

Package: python3-pyoctoprintapi
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Asynchronous library for interacting with the OctoPrint API
 Designed to simplify API interactions, this library allows for efficient
 control and monitoring of 3D printers through OctoPrint. Utilizing the
 aiohttp library, it leverages asynchronous operations to ensure non-blocking
 execution, enhancing the performance of your applications.