{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/7"}],"enrichment":{"capability":"REST client for registering, retrieving, and managing Avro and JSON schemas in a Confluent Schema Registry server.","skillfed_tags":["schema-management","data-serialization"],"use_cases":["Register and version Avro schemas in a central registry before publishing events to Kafka topics.","Serialize and deserialize messages using schemas stored in Schema Registry during event production and consumption.","Validate JSON or Avro data against registered schemas to catch schema mismatches early in a pipeline.","Generate schemas from Pydantic models or dataclasses and push them to Schema Registry for cross-service schema governance.","Test schema compatibility before deploying schema changes in a streaming or event-driven architecture."],"what_it_does":"This package provides a Python REST client to interact with Confluent's Schema Registry, allowing you to register, retrieve, and manage Avro and JSON schemas centrally. It wraps httpx and anyio for HTTP communication, and uses fastavro and jsonschema for schema validation and serialization. The client supports both synchronous and asynchronous workflows, and includes message serializers for encoding and decoding records against registered schemas.\n\nYou typically use it in data pipeline or event-streaming applications where multiple services need to agree on message formats. The package integrates with external tools like Pydantic and dataclasses-avroschema, so you can generate schemas directly from Python type definitions rather than writing them by hand. It requires Python 3.8 or later and has no compiled dependencies, making installation straightforward.","worth_installing":"Yes, if you are working with Confluent Schema Registry and need a Python client. The package is stable, has no known vulnerabilities, and low install friction. The aging maintenance status (497 days since last release) is a minor concern for long-term support, but the core functionality is mature and unlikely to require frequent updates. Install it if schema management is central to your architecture; skip it if you do not use Schema Registry."},"id":"python-schema-registry-client","links":{"html":"https://skillfed.io/packages/python-schema-registry-client","md":"https://skillfed.io/packages/python-schema-registry-client.md","pypi":"https://pypi.org/project/python-schema-registry-client/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-04-04","license_spdx":null,"license_treatment":"permissive","name":"python-schema-registry-client","python_support":"supports_current","summary":"Python Rest Client to interact against Schema Registry confluent server"},"popularity":{"monthly_downloads":703838,"position":5279,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.6.1"}
