-
Updated
May 17, 2022 - Python
#
type-hints
Here are 63 public repositories matching this topic...
python
machine-learning
microservices
deployment
serverless
functions
faas
python-functions
type-hints
pydantic
fastapi
streamlit
topic: docs
Improvements or additions to documentation
good first issue
Always wanted to get involved in an open source project but don’t know where to begin? Welcome!
kind/docs
A documentation change is required.
level/beginner
Estimated as solvable by a new contributor
Python 3.5+ runtime type checking for integration testing and data validation
-
Updated
Feb 8, 2022 - 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 1, 2022 - Python
Fast and well tested serialization framework on top of dataclasses
python
yaml
serialization
json
marshalling
python3
deserialization
msgpack
type-hints
typehints
dataclasses
-
Updated
Apr 30, 2022 - Python
python
docker
coverage
linting
mkdocs
pytest
flake8
python-3
mypy
type-hints
mkdocs-material
nox
python-poetry
-
Updated
Jun 6, 2022 - Dockerfile
Runtime inspection utilities for Python typing module
-
Updated
Jun 2, 2022 - Python
Tishka17
commented
Sep 24, 2020
Just fix tests to use Factory instead of old style
good first issue
Good for newcomers
Typing-toolbox for Python 3 _and_ 2.7 w.r.t. PEP 484.
-
Updated
Dec 19, 2021 - Python
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]
...-
Updated
Mar 2, 2022 - JavaScript
Parsing of command line options, yaml/jsonnet config files and/or environment variables based on argparse
python
cli
yaml
json
argument-parser
python3
environment-variables
argparse
type-hints
jsonnet
configuration-files
dataclasses
argparse-alternative
-
Updated
Jun 6, 2022 - Python
Tool for translation type comments to type annotations in Python
-
Updated
Jun 5, 2022 - Python
A plugin for flake8 integrating Mypy.
-
Updated
Jun 19, 2020 - Python
CLI Tool for converting pydantic models into typescript definitions
-
Updated
Jun 3, 2022 - Python
Generate PlantUML class diagrams to document your Python application.
-
Updated
May 25, 2022 - Python
python
json-schema
forms
typing
type-hints
dataclasses
pydantic
streamlit
streamlit-component
streamlit-library
-
Updated
Nov 17, 2021 - Python
Enforce type declaring for PHP 7.1 and higher
-
Updated
Apr 29, 2021 - PHP
DBus library in Python 3
-
Updated
Jun 6, 2022 - Python
Array manipulation library for Clojure with "sweet" array type notation and more safety by static types
-
Updated
Nov 23, 2021 - Clojure
Dependency injection library for Python
-
Updated
May 30, 2022 - 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
Type hints for enhanced API views and serializers.
-
Updated
Jan 11, 2022 - Python
JSON decoding for Python with type hinting (PEP 484).
-
Updated
May 12, 2021 - Python
Python AWS DynamoDB ORM
python
aws
orm
serverless
dynamodb
serverless-architectures
type-safety
boto3
aws-dynamodb
serverless-applications
type-hints
-
Updated
Feb 22, 2022 - Python
A Runtime method override decorator.
-
Updated
Feb 12, 2022 - 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."
Problem
We could improve the readability / experience reading through the library source code if there were module level docstrings.
Suggested solution
All python modules should include a docstring explaining