--- id: sensor-state-data version: "2.20.0" license: Apache-2.0 license_treatment: permissive maintenance: active --- # sensor-state-data — Models for storing and converting Sensor Data state License: permissive · Maintenance: active · Downloads: 94.9K/mo ## What it is and what it does sensor-state-data is a library that provides pre-built data models for representing and working with sensor state information. It abstracts the structure of sensor readings into reusable Python classes, making it easier to handle sensor data consistently across applications without building custom data structures from scratch. The package has no external runtime dependencies, making it lightweight to integrate. It supports modern Python versions from 3.9 through 3.14 and is actively maintained. The library is in pre-alpha status, indicating the API may still evolve, but it is used in production contexts (94882 monthly downloads) and has no known security vulnerabilities. Use it for: - Define standardized data structures for IoT sensor readings in home automation systems - Convert between different sensor data formats in device integration layers - Store and serialize sensor state snapshots for logging or replay - Build type-safe sensor data handling in Python applications ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides data models for storing and converting sensor state information in a standardized format. Yes, if you need standardized sensor data models for IoT or monitoring applications. The zero-dependency design, permissive license, and active maintenance make it low-risk to adopt. However, verify that the supported sensor types and data structures match your specific use case before committing, as the pre-alpha status means the API may change. ## Install pip install sensor-state-data uv add sensor-state-data poetry add sensor-state-data ## Installing sensor-state-data Before you install: Low friction installation with no runtime dependencies. Active maintenance as of 2026-08-10 with regular releases. License in practice: Apache-2.0 permissive license allows commercial and private use with minimal restrictions. Quickstart: pip install sensor-state-data import sensor_state_data # Use the provided models to structure sensor state information Requires Python 3.9 or later (supports up to 3.14) Verify before relying: - What sensor types or protocols are supported by the models - Whether this integrates with specific IoT platforms or frameworks - Performance characteristics when handling large volumes of sensor data ## Package facts - License: Apache-2.0 (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 94.9K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags sensor data models, state data conversion, sensor state storage, sensor data structures, IoT sensor models, device state representation, iot, sensor-data, data-models [View on SkillFed](https://skillfed.io/packages/sensor-state-data) · [View on PyPI](https://pypi.org/project/sensor-state-data/)