-
Updated
Jun 2, 2021 - Python
#
type-hints
Here are 51 public repositories matching this topic...
🪄 Turns your machine learning code into microservices with web API, interactive GUI, and more.
python
machine-learning
microservices
deployment
serverless
functions
faas
python-functions
type-hints
pydantic
fastapi
streamlit
Python 3.5+ runtime type checking for integration testing and data validation
-
Updated
Nov 8, 2019 - Python
Async ODM (Object Document Mapper) for MongoDB based on python type hints
python
mongo
orm
mongodb
nosql
async
odm
motor
asyncio
mongodb-orm
type-hints
python-types
object-document-mapper
pydantic
fastapi
-
Updated
Jun 2, 2021 - Python
Fast and well tested serialization framework on top of dataclasses
python
yaml
serialization
json
marshalling
python3
deserialization
msgpack
type-hints
typehints
dataclasses
-
Updated
May 13, 2021 - Python
Runtime inspection utilities for Python typing module
-
Updated
Jun 7, 2021 - Python
Typing-toolbox for Python 3 _and_ 2.7 w.r.t. PEP 484.
-
Updated
Aug 19, 2020 - Python
-
Updated
Jun 2, 2021 - Python
-
Updated
Mar 29, 2021 - JavaScript
seandstewart
commented
Jul 3, 2019
We get the return annotation for free, so we should allow users to do something with it.
eigenein
commented
Jan 13, 2020
s-knibbs
commented
Jun 30, 2019
It seems that the typing module doesn't flatten nested literal type definitions, so the following does not currently work:
SuccessStatus = Literal[200, 201, 204]
ClientError = Literal[404, 401, 403, 409, 400]
ServerError = Literal[500, 504, 503]
@dataclass
class HttpResponse(JsonSchemaMixin):
status: Literal[SuccessStatus, ClientError, ServerError]
...A plugin for flake8 integrating Mypy.
-
Updated
Jun 19, 2020 - Python
Tool for translation type comments to type annotations in Python
-
Updated
Mar 7, 2021 - Python
Python typing koans to learn type-hints in Python3 using Mypy
-
Updated
Jun 5, 2021 - Python
Enforce type declaring for PHP 7.1 and higher
-
Updated
Apr 29, 2021 - PHP
CLI Tool for converting pydantic models into typescript definitions
-
Updated
May 19, 2021 - Python
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 :).
boilerplate
code-generator
class
property
properties
attribute
constructor
fields
contracts
auto
enforce
setter
type-hints
typechecking
pep484
getter
runtime-typechecking
autoargs
autoprops
attr
-
Updated
Apr 19, 2021 - Python
JSON decoding for Python with type hinting (PEP 484).
-
Updated
May 12, 2021 - Python
DBus library in Python 3
-
Updated
Jun 1, 2021 - Python
Generate PlantUML diagrams to document your python code
-
Updated
Mar 3, 2021 - Python
Python AWS DynamoDB ORM
python
aws
orm
serverless
dynamodb
serverless-architectures
type-safety
boto3
aws-dynamodb
serverless-applications
type-hints
-
Updated
Jun 2, 2021 - Python
Array manipulation library for Clojure with "sweet" type syntax and fewer pitfalls
-
Updated
May 16, 2021 - Clojure
Some useful decorators for any situation. Includes runtime type checking.
python
testing
typechecker
validation
decorators
annotations
typing
type-safety
type-checking
python-decorators
docstring
type-hints
docstrings
pedantic
pedantic-decorators
-
Updated
May 28, 2021 - Python
Rapidly create full-featured command line interfaces with help, subcommand dispatch, and validation.
python
bash
zsh
autocomplete
types
command-line
docopt
python3
command-line-tool
python2
type-hints
pep484
-
Updated
May 25, 2020 - Python
Pait is a Python api tool. Pait enables your Python web framework to have type checking, parameter type conversion, interface document generation and can display your documents through Redoc or Swagger (power by inspect, pydantic)
-
Updated
Jun 7, 2021 - Python
A simple library to create type hinted collections in PHP- build on Laravals Collection class
-
Updated
Apr 22, 2020 - PHP
A utility for generating stub files from docstrings in Python source files.
-
Updated
Mar 1, 2021 - Python
Improve this page
Add a description, image, and links to the type-hints topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the type-hints topic, visit your repo's landing page and select "manage topics."
Just fix tests to use Factory instead of old style