fastapi
Here are 334 public repositories matching this topic...
-
Updated
Jun 9, 2020 - Python
docs: methodology
Great stuff! I'm planning to use API for my dashboard Pandemic Estimator but I wish your API had a better documentation on methodology. I'm using JHU directly and I know what chaos it is, the most blatant example being that they provide "cumulative data" that's not cumulative quite often in practice. And the whole change of file formats, etc.
Can you please de
-
Updated
May 7, 2020 - Jupyter Notebook
-
Updated
Jun 11, 2020 - Python
-
Updated
Jun 13, 2020 - Python
-
Updated
Jun 15, 2020
-
Updated
Apr 18, 2020 - Python
We can improve the generated colors we some bit of Hue shifting. I'm not sure how I can implement this in matplotlib's colormap. Ideally, we shouldn't be choosing three random colors. Instead, we just generate a base color, then shift the hues 2-3 times. (One from the left and the other on the right).
This is definitely a nice-to-have, and I might do this in the future, not in POC
-
Updated
Jun 21, 2020 - Python
-
Updated
Jun 15, 2020 - Python
-
Updated
Mar 2, 2020 - Python
-
Updated
Jan 10, 2020 - Python
-
Updated
Apr 26, 2020 - Python
-
Updated
Jun 22, 2020 - Kotlin
-
Updated
Feb 15, 2020 - Python
HI again there
Would you mind adding an option to change the base metric name ? Replacing starlette_requests_total by my_app_requests_total for example. Because if I keep using this lib, I'll mix up data between differents services
Best regards,
-
Updated
May 31, 2020 - Python
-
Updated
Jun 21, 2020 - Python
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."
Describe the bug
Startup event handlers for sub-applications never trigger.
To Reproduce