fastgpx 0.2.2__cp311-cp311-win_amd64.whl → 0.4.0__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/__init__.pyi +1 -1
- fastgpx/fastgpx/__init__.pyi +9 -0
- fastgpx/fastgpx.cp311-win_amd64.pyd +0 -0
- {fastgpx-0.2.2.dist-info → fastgpx-0.4.0.dist-info}/METADATA +1 -1
- {fastgpx-0.2.2.dist-info → fastgpx-0.4.0.dist-info}/RECORD +9 -9
- {fastgpx-0.2.2.dist-info → fastgpx-0.4.0.dist-info}/WHEEL +1 -1
- lib/pkgconfig/pugixml.pc +3 -3
- lib/pugixml.lib +0 -0
- {fastgpx-0.2.2.dist-info → fastgpx-0.4.0.dist-info}/licenses/LICENSE.md +0 -0
fastgpx/__init__.pyi
CHANGED
@@ -9,4 +9,4 @@ from fastgpx.fastgpx import geo
|
|
9
9
|
from fastgpx.fastgpx import parse
|
10
10
|
from fastgpx.fastgpx import polyline
|
11
11
|
from . import fastgpx
|
12
|
-
__all__ = ['Bounds', 'Gpx', 'LatLong', 'Segment', 'TimeBounds', 'Track', '
|
12
|
+
__all__: list = ['Bounds', 'Gpx', 'LatLong', 'Segment', 'TimeBounds', 'Track', 'geo', 'parse', 'polyline']
|
fastgpx/fastgpx/__init__.pyi
CHANGED
@@ -51,6 +51,7 @@ class Bounds:
|
|
51
51
|
def min_longitude(self, arg1: float) -> None:
|
52
52
|
...
|
53
53
|
class Gpx:
|
54
|
+
name: str | None
|
54
55
|
tracks: list[Track]
|
55
56
|
def __init__(self) -> None:
|
56
57
|
...
|
@@ -101,8 +102,16 @@ class TimeBounds:
|
|
101
102
|
@typing.overload
|
102
103
|
def __init__(self, start_time: datetime.datetime | None, end_time: datetime.datetime | None) -> None:
|
103
104
|
...
|
105
|
+
@typing.overload
|
106
|
+
def add(self, datetime: datetime.datetime) -> None:
|
107
|
+
...
|
108
|
+
@typing.overload
|
109
|
+
def add(self, timebounds: TimeBounds) -> None:
|
110
|
+
...
|
104
111
|
def is_empty(self) -> bool:
|
105
112
|
...
|
113
|
+
def is_range(self) -> bool:
|
114
|
+
...
|
106
115
|
class Track:
|
107
116
|
comment: str | None
|
108
117
|
description: str | None
|
Binary file
|
@@ -1,9 +1,9 @@
|
|
1
1
|
fastgpx/__init__.py,sha256=Dhn14Vj7rvcXHlI3d5U7YUJ9kpiNqwyN5jjx21vhX6U,305
|
2
|
-
fastgpx/__init__.pyi,sha256=
|
3
|
-
fastgpx/fastgpx/__init__.pyi,sha256=
|
2
|
+
fastgpx/__init__.pyi,sha256=nu4xDOF38W_idkVp06ot1snKPDVrEteFAnH9hyVGUrI,491
|
3
|
+
fastgpx/fastgpx/__init__.pyi,sha256=XAapcfPKoy-X_zyA5qNhuEhdSbD3hT0S0Wl4AohSnuE,3709
|
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=4GxO-MPJaQvMOE62MeRnb3AMDJv_lBxWtTrt6LSCMXs,1232384
|
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.
|
17
|
-
fastgpx-0.
|
18
|
-
fastgpx-0.
|
19
|
-
fastgpx-0.
|
14
|
+
lib/pkgconfig/pugixml.pc,sha256=F_3mTFiz9j4HvM7jRWsnKz_S33xjcdqMGn-be9OJWF8,457
|
15
|
+
lib/pugixml.lib,sha256=BJdvj_b4Co5-ehFBSb-NKKfmtmqA6U6aMI1pLrnatI4,1502438
|
16
|
+
fastgpx-0.4.0.dist-info/METADATA,sha256=PHSClhdmiFcrMc1DNcOQ38GW2Sqe1TSvVjfM485Wxy4,4318
|
17
|
+
fastgpx-0.4.0.dist-info/WHEEL,sha256=RKWfL8d6R7y9dzb5_AyhPLMoBaKZaDpOTwy7YMg9zGI,106
|
18
|
+
fastgpx-0.4.0.dist-info/licenses/LICENSE.md,sha256=uiiKRcSY4AXOaDKTBOVF_1FW-8W6ATVoXYPm3UTOpu0,1111
|
19
|
+
fastgpx-0.4.0.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/tmpd42ynecc/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/tmpd42ynecc/wheel/platlib/include
|
4
|
+
libdir=C:/Users/runneradmin/AppData/Local/Temp/tmpd42ynecc/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
|