#
python-types
Here are 13 public repositories matching this topic...
Python dictionaries with advanced dot notation access
python
bunch
helper
dictionaries
object
python-library
pypi
box
python3
addict
python-types
python-box
-
Updated
Apr 28, 2020 - Python
Collection of awesome Python types, stubs, plugins, and tools to work with them.
-
Updated
Jun 1, 2020
Docker image with Uvicorn managed by Gunicorn for high-performance FastAPI web applications in Python 3.6 and above with performance auto-tuning. Optionally with Alpine Linux.
python
docker
json
web
json-schema
async
alpine
docker-image
websockets
gunicorn
openapi
python3
swagger-ui
asgi
redoc
openapi3
python-types
uvicorn
starlette
pydantic
-
Updated
Jun 6, 2020 - Python
omry
commented
Jan 21, 2020
This fails:
cfg = OmegaConf.create({"foo": {"bar": "${baz}"}, "baz": 10})
assert cfg.foo.bar == 10
cfg2 = cfg.foo.copy()
assert cfg2.foo.bar == 10
cfg3 = copy.deepcopy(cfg.foo)
assert cfg3.foo.bar == 10
seandstewart
commented
Jul 3, 2019
We get the return annotation for free, so we should allow users to do something with it.
2
Repository with tutorial, lessons, exercises, awesome to learn Python.
python
list
awesome
interpreter
argument-parser
dictionary
learning-python
exercise
cpython
virtualenv
code-quality
python-compiler
requirements
jython
python-configuration
awesome-python
python-types
curso-em-video
python-versions
python-fundamentals
-
Updated
Jun 8, 2020 - Python
AsyncAPY framework: Minimize boilerplate code, improve development workflow
python
api
json
framework
backend
json-schema
async
asynchronous
api-server
python3
python-framework
python-types
python-asynchronous-server
asyncapy-framework
-
Updated
Jun 13, 2020 - Python
Typed interactions with the Jfrog Artifactory REST API
-
Updated
Jun 7, 2020 - Python
Stubs, i.e., type information, for Coincurve
-
Updated
Nov 7, 2018 - Python
Scripts to generate mypy compatible stubs for PySide2
-
Updated
Mar 22, 2020 - Python
Codewars solutions in Python
-
Updated
May 30, 2020 - Python
Improve this page
Add a description, image, and links to the python-types topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the python-types topic, visit your repo's landing page and select "manage topics."
Describe the bug
Startup event handlers for sub-applications never trigger.
To Reproduce