SaaSHub helps you find the best software and product alternatives Learn more →
Top 5 Python python-typing Projects
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
jaxtyping
Type annotations and runtime checking for shape and dtype of JAX/NumPy/PyTorch/etc. arrays. https://docs.kidger.site/jaxtyping/
Project mention: Python type hints may not be not for me in practice | news.ycombinator.com | 2024-11-27You want runtime typechecking.
See either beartype [1] or typeguard [2]. And if you're doing any kind of array-based programming (JAX or not), then jaxtyping [3].
[1] https://github.com/beartype/beartype/
[2] https://github.com/agronholm/typeguard
[3] https://github.com/patrick-kidger/jaxtyping
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Python python-typing discussion
Python python-typing related posts
-
Show HN: Python-Type-Challenges, master Python typing with online exercises
-
Scientific computing in JAX
-
[D] Have their been any attempts to create a programming language specifically for machine learning?
-
Returning to snake's nest after a long journey, any major advances in python for science ?
-
Parsing and validating data in Python using Pydantic
-
CMV: the `typing` module was bungled.
-
A note from our sponsor - SaaSHub
www.saashub.com | 17 May 2025
Index
What are some of the best open-source python-typing projects in Python? This list will help you:
# | Project | Stars |
---|---|---|
1 | torchtyping | 1,432 |
2 | jaxtyping | 1,403 |
3 | Python-Type-Challenges | 587 |
4 | apischema | 234 |
5 | utype | 25 |