geo-activity-playground 0.40.0__tar.gz → 0.40.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.40.0 → geo_activity_playground-0.40.1}/PKG-INFO +1 -1
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/core/datamodel.py +2 -2
- geo_activity_playground-0.40.1/geo_activity_playground/core/test_datamodel.py +20 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/importers/strava_checkout.py +2 -5
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/pyproject.toml +1 -1
- geo_activity_playground-0.40.0/geo_activity_playground/core/test_datamodel.py +0 -7
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/LICENSE +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/__init__.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/__main__.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/alembic/README +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/alembic/env.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/alembic/script.py.mako +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/alembic/versions/451e7836b53d_add_square_planner_bookmark.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/alembic/versions/63d3b7f6f93c_initial_version.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/alembic/versions/93cc82ad1b60_add_parametricplotspec.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/alembic/versions/ab83b9d23127_add_upstream_id.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/alembic/versions/b03491c593f6_add_crop_indices.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/alembic/versions/e02e27876deb_add_square_planner_bookmark_name.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/alembic/versions/script.py.mako +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/core/__init__.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/core/activities.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/core/config.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/core/coordinates.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/core/enrichment.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/core/heart_rate.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/core/meta_search.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/core/parametric_plot.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/core/paths.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/core/privacy_zones.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/core/raster_map.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/core/similarity.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/core/summary_stats.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/core/tasks.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/core/test_meta_search.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/core/test_summary_stats.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/core/test_tiles.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/core/test_time_conversion.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/core/tiles.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/core/time_conversion.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/explorer/__init__.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/explorer/grid_file.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/explorer/tile_visits.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/explorer/video.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/heatmap_video.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/importers/__init__.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/importers/activity_parsers.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/importers/csv_parser.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/importers/directory.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/importers/strava_api.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/importers/test_csv_parser.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/importers/test_directory.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/importers/test_strava_api.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/__init__.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/app.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/authenticator.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/blueprints/__init__.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/blueprints/activity_blueprint.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/blueprints/auth_blueprint.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/blueprints/bubble_chart_blueprint.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/blueprints/calendar_blueprint.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/blueprints/eddington_blueprint.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/blueprints/entry_views.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/blueprints/equipment_blueprint.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/blueprints/explorer_blueprint.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/blueprints/heatmap_blueprint.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/blueprints/plot_builder_blueprint.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/blueprints/search_blueprint.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/blueprints/settings_blueprint.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/blueprints/square_planner_blueprint.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/blueprints/summary_blueprint.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/blueprints/tile_blueprint.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/blueprints/upload_blueprint.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/flasher.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/plot_util.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/search_util.py +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/static/Leaflet.fullscreen.min.js +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/static/MarkerCluster.Default.css +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/static/MarkerCluster.css +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/static/android-chrome-192x192.png +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/static/android-chrome-512x512.png +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/static/apple-touch-icon.png +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/static/bootstrap-dark-mode.js +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/static/bootstrap.bundle.min.js +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/static/bootstrap.min.css +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/static/browserconfig.xml +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/static/favicon-16x16.png +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/static/favicon-32x32.png +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/static/favicon-48x48.png +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/static/favicon.ico +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/static/favicon.svg +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/static/fullscreen.png +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/static/fullscreen@2x.png +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/static/images/layers-2x.png +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/static/images/layers.png +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/static/images/marker-icon-2x.png +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/static/images/marker-icon.png +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/static/images/marker-shadow.png +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/static/leaflet.css +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/static/leaflet.fullscreen.css +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/static/leaflet.js +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/static/leaflet.markercluster.js +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/static/mstile-150x150.png +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/static/site.webmanifest +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/static/table-sort.min.js +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/static/vega-embed@6 +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/static/vega-lite@4 +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/static/vega@5 +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/static/web-app-manifest-192x192.png +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/static/web-app-manifest-512x512.png +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/templates/activity/day.html.j2 +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/templates/activity/edit.html.j2 +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/templates/activity/lines.html.j2 +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/templates/activity/name.html.j2 +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/templates/activity/show.html.j2 +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/templates/activity/trim.html.j2 +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/templates/auth/index.html.j2 +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/templates/bubble_chart/index.html.j2 +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/templates/calendar/index.html.j2 +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/templates/calendar/month.html.j2 +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/templates/eddington/index.html.j2 +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/templates/equipment/index.html.j2 +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/templates/explorer/index.html.j2 +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/templates/heatmap/index.html.j2 +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/templates/home.html.j2 +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/templates/page.html.j2 +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/templates/plot_builder/edit.html.j2 +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/templates/plot_builder/index.html.j2 +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/templates/search/index.html.j2 +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/templates/search_form.html.j2 +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/templates/settings/admin-password.html.j2 +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/templates/settings/color-schemes.html.j2 +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/templates/settings/heart-rate.html.j2 +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/templates/settings/index.html.j2 +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/templates/settings/manage-equipments.html.j2 +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/templates/settings/manage-kinds.html.j2 +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/templates/settings/metadata-extraction.html.j2 +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/templates/settings/privacy-zones.html.j2 +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/templates/settings/segmentation.html.j2 +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/templates/settings/sharepic.html.j2 +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/templates/settings/strava.html.j2 +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/templates/square_planner/index.html.j2 +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/templates/summary/index.html.j2 +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/templates/upload/index.html.j2 +0 -0
- {geo_activity_playground-0.40.0 → geo_activity_playground-0.40.1}/geo_activity_playground/webui/templates/upload/reload.html.j2 +0 -0
@@ -112,12 +112,12 @@ class Activity(DB.Model):
|
|
112
112
|
|
113
113
|
@property
|
114
114
|
def average_speed_moving_kmh(self) -> Optional[float]:
|
115
|
-
if self.moving_time
|
115
|
+
if self.moving_time:
|
116
116
|
return self.distance_km / (self.moving_time.total_seconds() / 3_600)
|
117
117
|
|
118
118
|
@property
|
119
119
|
def average_speed_elapsed_kmh(self) -> Optional[float]:
|
120
|
-
if self.elapsed_time
|
120
|
+
if self.elapsed_time:
|
121
121
|
return self.distance_km / (self.elapsed_time.total_seconds() / 3_600)
|
122
122
|
|
123
123
|
@property
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import datetime
|
2
|
+
|
3
|
+
from .datamodel import Activity
|
4
|
+
|
5
|
+
|
6
|
+
def test_no_duration() -> None:
|
7
|
+
activity = Activity(name="Test", distance_km=10.0)
|
8
|
+
assert activity.average_speed_elapsed_kmh is None
|
9
|
+
assert activity.average_speed_moving_kmh is None
|
10
|
+
|
11
|
+
|
12
|
+
def test_zero_duration() -> None:
|
13
|
+
activity = Activity(
|
14
|
+
name="Test",
|
15
|
+
distance_km=10.0,
|
16
|
+
elapsed_time=datetime.timedelta(seconds=0),
|
17
|
+
moving_time=datetime.timedelta(seconds=0),
|
18
|
+
)
|
19
|
+
assert activity.average_speed_elapsed_kmh is None
|
20
|
+
assert activity.average_speed_moving_kmh is None
|
@@ -271,9 +271,8 @@ def convert_strava_checkout(
|
|
271
271
|
continue
|
272
272
|
|
273
273
|
activity_date = dateutil.parser.parse(row["Activity Date"])
|
274
|
-
activity_name = row["Activity Name"]
|
274
|
+
activity_name: str = row["Activity Name"]
|
275
275
|
activity_kind = row["Activity Type"]
|
276
|
-
is_commute = row["Commute"] == "true" or row["Commute"] == True
|
277
276
|
equipment = (
|
278
277
|
nan_as_none(row["Activity Gear"])
|
279
278
|
or nan_as_none(row["Bike"])
|
@@ -285,8 +284,6 @@ def convert_strava_checkout(
|
|
285
284
|
activity_target = playground_path / "Activities" / str(activity_kind)
|
286
285
|
if equipment:
|
287
286
|
activity_target /= str(equipment)
|
288
|
-
if is_commute:
|
289
|
-
activity_target /= "Commute"
|
290
287
|
|
291
288
|
activity_target /= "".join(
|
292
289
|
[
|
@@ -294,7 +291,7 @@ def convert_strava_checkout(
|
|
294
291
|
"-",
|
295
292
|
f"{activity_date.hour:02d}-{activity_date.minute:02d}-{activity_date.second:02d}",
|
296
293
|
" ",
|
297
|
-
activity_name,
|
294
|
+
activity_name.replace("/", "_"),
|
298
295
|
]
|
299
296
|
+ activity_file.suffixes
|
300
297
|
)
|
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
|
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
|
File without changes
|