type-hints
There are 100 repositories under type-hints topic.
ml-tooling/opyrator
🪄 Turns your machine learning code into microservices with web API, interactive GUI, and more.
RobertCraigie/prisma-client-py
Prisma Client Python is an auto-generated and fully type-safe database client designed for ease of use
art049/odmantic
Sync and Async ODM (Object Document Mapper) for MongoDB based on python type hints
Fatal1ty/mashumaro
Fast and well tested serialization library
johnthagen/python-blueprint
🐍 Example Python project using best practices 🥇
laike9m/Python-Type-Challenges
Master Python typing (type hints) with interactive online exercises!
RussBaz/enforce
Python 3.5+ runtime type checking for integration testing and data validation
lukasmasuch/streamlit-pydantic
🪄 Auto-generate Streamlit UI from Pydantic Models and Dataclasses.
reagento/adaptix
An extremely flexible and configurable data model conversion library.
ilevkivskyi/typing_inspect
Runtime inspection utilities for Python typing module
omni-us/jsonargparse
Implement minimal boilerplate CLIs derived from type hints and parse from command line, config files and environment variables
phillipdupuis/pydantic-to-typescript
CLI Tool for converting pydantic models into typescript definitions
eigenein/protobuf
Python implementation of Protocol Buffers with dataclass-based schemaʼs
lucsorel/py2puml
Generate PlantUML class diagrams to document your Python application.
Stewori/pytypes
Typing-toolbox for Python 3 _and_ 2.7 w.r.t. PEP 484.
seandstewart/typical
Typical: Fast, simple, & correct data-validation using Python 3 typing.
s-knibbs/dataclasses-jsonschema
JSON schema generation from dataclasses
ilevkivskyi/com2ann
Tool for translation type comments to type annotations in Python
kracekumar/python-typing-koans
Python typing koans to learn type-hints in Python3 using Mypy
vitalets/babel-plugin-runtyper
⚡️ Runtime type-checker for JavaScript
ambv/flake8-mypy
A plugin for flake8 integrating Mypy.
dasbus-project/dasbus
DBus library in Python 3
rsinger86/drf-typed
Type hints for enhanced API views and serializers.
athos/sweet-array
Array manipulation library for Clojure with "sweet" array type notation and more safety by static types
so1n/pait
Pait(π tool) - Python Modern API Tools, easier to use web frameworks/write API routing
seferov/typhp
Enforce type declaring for PHP 7.1 and higher
pmateusz/meatie
Meatie is a Python metaprogramming library that eliminates the need for boilerplate code when integrating with REST APIs. Meatie abstracts away mechanics related to HTTP communication, such as building URLs, encoding query parameters, parsing, and dumping Pydantic models.
zmievsa/pytest-fixture-classes
Fixtures as classes that work well with dependency injection, autocompletetion, type checkers, and language servers
smarie/python-autoclass
A python 3 library providing functions and decorators to automatically generate class code, such as constructor body or properties getters/setters along with optional support of validation contracts on the generated setters. Its objective is to reduce the amount of copy/paste code in your classes - and hence to help reducing human mistakes :).
mitsuse/typedjson-python
JSON decoding for Python with type hinting (PEP 484).
altitudenetworks/dynamoquery
Python AWS DynamoDB ORM
utilmeta/utype
Declare & parse types / dataclasses / functions based on Python type annotations
LostInDarkMath/pedantic-python-decorators
Some useful decorators for any situation. Includes runtime type checking.
talkpython/rock-solid-python-with-type-hints-course
Rock Solid Python with Type Hints Course Student Materials
yar-kik/conjector
Java-like application properties in Python
FelixTheC/py-overload
A Runtime method override decorator.