License
Probatio is free and open-source software, distributed under the MIT License. In short: you may use, copy, modify, and distribute it, including in commercial and closed-source projects, as long as the copyright notice and this permission notice are included. The software is provided “as is”, without warranty.
MIT was a deliberate choice: it lets Probatio fit anywhere voluptuous did, including Home Assistant, without trading a maintenance win for a license headache (ADR-002). The clean-room reimplementation (ADR-001) is what makes that license honest, no voluptuous source is copied, so nothing constrains it.
The authoritative copy is LICENSE
in the repository.
MIT License
Section titled “MIT License”MIT License
Copyright (c) 2026 Franck Nijhof
Permission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the "Software"), to dealin the Software without restriction, including without limitation the rightsto use, copy, modify, merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whom the Software isfurnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in allcopies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THESOFTWARE.Third-party notices
Section titled “Third-party notices”Probatio has no third-party runtime dependencies. It is pure Python and uses
only the standard library at runtime, so nothing third-party is bundled in the
wheel. The details, including the optional integrations that ship under their own
licenses when you install them yourself, are in
THIRD_PARTY_LICENSES.md
in the repository.