pip install posthog-openfeature-provider-posthogThis project is licensed under the Mozilla Public License 2.0 (MPL-2.0).
You may use, modify, and distribute this library under the terms of the MPL-2.0. Contributions that modify files in this library must be made available under the same license, but it can be linked or combined with proprietary software.
See the LICENSE file or the official MPL 2.0 text for full terms.
Requies uv >= 0.9
uv sync --group dev
uv run ruff format
uv run ruff check --fix
uv run mypy srcRequies uv >= 0.9
uv sync --group test
uv run pytest
uv run pytest -m unit # only unit tests
uv run pytest -m integration # only integration tests