photonlibpy 2026.0.0a1__tar.gz → 2026.0.0a2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- photonlibpy-2026.0.0a2/PKG-INFO +24 -0
- photonlibpy-2026.0.0a2/photonlibpy/version.py +2 -0
- photonlibpy-2026.0.0a2/photonlibpy.egg-info/PKG-INFO +24 -0
- photonlibpy-2026.0.0a1/PKG-INFO +0 -10
- photonlibpy-2026.0.0a1/photonlibpy/version.py +0 -2
- photonlibpy-2026.0.0a1/photonlibpy.egg-info/PKG-INFO +0 -10
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/__init__.py +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/estimatedRobotPose.py +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/estimation/__init__.py +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/estimation/cameraTargetRelation.py +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/estimation/openCVHelp.py +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/estimation/rotTrlTransform3d.py +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/estimation/targetModel.py +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/estimation/visionEstimation.py +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/generated/MultiTargetPNPResultSerde.py +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/generated/PhotonPipelineMetadataSerde.py +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/generated/PhotonPipelineResultSerde.py +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/generated/PhotonTrackedTargetSerde.py +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/generated/PnpResultSerde.py +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/generated/TargetCornerSerde.py +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/generated/__init__.py +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/networktables/NTTopicSet.py +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/networktables/__init__.py +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/packet.py +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/photonCamera.py +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/photonPoseEstimator.py +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/py.typed +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/simulation/__init__.py +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/simulation/photonCameraSim.py +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/simulation/simCameraProperties.py +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/simulation/videoSimUtil.py +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/simulation/visionSystemSim.py +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/simulation/visionTargetSim.py +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/targeting/TargetCorner.py +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/targeting/__init__.py +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/targeting/multiTargetPNPResult.py +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/targeting/photonPipelineResult.py +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/targeting/photonTrackedTarget.py +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/timesync/__init__.py +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/timesync/timeSyncServer.py +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy.egg-info/SOURCES.txt +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy.egg-info/dependency_links.txt +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy.egg-info/requires.txt +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy.egg-info/top_level.txt +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/pyproject.toml +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/setup.cfg +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/setup.py +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/test/__init__.py +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/test/openCVHelp_test.py +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/test/photonCamera_test.py +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/test/photonPoseEstimator_test.py +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/test/photonlibpy_test.py +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/test/simCameraProperties_test.py +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/test/testUtil.py +0 -0
- {photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/test/visionSystemSim_test.py +0 -0
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: photonlibpy
|
|
3
|
+
Version: 2026.0.0a2
|
|
4
|
+
Summary: Pure-python implementation of PhotonLib for interfacing with PhotonVision on coprocessors. Implemented with PhotonVision version v2026.0.0-alpha-2 .
|
|
5
|
+
Home-page: https://photonvision.org
|
|
6
|
+
Author: Photonvision Development Team
|
|
7
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
8
|
+
Description-Content-Type: text/markdown
|
|
9
|
+
Requires-Dist: numpy~=2.1
|
|
10
|
+
Requires-Dist: wpilib<2026,>=2025.3.2
|
|
11
|
+
Requires-Dist: robotpy-wpimath<2026,>=2025.3.2
|
|
12
|
+
Requires-Dist: robotpy-apriltag<2026,>=2025.3.2
|
|
13
|
+
Requires-Dist: robotpy-cscore<2026,>=2025.3.2
|
|
14
|
+
Requires-Dist: pyntcore<2026,>=2025.3.2
|
|
15
|
+
Requires-Dist: opencv-python; platform_machine != "roborio"
|
|
16
|
+
Dynamic: author
|
|
17
|
+
Dynamic: classifier
|
|
18
|
+
Dynamic: description
|
|
19
|
+
Dynamic: description-content-type
|
|
20
|
+
Dynamic: home-page
|
|
21
|
+
Dynamic: requires-dist
|
|
22
|
+
Dynamic: summary
|
|
23
|
+
|
|
24
|
+
A Pure-python implementation of PhotonLib
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: photonlibpy
|
|
3
|
+
Version: 2026.0.0a2
|
|
4
|
+
Summary: Pure-python implementation of PhotonLib for interfacing with PhotonVision on coprocessors. Implemented with PhotonVision version v2026.0.0-alpha-2 .
|
|
5
|
+
Home-page: https://photonvision.org
|
|
6
|
+
Author: Photonvision Development Team
|
|
7
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
8
|
+
Description-Content-Type: text/markdown
|
|
9
|
+
Requires-Dist: numpy~=2.1
|
|
10
|
+
Requires-Dist: wpilib<2026,>=2025.3.2
|
|
11
|
+
Requires-Dist: robotpy-wpimath<2026,>=2025.3.2
|
|
12
|
+
Requires-Dist: robotpy-apriltag<2026,>=2025.3.2
|
|
13
|
+
Requires-Dist: robotpy-cscore<2026,>=2025.3.2
|
|
14
|
+
Requires-Dist: pyntcore<2026,>=2025.3.2
|
|
15
|
+
Requires-Dist: opencv-python; platform_machine != "roborio"
|
|
16
|
+
Dynamic: author
|
|
17
|
+
Dynamic: classifier
|
|
18
|
+
Dynamic: description
|
|
19
|
+
Dynamic: description-content-type
|
|
20
|
+
Dynamic: home-page
|
|
21
|
+
Dynamic: requires-dist
|
|
22
|
+
Dynamic: summary
|
|
23
|
+
|
|
24
|
+
A Pure-python implementation of PhotonLib
|
photonlibpy-2026.0.0a1/PKG-INFO
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: photonlibpy
|
|
3
|
-
Version: 2026.0.0a1
|
|
4
|
-
Summary: Pure-python implementation of PhotonLib for interfacing with PhotonVision on coprocessors. Implemented with PhotonVision version v2026.0.0-alpha-1 .
|
|
5
|
-
Home-page: https://photonvision.org
|
|
6
|
-
Author: Photonvision Development Team
|
|
7
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
8
|
-
Description-Content-Type: text/markdown
|
|
9
|
-
|
|
10
|
-
A Pure-python implementation of PhotonLib
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: photonlibpy
|
|
3
|
-
Version: 2026.0.0a1
|
|
4
|
-
Summary: Pure-python implementation of PhotonLib for interfacing with PhotonVision on coprocessors. Implemented with PhotonVision version v2026.0.0-alpha-1 .
|
|
5
|
-
Home-page: https://photonvision.org
|
|
6
|
-
Author: Photonvision Development Team
|
|
7
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
8
|
-
Description-Content-Type: text/markdown
|
|
9
|
-
|
|
10
|
-
A Pure-python implementation of PhotonLib
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/estimation/cameraTargetRelation.py
RENAMED
|
File without changes
|
|
File without changes
|
{photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/estimation/rotTrlTransform3d.py
RENAMED
|
File without changes
|
|
File without changes
|
{photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/estimation/visionEstimation.py
RENAMED
|
File without changes
|
{photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/generated/MultiTargetPNPResultSerde.py
RENAMED
|
File without changes
|
|
File without changes
|
{photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/generated/PhotonPipelineResultSerde.py
RENAMED
|
File without changes
|
{photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/generated/PhotonTrackedTargetSerde.py
RENAMED
|
File without changes
|
|
File without changes
|
{photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/generated/TargetCornerSerde.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/simulation/simCameraProperties.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/targeting/multiTargetPNPResult.py
RENAMED
|
File without changes
|
{photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/targeting/photonPipelineResult.py
RENAMED
|
File without changes
|
{photonlibpy-2026.0.0a1 → photonlibpy-2026.0.0a2}/photonlibpy/targeting/photonTrackedTarget.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|