fastgpx 0.2.1__cp311-cp311-win_amd64.whl → 0.2.2__cp311-cp311-win_amd64.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.
- fastgpx/fastgpx.cp311-win_amd64.pyd +0 -0
- {fastgpx-0.2.1.dist-info → fastgpx-0.2.2.dist-info}/METADATA +14 -1
- {fastgpx-0.2.1.dist-info → fastgpx-0.2.2.dist-info}/RECORD +7 -7
- lib/pkgconfig/pugixml.pc +3 -3
- lib/pugixml.lib +0 -0
- {fastgpx-0.2.1.dist-info → fastgpx-0.2.2.dist-info}/WHEEL +0 -0
- {fastgpx-0.2.1.dist-info → fastgpx-0.2.2.dist-info}/licenses/LICENSE.md +0 -0
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: fastgpx
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.2
|
4
4
|
Summary: An experimental Python library for parsing GPX files fast.
|
5
5
|
Keywords: gpx,parser,fast
|
6
6
|
Author: Thomas Thomassen
|
@@ -45,6 +45,19 @@ for track in gpx.tracks:
|
|
45
45
|
|
46
46
|
[Documentation](https://thomthom.github.io/fastgpx/)
|
47
47
|
|
48
|
+
## Requirements
|
49
|
+
|
50
|
+
* Python 3.11+ (Tested with 3.11, 3.12)
|
51
|
+
* C++23 Compiler
|
52
|
+
|
53
|
+
### Windows
|
54
|
+
|
55
|
+
* Tested with MSVC 17.12.4+ and Clang-cl 19+.
|
56
|
+
|
57
|
+
### Linux (Tested on Ubuntu)
|
58
|
+
|
59
|
+
* C++23 compatible runtime (GCC libstdc++ 14+ or Clang libc++ 18.1+)
|
60
|
+
|
48
61
|
## GPX/XML Performance (Background)
|
49
62
|
|
50
63
|
`gpxpy` appear to be the most popular GPX library for Python.
|
@@ -3,7 +3,7 @@ fastgpx/__init__.pyi,sha256=ZLJDcLlyBVoCyzfnNPJawul3-gaCEuk4cfBbE7gPlrg,496
|
|
3
3
|
fastgpx/fastgpx/__init__.pyi,sha256=bkG-4KO_GAFqG7JkpD282BCqpAZMDUBo9z2PX0l4B9o,3462
|
4
4
|
fastgpx/fastgpx/geo.pyi,sha256=ZVwdoWV2S2T_flLjubZP5w-8KBpSdCu9_XJiv_Nk1C8,396
|
5
5
|
fastgpx/fastgpx/polyline.pyi,sha256=-rA0DhdBy_iifRD4Z_6fxolprXZAcjCsf7RbeVnn4sI,1619
|
6
|
-
fastgpx/fastgpx.cp311-win_amd64.pyd,sha256=
|
6
|
+
fastgpx/fastgpx.cp311-win_amd64.pyd,sha256=3wGbK3mB26hBNyD1v3o8K1vU1AGwWyrBRWUgQIXfrcA,1258496
|
7
7
|
fastgpx/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
8
8
|
include/pugiconfig.hpp,sha256=jlfegptw715KDgZqHwl0-jcYoO5cerHNphaM9WDoJPg,2973
|
9
9
|
include/pugixml.hpp,sha256=geW_lTG67YQpTQy-OMqtttkNEPd8LXk-Lc6MX16vbCY,55813
|
@@ -11,9 +11,9 @@ lib/cmake/pugixml/pugixml-config-version.cmake,sha256=1JpMX7bIytKDIQj-0sYRyWi3Ou
|
|
11
11
|
lib/cmake/pugixml/pugixml-config.cmake,sha256=o26SUzcgGUIZx707opSfpPJulzF9qdZ5UhdxMPppIHE,1002
|
12
12
|
lib/cmake/pugixml/pugixml-targets-relwithdebinfo.cmake,sha256=Q4VX-_0WNB1rP4unAefSUak4UoJWdLzd4FxMMlmxHe4,902
|
13
13
|
lib/cmake/pugixml/pugixml-targets.cmake,sha256=Y_kk2s6vZuC3KKzBrBNUDVSHM-T_27jYwjl09j8amZU,4712
|
14
|
-
lib/pkgconfig/pugixml.pc,sha256=
|
15
|
-
lib/pugixml.lib,sha256=
|
16
|
-
fastgpx-0.2.
|
17
|
-
fastgpx-0.2.
|
18
|
-
fastgpx-0.2.
|
19
|
-
fastgpx-0.2.
|
14
|
+
lib/pkgconfig/pugixml.pc,sha256=KMvDK2ySBSz4t3_4mi0AwBa18UrLxCn8B4KjS6a31Cc,457
|
15
|
+
lib/pugixml.lib,sha256=ebS-hURkXrIlqdpUw7jItmYGCthYST_ZsfnI8NvR6So,1508704
|
16
|
+
fastgpx-0.2.2.dist-info/METADATA,sha256=hWHa_tI3ksaiQEi1MClPd01NS3w4KpWhoeUpE_wf7zg,4318
|
17
|
+
fastgpx-0.2.2.dist-info/WHEEL,sha256=xGZmaOXqwLlhmjR8ikRHIC1Wm-k3ULVrL-oi9GC-Mmc,106
|
18
|
+
fastgpx-0.2.2.dist-info/licenses/LICENSE.md,sha256=uiiKRcSY4AXOaDKTBOVF_1FW-8W6ATVoXYPm3UTOpu0,1111
|
19
|
+
fastgpx-0.2.2.dist-info/RECORD,,
|
lib/pkgconfig/pugixml.pc
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
prefix=C:/Users/runneradmin/AppData/Local/Temp/
|
1
|
+
prefix=C:/Users/runneradmin/AppData/Local/Temp/tmpqe5pswyo/wheel/platlib
|
2
2
|
exec_prefix=${prefix}
|
3
|
-
includedir=C:/Users/runneradmin/AppData/Local/Temp/
|
4
|
-
libdir=C:/Users/runneradmin/AppData/Local/Temp/
|
3
|
+
includedir=C:/Users/runneradmin/AppData/Local/Temp/tmpqe5pswyo/wheel/platlib/include
|
4
|
+
libdir=C:/Users/runneradmin/AppData/Local/Temp/tmpqe5pswyo/wheel/platlib/lib
|
5
5
|
|
6
6
|
Name: pugixml
|
7
7
|
Description: Light-weight, simple and fast XML parser for C++ with XPath support.
|
lib/pugixml.lib
CHANGED
Binary file
|
File without changes
|
File without changes
|