pyapriltags 3.3.0.3__py3-none-win32.whl → 3.4.2.1__py3-none-win32.whl
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.
- pyapriltags/libapriltag.dll +0 -0
- {pyapriltags-3.3.0.3.dist-info → pyapriltags-3.4.2.1.dist-info}/METADATA +2 -4
- pyapriltags-3.4.2.1.dist-info/RECORD +9 -0
- {pyapriltags-3.3.0.3.dist-info → pyapriltags-3.4.2.1.dist-info}/WHEEL +1 -1
- pyapriltags-3.3.0.3.dist-info/RECORD +0 -9
- {pyapriltags-3.3.0.3.dist-info → pyapriltags-3.4.2.1.dist-info}/LICENSE.md +0 -0
- {pyapriltags-3.3.0.3.dist-info → pyapriltags-3.4.2.1.dist-info}/top_level.txt +0 -0
pyapriltags/libapriltag.dll
CHANGED
Binary file
|
@@ -1,14 +1,14 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pyapriltags
|
3
|
-
Version: 3.
|
3
|
+
Version: 3.4.2.1
|
4
4
|
Summary: Python bindings for the Apriltags library
|
5
5
|
Home-page: https://github.com/WillB97/pyapriltags
|
6
6
|
Author: Aleksandar Petrov
|
7
7
|
Author-email: alpetrov@ethz.ch
|
8
8
|
Maintainer: Will Barber
|
9
9
|
License: BSD
|
10
|
-
Platform: UNKNOWN
|
11
10
|
Description-Content-Type: text/markdown
|
11
|
+
License-File: LICENSE.md
|
12
12
|
Requires-Dist: numpy
|
13
13
|
|
14
14
|
# pyapriltags: Python bindings for the Apriltags library
|
@@ -140,5 +140,3 @@ The building script from `assets/build.sh` will be executed inside the container
|
|
140
140
|
- repeat above steps for: `win64`, `macos arm64`, `macos x86_64`, `linux x86_64`, `linux aarch64`, `linux armv7l`
|
141
141
|
- build python wheel (the .so library is embedded as `package_data`)
|
142
142
|
- copy wheel file to `/out` (will pop up in `dist/` outside the container)
|
143
|
-
|
144
|
-
|
@@ -0,0 +1,9 @@
|
|
1
|
+
pyapriltags/__init__.py,sha256=S3uf8pSD4venPPYD1YA9Q3w5k0oZVV66ZDMUNn_JI0s,91
|
2
|
+
pyapriltags/apriltags.py,sha256=PxbPK2b8GKxI-1hBNDri--uGQa-_ueN21bv82ik3jR4,16781
|
3
|
+
pyapriltags/libapriltag.dll,sha256=CCDeux5uxSwYYoRCIEDWvXAPUzFggQAuTdvPLYrgp_Q,1941508
|
4
|
+
pyapriltags/py.typed,sha256=qDGZVT98wnqGGe5eyNJGlayNkP5QxORhXujGHzTPrnE,97
|
5
|
+
pyapriltags-3.4.2.1.dist-info/LICENSE.md,sha256=bUZetg0KmQ99yduHpQ7EMooMRjdfDcbincED4aQh3Ig,3044
|
6
|
+
pyapriltags-3.4.2.1.dist-info/METADATA,sha256=obtF3q56vaP7noe02ZRNcjTiL4XtKiIizuqx8Uba_6I,12745
|
7
|
+
pyapriltags-3.4.2.1.dist-info/WHEEL,sha256=IvMpNSrdjsF1-j47TwHzkg3me4kdrqF21OaDAsKYs1k,93
|
8
|
+
pyapriltags-3.4.2.1.dist-info/top_level.txt,sha256=D17ubblm5a_QJj7B7t4wSOqaMCSEoXWIMns0Wc2Tmvs,12
|
9
|
+
pyapriltags-3.4.2.1.dist-info/RECORD,,
|
@@ -1,9 +0,0 @@
|
|
1
|
-
pyapriltags/__init__.py,sha256=S3uf8pSD4venPPYD1YA9Q3w5k0oZVV66ZDMUNn_JI0s,91
|
2
|
-
pyapriltags/apriltags.py,sha256=PxbPK2b8GKxI-1hBNDri--uGQa-_ueN21bv82ik3jR4,16781
|
3
|
-
pyapriltags/libapriltag.dll,sha256=O6aWdLhCCkq5cC53AxHe54fyOgCLNwLoIpdQhGkEKTo,1939947
|
4
|
-
pyapriltags/py.typed,sha256=qDGZVT98wnqGGe5eyNJGlayNkP5QxORhXujGHzTPrnE,97
|
5
|
-
pyapriltags-3.3.0.3.dist-info/LICENSE.md,sha256=bUZetg0KmQ99yduHpQ7EMooMRjdfDcbincED4aQh3Ig,3044
|
6
|
-
pyapriltags-3.3.0.3.dist-info/METADATA,sha256=bGC5dpyhAMnDsniaBZ2APL7tTQZoHJ_M0F75AzVHxd8,12740
|
7
|
-
pyapriltags-3.3.0.3.dist-info/WHEEL,sha256=B-MEufKsIKRyyg0orbkY9mg4Nvh0GwM_cF_UcS57u8I,94
|
8
|
-
pyapriltags-3.3.0.3.dist-info/top_level.txt,sha256=D17ubblm5a_QJj7B7t4wSOqaMCSEoXWIMns0Wc2Tmvs,12
|
9
|
-
pyapriltags-3.3.0.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|