Here are
28 public repositories
matching this topic...
A tool that generates a strongly typed client library for any GraphQL endpoint. The client allows writing GraphQL queries as plain JS objects (with type safety, awesome code completion experience, custom scalar type mapping, type guards and more)
Updated
Aug 31, 2020
TypeScript
A file-based ORM for Python dataclasses.
Updated
Sep 15, 2020
Python
Apache (Py)Spark type annotations (stub files).
Updated
Sep 16, 2020
Python
Tool for translation type comments to type annotations in Python
Updated
Aug 17, 2020
Python
Type annotations builder for boto3 compatible with mypy, VSCode and PyCharm
Updated
Sep 11, 2020
Python
Flake8 Type Annotation Checking
Updated
Sep 9, 2020
Python
Updated
Sep 16, 2020
Python
Automatically generate a Web UI for Python function using type annotations.
Updated
Sep 10, 2020
JavaScript
Python 3 AST unparser with type comments support.
Updated
Oct 24, 2019
Python
Runtime type annotations for CoffeeScript (and JavaScript too!)
Updated
Jul 30, 2020
CoffeeScript
A tool for generating Mypy type stubs from a Protocol Buffer definition.
Property-based testing library for Python
Updated
Apr 13, 2020
Python
Python type inferencer for generating type annotations.
Updated
Dec 27, 2017
Python
Type stubs for the lxml package
Updated
Sep 9, 2020
Python
Smart conversion and validation toolkit powered by type annotations
Updated
Mar 29, 2019
Python
Protoc plugin that generates python stubs
Updated
Jul 26, 2018
Python
Type stubs for the Google Ads API Client Library for Python
Updated
May 16, 2020
Python
Python module that allows function arguments and return values to be validated easily using decorators and PEP 484 type annotations
Updated
Jun 16, 2019
Python
[Experimental] Python classes that mimic a couple useful Rust types. With typing and typehint support.
Updated
Feb 1, 2017
Python
python package to work with different physical units as types and pythons type annotations
Updated
Jul 26, 2019
Python
Updated
May 12, 2020
Python
GraphQL schema generator based on Python type annotations
Updated
May 31, 2020
Python
Utilize Python 3 function annotations for rich, structured typecasting, not just type validation and hinting, through direct specification and inference.
Updated
Feb 25, 2020
Makefile
A flake8 plugin that checks the use of suggestions made by the official documentation of the "typing" module.
Updated
Aug 23, 2020
Python
Demonstrating Python type annotations and static type checking using MyPy, in common situations - e.g. defining and using functions and classes.
Native syntactic support for type annotations was introduced in Python 3. This article provides an overview of this feature, the advantages to using it over other options, and how it is leveraged by third-party type checking and type inference libraries.Publications repository.
Updated
Sep 10, 2020
Jupyter Notebook
Improve this page
Add a description, image, and links to the
type-annotations
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
type-annotations
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
We get the return annotation for free, so we should allow users to do something with it.