fleetpull 0.1.1__tar.gz → 0.1.2__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.
- {fleetpull-0.1.1 → fleetpull-0.1.2}/PKG-INFO +1 -1
- {fleetpull-0.1.1 → fleetpull-0.1.2}/pyproject.toml +1 -1
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/__init__.py +1 -1
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/motive/idle_event.py +20 -8
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull.egg-info/PKG-INFO +1 -1
- {fleetpull-0.1.1 → fleetpull-0.1.2}/LICENSE +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/README.md +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/setup.cfg +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/api/__init__.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/api/auth_ingress.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/api/catalog.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/api/fetch.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/api/identity.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/api/sync.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/cli.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/config/__init__.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/config/base.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/config/example.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/config/geotab.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/config/http.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/config/loading.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/config/logger.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/config/providers.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/config/rate_limit.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/config/resolution.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/config/retry.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/config/root.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/config/sections.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/__init__.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/geotab/__init__.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/geotab/_requests.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/geotab/annotation_logs.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/geotab/audits.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/geotab/devices.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/geotab/driver_changes.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/geotab/duty_status_logs.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/geotab/dvir_logs.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/geotab/exception_events.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/geotab/fault_data.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/geotab/fill_ups.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/geotab/fuel_and_energy_used.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/geotab/fuel_tax_details.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/geotab/log_records.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/geotab/media_files.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/geotab/shipment_logs.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/geotab/status_data.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/geotab/text_messages.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/geotab/trips.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/geotab/users.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/motive/__init__.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/motive/_spec_builders.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/motive/driver_idle_rollups.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/motive/driving_periods.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/motive/groups.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/motive/idle_events.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/motive/users.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/motive/vehicle_locations.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/motive/vehicle_utilizations.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/motive/vehicles.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/registry.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/samsara/__init__.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/samsara/_spec_builders.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/samsara/addresses.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/samsara/asset_locations.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/samsara/driver_fuel_energy_reports.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/samsara/driver_vehicle_assignments.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/samsara/drivers.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/samsara/engine_states.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/samsara/gps_readings.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/samsara/idling_events.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/samsara/odometer_readings.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/samsara/trips.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/samsara/vehicle_fuel_energy_reports.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/samsara/vehicles.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/shared/__init__.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/shared/base.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/shared/request_shape.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/shared/resume.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/shared/spec_builders.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/shared/sync_mode.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/shared/url_paths.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/exceptions.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/incremental/__init__.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/incremental/cursor.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/incremental/resolution.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/incremental/seed.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/incremental/window.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/logger/__init__.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/logger/setup.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/model_contract/__init__.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/model_contract/coercions.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/model_contract/response.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/__init__.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/geotab/__init__.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/geotab/annotation_log.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/geotab/audit.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/geotab/device.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/geotab/driver_change.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/geotab/duty_status_log.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/geotab/dvir_log.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/geotab/exception_event.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/geotab/fault_data.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/geotab/fill_up.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/geotab/fuel_and_energy_used.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/geotab/fuel_tax_detail.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/geotab/log_record.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/geotab/media_file.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/geotab/shared.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/geotab/shipment_log.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/geotab/status_data.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/geotab/text_message.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/geotab/trip.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/geotab/user.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/motive/__init__.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/motive/driver_idle_rollup.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/motive/driving_period.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/motive/group.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/motive/shared.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/motive/user.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/motive/vehicle.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/motive/vehicle_location.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/motive/vehicle_utilization.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/samsara/__init__.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/samsara/address.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/samsara/asset_location.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/samsara/driver.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/samsara/driver_fuel_energy_report.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/samsara/driver_vehicle_assignment.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/samsara/engine_state.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/samsara/gps_reading.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/samsara/idling_event.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/samsara/odometer_reading.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/samsara/trip.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/samsara/vehicle.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/samsara/vehicle_fuel_energy_report.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/network/__init__.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/network/auth/__init__.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/network/auth/authenticate.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/network/auth/manager.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/network/auth/models.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/network/auth/strategies.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/network/classifiers/__init__.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/network/classifiers/geotab.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/network/classifiers/motive.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/network/classifiers/samsara.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/network/client/__init__.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/network/client/page.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/network/client/profile.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/network/client/registry.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/network/client/registry_base.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/network/client/runtime.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/network/client/transport.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/network/contract/__init__.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/network/contract/auth.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/network/contract/classifier.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/network/contract/envelope_fetcher.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/network/contract/envelopes.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/network/contract/outcome.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/network/contract/page_decoder.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/network/contract/request.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/network/decoders/__init__.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/network/decoders/_window_stamp.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/network/decoders/geotab.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/network/decoders/motive.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/network/decoders/motive_reports.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/network/decoders/samsara.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/network/decoders/samsara_reports.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/network/decoders/samsara_trips.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/network/decoders/single_page.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/network/limits/__init__.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/network/limits/bucket_math.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/network/limits/limiter.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/network/limits/registry.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/network/posture/__init__.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/network/posture/client_options.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/network/retry/__init__.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/network/retry/decision.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/network/tls/__init__.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/network/tls/truststore_context.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/orchestrator/__init__.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/orchestrator/backfill.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/orchestrator/batch.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/orchestrator/bisection.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/orchestrator/drivers.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/orchestrator/entry.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/orchestrator/executors.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/orchestrator/fanout.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/orchestrator/feed_drive.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/orchestrator/metadata_projection.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/orchestrator/outcome.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/orchestrator/recording.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/orchestrator/resume.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/orchestrator/roster_harvest.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/orchestrator/roster_refresh.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/orchestrator/runner.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/orchestrator/shape_resolution.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/orchestrator/spine.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/orchestrator/streaming.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/orchestrator/unit_loop.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/orchestrator/watermark_drive.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/paths/__init__.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/paths/datasets.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/paths/partitions.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/paths/resolution.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/polars_typing/__init__.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/py.typed +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/records/__init__.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/records/convert.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/records/dataframe.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/records/event_time.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/records/fields.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/records/flatten.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/records/roster_members.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/records/schema.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/records/validation.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/resources/__init__.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/resources/config.example.yaml +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/roster/__init__.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/roster/definition.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/roster/key.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/roster/registry.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/state/__init__.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/state/cursors.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/state/database.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/state/migrations.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/state/reconcile.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/state/rosters.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/state/run_ledger.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/state/work_units.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/storage/__init__.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/storage/append.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/storage/atomic.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/storage/files.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/storage/frames.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/storage/metadata.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/storage/partitioned.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/storage/pruning.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/storage/read.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/storage/result.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/storage/single_file.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/storage/splitting.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/storage/staging.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/storage/writers.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/timing/__init__.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/timing/canon.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/timing/clock.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/timing/codec.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/timing/sleeper.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/vocabulary/__init__.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/vocabulary/json_types.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/vocabulary/provider.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/vocabulary/quota_scope.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/vocabulary/response_category.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull.egg-info/SOURCES.txt +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull.egg-info/dependency_links.txt +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull.egg-info/entry_points.txt +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull.egg-info/requires.txt +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull.egg-info/top_level.txt +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/tests/test_cli.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/tests/test_exceptions.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/tests/test_import_discipline.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/tests/test_temporal_discipline.py +0 -0
- {fleetpull-0.1.1 → fleetpull-0.1.2}/tests/test_typing_discipline.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fleetpull
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: Pull fleet telematics data from provider APIs (Motive, Samsara, GeoTab) into typed polars DataFrames and parquet: retrieval, dtype coercion, and light structural normalization — no assumed end use.
|
|
5
5
|
Author-email: Andrew Jordan <andrewjordan3@gmail.com>
|
|
6
6
|
Maintainer-email: Andrew Jordan <andrewjordan3@gmail.com>
|
|
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
|
|
|
9
9
|
###############################################################################
|
|
10
10
|
[project]
|
|
11
11
|
name = "fleetpull"
|
|
12
|
-
version = "0.1.
|
|
12
|
+
version = "0.1.2"
|
|
13
13
|
description = "Pull fleet telematics data from provider APIs (Motive, Samsara, GeoTab) into typed polars DataFrames and parquet: retrieval, dtype coercion, and light structural normalization — no assumed end use."
|
|
14
14
|
readme = "README.md"
|
|
15
15
|
authors = [{ name = "Andrew Jordan", email = "andrewjordan3@gmail.com" }]
|
|
@@ -9,6 +9,15 @@ the provider's reverse-geocode metadata; when ``rg_match`` is false,
|
|
|
9
9
|
``location`` carries a distance-direction prefix (``"2.6 mi NW of …"``)
|
|
10
10
|
instead of a bare place name — both formats mirror verbatim.
|
|
11
11
|
|
|
12
|
+
The reverse-geocode PLACE fields (``city``/``state``/``rg_brg``/``rg_km``)
|
|
13
|
+
are OPTIONAL: the 2026-07-15 census saw them on every record (including
|
|
14
|
+
the ``rg_match: false`` ones, which still carry a nearby place), but a
|
|
15
|
+
larger live pull (2026-07-22) returned all four null when the geocoder
|
|
16
|
+
matched NO nearby place at all — the census-scope lesson (a bounded
|
|
17
|
+
census proves a shape present, never absent). So a no-place record
|
|
18
|
+
validates and mirrors the nulls rather than failing the sync loudly (the
|
|
19
|
+
``veh_fuel`` null-counter precedent).
|
|
20
|
+
|
|
12
21
|
The endpoint's date window is interpreted on company-local day boundaries
|
|
13
22
|
and matched by overlap (DESIGN §8, captured 2026-07-15) — the reason its
|
|
14
23
|
endpoint leaf pads the wire window; nothing about that reaches this
|
|
@@ -43,11 +52,14 @@ class IdleEvent(ResponseModel):
|
|
|
43
52
|
when the vehicle reports no fuel counters.
|
|
44
53
|
lat: Event latitude.
|
|
45
54
|
lon: Event longitude.
|
|
46
|
-
city: Reverse-geocoded place name
|
|
47
|
-
|
|
48
|
-
|
|
55
|
+
city: Reverse-geocoded place name; null when the geocoder matched
|
|
56
|
+
no nearby place (live-observed 2026-07-22).
|
|
57
|
+
state: Reverse-geocoded state / province code; null when no place
|
|
58
|
+
matched.
|
|
59
|
+
rg_brg: Reverse-geocode bearing from the matched place, degrees;
|
|
60
|
+
null when no place matched.
|
|
49
61
|
rg_km: Reverse-geocode distance from the matched place,
|
|
50
|
-
kilometers.
|
|
62
|
+
kilometers; null when no place matched.
|
|
51
63
|
rg_match: Whether the reverse geocoder matched a place directly.
|
|
52
64
|
end_type: Free-form interval-end reason (``"engine_stop"`` /
|
|
53
65
|
``"vehicle_moving"`` observed), mirrored, never interpreted.
|
|
@@ -65,10 +77,10 @@ class IdleEvent(ResponseModel):
|
|
|
65
77
|
veh_fuel_end: float | None = None
|
|
66
78
|
lat: float
|
|
67
79
|
lon: float
|
|
68
|
-
city: str
|
|
69
|
-
state: str
|
|
70
|
-
rg_brg: float
|
|
71
|
-
rg_km: float
|
|
80
|
+
city: str | None = None
|
|
81
|
+
state: str | None = None
|
|
82
|
+
rg_brg: float | None = None
|
|
83
|
+
rg_km: float | None = None
|
|
72
84
|
rg_match: bool
|
|
73
85
|
end_type: str
|
|
74
86
|
driver: UserSummary | None = None
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fleetpull
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: Pull fleet telematics data from provider APIs (Motive, Samsara, GeoTab) into typed polars DataFrames and parquet: retrieval, dtype coercion, and light structural normalization — no assumed end use.
|
|
5
5
|
Author-email: Andrew Jordan <andrewjordan3@gmail.com>
|
|
6
6
|
Maintainer-email: Andrew Jordan <andrewjordan3@gmail.com>
|
|
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
|
{fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/samsara/driver_fuel_energy_reports.py
RENAMED
|
File without changes
|
{fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/samsara/driver_vehicle_assignments.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/endpoints/samsara/vehicle_fuel_energy_reports.py
RENAMED
|
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
|
{fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/samsara/driver_fuel_energy_report.py
RENAMED
|
File without changes
|
{fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/samsara/driver_vehicle_assignment.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fleetpull-0.1.1 → fleetpull-0.1.2}/src/fleetpull/models/samsara/vehicle_fuel_energy_report.py
RENAMED
|
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
|