fastapi
Here are 2,763 public repositories matching this topic...
-
Updated
Jan 12, 2022 - Python
-
Updated
Jan 20, 2022 - Python
-
Updated
Jan 19, 2022
-
Updated
Jan 21, 2022 - Python
-
Updated
Jan 29, 2022 - Python
-
Updated
Jan 21, 2022 - HTML
-
Updated
Jan 5, 2022 - Python
-
Updated
Jan 25, 2022 - Python
-
Updated
Aug 21, 2021 - Python
-
Updated
Jan 27, 2022 - Python
-
Updated
Aug 23, 2021 - Python
-
Updated
Jan 30, 2022 - Rust
-
Updated
Jan 30, 2022 - Python
There should be routes that trigger an email for "forgot" and "reset" password options. These can be celery tasks but probably need a separate container for a simple SMTP server in order to send the emails.
The fullstack Vue project has an example of a containerized SMTP server.
-
Updated
Jan 26, 2022 - Python
Improve Access Logs
We are moving some of our django applications to run inside a lambda. When we did so we lost access logs and gained logs that don't have much information. It would be useful if the Mangum Request/Response had additional log information or a mechanism was added to make logging access logs easy.
Example. WSGI access logs
GET /v2/resource HTTP/1.1" 200 686
GET /v2/resource/123 HTTP/1.1" 20
Document features
add documents include examples on each feature.
It would be nice if there was a new clause which can be added to queries called callback.
For example:
def callback_handler(success, value):
if success:
print(f'The query was successful and returned {value}')
else:
print("The query failed")
Band.select().callback(callback_handler).run_sync()The callback could be a function or coroutine, wh
I was looking at the implementation for SQLAlchemy and noticed that it takes only the first primary key of the table
https://github.com/awtkns/fastapi-crudrouter/blob/master/fastapi_crudrouter/core/sqlalchemy.py#L50
What if I have a composite primary key in my table?
-
Updated
Jan 13, 2022 - Python
-
Updated
Jan 28, 2022 - Python
Reproducible in:
slack-sdk==3.13.0
Python 3.8.8
ProductName: macOS
ProductVersion: 12.0
BuildVersion: 21A5506j
Darwin Kernel Version 21.1.0: Thu Aug 19 02:54:44 PDT 2021; root:xnu-8019.40.29~26/RELEASE_ARM64_T8101
Steps to reproduce:
(Share the commands to run, source code, and project settings (e.g., set
Improve this page
Add a description, image, and links to the fastapi topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fastapi topic, visit your repo's landing page and select "manage topics."


First check