Registry / devops / schematichq

schematichq

JSON →
library1.2.2pypypi✓ verified 81d ago

Schematic is a feature management and experimentation platform. The Python SDK enables you to check feature flags, set user attributes, and track events. Current version 1.2.2, supports Python 3.8+. Active development with regular releases.

pip install schematichq
INSTALL
IMPORT
SIG · SCHEMATICHQ
S
schematichq
devopspythonv1.2.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AsyncSchematic
from schematic import AsyncSchematic
from schematic import SchematicClient
AsyncSchematicConfig
from schematic import AsyncSchematicConfig
from schematic import SchematicClient
ApiError
from schematic import ApiError
from schematic import SchematicClient

Initialize the client and check a feature flag.

import os from schematic import SchematicClient client = SchematicClient(api_key=os.environ.get('SCHEMATIC_API_KEY', '')) flag = client.check_flag('my-feature', user_id='user-123') print(f"Feature flag enabled: {flag}")
Debug
Known issues
gotchaThe package name on PyPI is 'schematichq' but the import module is 'schematic'. Using 'pip install schematichq' and then 'from schematichq import ...' will fail.
fix
Use 'from schematic import SchematicClient' after installing 'schematichq'.
affects: all
breakingVersion 1.x introduced breaking changes from earlier 0.x releases. The client API and flag evaluation method signatures changed.
fix
Update import and client instantiation. Check the migration guide on GitHub.
affects: 0.x -> 1.x
deprecatedThe 'create_flag' and 'update_flag' methods are deprecated in favor of using the Schematic UI or the management API.
fix
Use the web dashboard or REST API for flag management.
affects: >=1.0
Upgrade
Version history
1.2.2latest on PyPI · released May 20, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
26
OpenAI (training)
1
Resources
schematichq — pip install schematichq · libregistry