A JSON Schema implementation of the US EPA/USGS WQX standard for water quality data exchange, originally converted from XML by The Gordon Foundation for the DataStream platform.
Open source. Open possibilities.
Discover quality open-source projects, submit projects anonymously, and claim and edit your own project.
A little curiosity. A world of open source.
THE FIRST COLLECTIONPydantic is a data validation library for Python that leverages type hints to enforce data structures.
FastAPI is a modern Python web framework for building APIs with standard type hints, featuring automatic OpenAPI documentation, data validation via Pydantic, high performance via Starlette, and interactive Swagger UI and ReDoc interfaces.
A React component that declaratively builds and customizes web forms from JSON Schema, with support for multiple UI theme libraries and validators.
OPF (Open Presentation Format) is an open JSON document format for slide decks, published on npm as @openpresentation/opf: canonical JSON Schemas, bundled catalog presets, generated TypeScript types, local validation, examples and a local CLI.
SQLModel is a library for interacting with SQL databases in Python, designed to reduce code duplication by combining SQLAlchemy and Pydantic.