ClarisMD Python SDK
Copyright 2026 ClarisMD contributors

This product includes software developed by the ClarisMD project
(https://clarismd.com).

Licensed under the Apache License, Version 2.0 (the "Apache License").
You may not use this software except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

The ClarisMD platform itself (server, frontend, infrastructure) is
licensed separately under the GNU Affero General Public License v3.0.
This Python SDK is intentionally Apache-2.0 so that downstream users
can integrate it into both open-source and proprietary applications
without triggering the AGPL's network-use clause.

This software is NOT a HIPAA Business Associate. The ClarisMD platform
provides healthcare-aware tooling (PHI scrubbing, audit logging,
compliance reporting) but does NOT make HIPAA-compliance claims about
itself, ship a BAA, or constitute medical, legal, or compliance
advice. Operators must obtain their own legal review before
processing real Protected Health Information.

----------------------------------------------------------------------
Third-party dependencies and their licenses are listed in the package
metadata. Notable runtime dependencies:

  - httpx (BSD-3-Clause)
  - pydantic (MIT)
  - typing-extensions (PSF-2.0)

Development-only dependencies (pytest, ruff, pyright, hatchling, etc.)
ship under their respective open-source licenses; see each project's
distribution for the exact terms.
