Package: python3-cscore
Source: robotpy-cscore
Version: 2021.0.0-1
Architecture: amd64
Maintainer: David Vo <david@thedropbears.org.au>
Installed-Size: 1906
Depends: python3 (<< 3.7), python3 (>= 3.6~), python3-networktables, python3-numpy, python3:any (>= 3.3.2-2~), libc6 (>= 2.17), libgcc1 (>= 1:3.0), libopencv-core3.2, libopencv-imgcodecs3.2, libopencv-imgproc3.2, libstdc++6 (>= 7)
Filename: ./amd64/python3-cscore_2021.0.0-1_amd64.deb
Size: 559984
MD5sum: 3ba89fb023fcae07e59f68c406207d81
SHA1: fb9e3799dd360cde557f8172d2f5de87f008a487
SHA256: 172314ba8474ca4ba44c9e71f3a4ed99015691d492f6e423acfae2aebd879a66
Section: python
Priority: optional
Homepage: https://github.com/robotpy/robotpy-cscore
Description: Python bindings for the cscore image processing library
 These are python bindings for the cscore library, which is a high
 performance library used in the FIRST Robotics competition to serve
 video to/from robots. However, the core library is suitable for use in
 other applications, and is comparable to something like mjpg-streamer.

Package: python3-networktables
Source: pynetworktables
Version: 2021.0.0-1
Architecture: all
Maintainer: David Vo <david@thedropbears.org.au>
Installed-Size: 279
Depends: python3:any (>= 3.3.2-2~)
Filename: ./all/python3-networktables_2021.0.0-1_all.deb
Size: 43292
MD5sum: 05e2e081586aa8e4149bbcdddfc19095
SHA1: 70f258519d2711205901b0bc921f4663b53f9758
SHA256: fb85d065a27d641b6d39f5c0f6ea98f7e22c4c0c82cb263a6bc80189b7d3c124
Section: python
Priority: optional
Homepage: https://github.com/robotpy/pynetworktables
Description: Pure Python implementation of FRC NetworkTables
 This is a pure Python implementation of the NetworkTables protocol,
 derived from the WPILib ntcore C++ implementation.  In FRC, the
 NetworkTables protocol is used to pass non-Driver Station data to and
 from the robot across the network.
 .
 Note: NetworkTables is a protocol used for robot communication
 in the FIRST Robotics Competition, and can be used to talk to
 SmartDashboard/SFX.  It does not have any security, and should never
 be used on untrusted networks.