Flask
Flask is a web framework for Python, based on the Werkzeug toolkit.
Here are 30,305 public repositories matching this topic...
Describe your context
Please provide us your environment, so we can easily reproduce the issue.
- replace the result of
pip list | grep dashbelow
dash 2.0.0
dash-bootstrap-components 1.0.0
-
if frontend related, tell us your Browser, Version and OS
- OS: [e.g. iOS] Windows
- Browser [e.g. chrome, safari]: Chrome 96.0x, Edge 96.0x, Firefox
Serverless Python
-
Updated
Feb 23, 2022 - Python
A curated list of awesome Flask resources and plugins
-
Updated
Feb 19, 2022
It has been a pleasure for me to contribute to all of you 2 versions of this tool.
I've been working on other open source projects that I'm about to release for you, so I haven't finished trape version 3.0.
But, I invite you and the entire community that has used this project, to collaborate with some lines of code, implementing your own ideas and improving trape, turning it into a project o
A simple Blockchain in Python
-
Updated
Mar 15, 2022 - C#
Describe the feature you'd like to see added
Current the /search endpoint returns a HTML file to display the results. This works well for UI users, which might be the first use case of Whoogle. But it's hard for prog
Socket.IO integration for Flask applications.
-
Updated
Feb 17, 2022 - Python
Nginx UI allows you to access and modify the nginx configurations files without cli.
-
Updated
Feb 8, 2022 - Python
A flask template with Bootstrap 4, asset bundling+minification with webpack, starter templates, and registration/authentication. For use with cookiecutter.
-
Updated
Mar 18, 2022 - Python
This will help reduce some copy pasted boiler plate code.
I'm new to Flask, and was wondering about a feature that I think would be useful to add to the Pagination class. Unless I'm missing it, there doesn't seem to be a built-in way to get the numbers of the items you're viewing on the page itself. That is, if you want to display "387 records found; displaying 26–50", you'd have to do calculations to get the "26" and "50".
I think something along the
Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more. Demo (login with guest/welcome) - http://flaskappbuilder.pythonanywhere.com/
-
Updated
Mar 17, 2022 - Python
Hey! When I was reading the docs and I saw api.background.task, the first thing that popped into my head was "but you can just use asyncio.create_task or loop,.run_in_executor for that without inventing something new!". But then I noticed that it also passes the context vars to the synchronous backround stuff, which is nice. Wonder why that's not the case in the stdlib, cause it would be nic
Test coverage 100%
SentryMiddleware
Visualizer for pandas data structures
-
Updated
Mar 15, 2022 - TypeScript
-
Updated
Jul 14, 2021 - Python
In this repository, I will share some useful notes and references about deploying deep learning-based models in production.
-
Updated
Jan 22, 2022
Python爬虫/Flask网站/免费ShadowSocks账号/ssr订阅/json 订阅
-
Updated
Jun 4, 2021 - Python
The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.
-
Updated
Mar 18, 2022 - Python
Bittorrent software for cats
-
Updated
Oct 12, 2021 - Python
Easy OpenAPI specs and Swagger UI for your Flask API
-
Updated
Jan 21, 2022 - Python
Created by Armin Ronacher
Released April 1, 2010
Latest release about 1 month ago
- Repository
- pallets/flask
- Website
- flask.pocoo.org
- Wikipedia
- Wikipedia


The Mixed Time-Series chart type allows for configuring the title of the primary and the secondary y-axis.
However, while only the title of the primary axis is shown next to the axis, the title of the secondary one is placed at the upper end of the axis where it gets hidden by bar values and zoom controls.
How to reproduce the bug