geo-activity-playground 0.21.0__tar.gz → 0.21.1__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.
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/PKG-INFO +5 -4
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/pyproject.toml +5 -6
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/LICENSE +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/__init__.py +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/__main__.py +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/core/__init__.py +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/core/activities.py +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/core/activity_parsers.py +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/core/cache_migrations.py +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/core/config.py +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/core/coordinates.py +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/core/heatmap.py +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/core/paths.py +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/core/similarity.py +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/core/tasks.py +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/core/test_tiles.py +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/core/tiles.py +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/explorer/__init__.py +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/explorer/grid_file.py +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/explorer/tile_visits.py +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/explorer/video.py +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/importers/directory.py +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/importers/strava_api.py +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/importers/strava_checkout.py +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/importers/test_directory.py +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/importers/test_strava_api.py +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/webui/activity_controller.py +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/webui/app.py +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/webui/calendar_controller.py +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/webui/config_controller.py +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/webui/eddington_controller.py +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/webui/entry_controller.py +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/webui/equipment_controller.py +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/webui/explorer_controller.py +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/webui/heatmap_controller.py +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/webui/locations_controller.py +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/webui/search_controller.py +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/webui/square_planner_controller.py +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/webui/static/android-chrome-192x192.png +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/webui/static/android-chrome-384x384.png +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/webui/static/android-chrome-512x512.png +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/webui/static/apple-touch-icon.png +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/webui/static/browserconfig.xml +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/webui/static/favicon-16x16.png +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/webui/static/favicon-32x32.png +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/webui/static/favicon.ico +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/webui/static/mstile-150x150.png +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/webui/static/safari-pinned-tab.svg +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/webui/static/site.webmanifest +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/webui/strava_controller.py +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/webui/summary_controller.py +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/webui/templates/activity-day.html.j2 +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/webui/templates/activity-lines.html.j2 +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/webui/templates/activity-name.html.j2 +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/webui/templates/activity.html.j2 +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/webui/templates/calendar-month.html.j2 +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/webui/templates/calendar.html.j2 +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/webui/templates/config.html.j2 +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/webui/templates/eddington.html.j2 +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/webui/templates/equipment.html.j2 +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/webui/templates/explorer.html.j2 +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/webui/templates/heatmap.html.j2 +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/webui/templates/index.html.j2 +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/webui/templates/locations.html.j2 +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/webui/templates/page.html.j2 +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/webui/templates/search.html.j2 +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/webui/templates/square-planner.html.j2 +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/webui/templates/strava-connect.html.j2 +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/webui/templates/summary.html.j2 +0 -0
- {geo_activity_playground-0.21.0 → geo_activity_playground-0.21.1}/geo_activity_playground/webui/tile_controller.py +0 -0
@@ -1,17 +1,18 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: geo-activity-playground
|
3
|
-
Version: 0.21.
|
3
|
+
Version: 0.21.1
|
4
4
|
Summary: Analysis of geo data activities like rides, runs or hikes.
|
5
5
|
License: MIT
|
6
6
|
Author: Martin Ueding
|
7
7
|
Author-email: mu@martin-ueding.de
|
8
|
-
Requires-Python: >=3.9,<3.
|
8
|
+
Requires-Python: >=3.9,<3.13
|
9
9
|
Classifier: License :: OSI Approved :: MIT License
|
10
10
|
Classifier: Programming Language :: Python :: 3
|
11
11
|
Classifier: Programming Language :: Python :: 3.9
|
12
12
|
Classifier: Programming Language :: Python :: 3.10
|
13
13
|
Classifier: Programming Language :: Python :: 3.11
|
14
|
-
|
14
|
+
Classifier: Programming Language :: Python :: 3.12
|
15
|
+
Requires-Dist: Pillow (>=10.3.0,<11.0.0)
|
15
16
|
Requires-Dist: altair (>=5.1.2,<6.0.0)
|
16
17
|
Requires-Dist: appdirs (>=1.4.4,<2.0.0)
|
17
18
|
Requires-Dist: charset-normalizer (>=3.3.2,<4.0.0)
|
@@ -24,7 +25,7 @@ Requires-Dist: jinja2 (>=3.1.2,<4.0.0)
|
|
24
25
|
Requires-Dist: matplotlib (>=3.6.3,<4.0.0)
|
25
26
|
Requires-Dist: numpy (>=1.22.4,<2.0.0)
|
26
27
|
Requires-Dist: pandas (>=2.0,<3.0)
|
27
|
-
Requires-Dist: pyarrow (>=
|
28
|
+
Requires-Dist: pyarrow (>=16.1.0,<17.0.0)
|
28
29
|
Requires-Dist: python-dateutil (>=2.8.2,<3.0.0)
|
29
30
|
Requires-Dist: requests (>=2.28.1,<3.0.0)
|
30
31
|
Requires-Dist: scipy (>=1.8.1,<2.0.0)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "geo-activity-playground"
|
3
|
-
version = "0.21.
|
3
|
+
version = "0.21.1"
|
4
4
|
description = "Analysis of geo data activities like rides, runs or hikes."
|
5
5
|
authors = ["Martin Ueding <mu@martin-ueding.de>"]
|
6
6
|
license = "MIT"
|
@@ -9,7 +9,7 @@ license = "MIT"
|
|
9
9
|
geo-activity-playground = "geo_activity_playground.__main__:main"
|
10
10
|
|
11
11
|
[tool.poetry.dependencies]
|
12
|
-
python = "^3.9,<3.
|
12
|
+
python = "^3.9,<3.13"
|
13
13
|
|
14
14
|
altair = "^5.1.2"
|
15
15
|
appdirs = "^1.4.4"
|
@@ -22,8 +22,8 @@ jinja2 = "^3.1.2"
|
|
22
22
|
matplotlib = "^3.6.3"
|
23
23
|
numpy = "^1.22.4"
|
24
24
|
pandas = "^2.0"
|
25
|
-
Pillow = "^
|
26
|
-
pyarrow = "^
|
25
|
+
Pillow = "^10.3.0"
|
26
|
+
pyarrow = "^16.1.0"
|
27
27
|
python-dateutil = "^2.8.2"
|
28
28
|
requests = "^2.28.1"
|
29
29
|
scipy = "^1.8.1"
|
@@ -40,10 +40,9 @@ charset-normalizer = "^3.3.2"
|
|
40
40
|
[tool.poetry.group.dev.dependencies]
|
41
41
|
black = "^22.3.0"
|
42
42
|
mkdocs-material = "^9.4.1"
|
43
|
-
mypy = "^0
|
43
|
+
mypy = "^1.10.0"
|
44
44
|
pytest = "^7.1.2"
|
45
45
|
py-spy = "^0.3.14"
|
46
|
-
ipykernel = "^6.27.1"
|
47
46
|
types-pyyaml = "^6.0.12.12"
|
48
47
|
types-decorator = "^5.1.8.20240106"
|
49
48
|
types-paramiko = "^3.4.0.20240120"
|
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
|
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
|
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
|
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
|