python-typing
There are 52 repositories under python-typing topic.
patrick-kidger/torchtyping
Type annotations and dynamic checking for a tensor's shape, dtype, names, etc.
patrick-kidger/jaxtyping
Type annotations and runtime checking for shape and dtype of JAX/NumPy/PyTorch/etc. arrays. https://docs.kidger.site/jaxtyping/
laike9m/Python-Type-Challenges
Master Python typing (type hints) with interactive online exercises!
wyfo/apischema
JSON (de)serialization, GraphQL and JSON schema generation using Python typing.
alexandermalyga/poltergeist
Rust-like error handling in Python, with type-safety in mind.
patrick-kidger/quax
Multiple dispatch over abstract array types in JAX.
jorenham/optype
Opinionated typing package for precise type hints in Python
utilmeta/utype
Declare & parse types / dataclasses / functions based on Python type annotations
litestar-org/type-lens
Runtime type introspection utilities
AlexWaygood/typeshed-stats
Library and command-line tool to gather stats on typeshed packages
daniil-berg/marshmallow-generic
Generic schema with full typing support and minimal boilerplate
izxxr/typedclasses
Python classes with types validation at runtime.
seandstewart/python-typelib
A library for runtime type analysis, validation, and (un)marshalling.
beartype/bearboto3
Facilitates using beartype runtime type-checking with the AWS SDK.
cdce8p/python-typing-update
Update Python typing syntax
mldictionary/MLDictionaryGUI
A GTK application which searches for word definitions on several languages, showing your definition, pronounce spell and playing an audio pronounce when available.
ediskandarov/aws-lambda-py-types
🏷️ Python typing hints collection for AWS Lambda functions
jorenham/unpy
Python stub backporter
pycodegen/python-type-extractor
Convert python-types to "Type-Nodes" (similar to ASTs) in runtime / WIP... / no docs yet (see test-cases for now - sorry)
dogweather/python-exhaustiveness-adts-monads
Demo code showing off the new true exhaustiveness checks with Python 3.10 + Pyright
tarsil/polyforce
Enforce annotations in your python code
seven7ty/typeshi
Dict to TypedDict generation and conversion utilities for Python 📖✨
SowinskiBraeden/ScheduleGeneratorApp
The Desktop Application for my schedule-generator algorithm, allowing users to easily interact with the algorithm and its variables to generate schedules as documents for students individually as well as the master timetable
ediskandarov/awslambdaric-stubs
🏷️ Stubs for AWS Lambda Python Runtime Interface Client(awslambdaric)
studioph/bearboto3
MOVED. Provides support for boto3 with beartype runtime type-checking.
uriyyo/typed-undefined
🐒 smth like JS undefined but in Python
AWeirdDev/definitely
Definitely typed. Type any object to any type as you wish.
GalacticDynamics/is_annotated
Check if a type hint is an `Annotated` type
lokaimoma/Flask-QR-Code-Web-APP
[APP] A web app for generating and decoding qr code built with python-flask.
pspanoudakis/Data-Mining-Techniques-Projects
Data Visualization 📊 Clustering and Classification 🗂️ techniques on Customer 🛍️ & Book 📖 datasets
izxxr/runtime-final
Declare final Python classes and methods at runtime.
MahirMahbub/fastapi-microservice-with-mongodb
fastapi micro-service template with mongodb
MashymAli/typing-speed-game
Typing speed game made in python with tkinter and pygame. Measures typing speed of a person and tells if its average, below averaage or above average. At the end of game tells you your wpm speed.
mttbernardini/datetypes
Typed counterparts for built-in datetime module classes with zero runtime overhead
skeletorXVI/pytest-parametrization-annotation
A pytest library for parametrizing tests using type hints.
troyan-dy/fastapi-depends
You can use your FastAPI dependencies not only in FastAPI applications