Python Flask

Open-source Python projects categorized as Flask

Top 23 Python Flask Projects

  • Flask

    The Python micro framework for building web applications.

  • Project mention: Ask HN: High quality Python scripts or small libraries to learn from | news.ycombinator.com | 2024-04-19

    I'd suggest Flask or some of the smaller projects in the Pallets ecosystem:

    https://github.com/pallets/flask

  • 30-Days-Of-Python

    30 days of Python programming challenge is a step-by-step guide to learn the Python programming language in 30 days. This challenge may take more than100 days, follow your own pace. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw

  • Project mention: Top GitHub Resources to Level Up Your Python game | dev.to | 2023-11-27

    🎇 Repository Link: 30 Days of Python

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • dash

    Data Apps & Dashboards for Python. No JavaScript Required.

  • Project mention: dash VS solara - a user suggested alternative | libhunt.com/r/dash | 2023-10-13
  • Zappa

    Serverless Python

  • Project mention: So I deployed Whoogle on my NAS.... | /r/selfhosted | 2023-12-08
  • flasky

    Companion code to my O'Reilly book "Flask Web Development", second edition.

  • Project mention: I am looking at Miguel Gringberg's flask app and when using def create_app(config_name): in the link https://github.com/miguelgrinberg/flasky/blob/master/app/__init__.py .What does config_name do? | /r/flask | 2023-06-23

    I am looking at Miguel Gringberg's flask app and when using def create_app(config_name): in the link https://github.com/miguelgrinberg/flasky/blob/master/app/__init__.py .What does config_name do?

  • trape

    People tracker on the Internet: OSINT analysis and research tool by Jose Pino

  • Project mention: TRACK PEOPLE ON THE INTERNET: Learn to track your opps world, to avoid being traced | /r/make_money_online_vip | 2023-06-16

    Github Link

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • flask-restful

    Simple framework for creating REST APIs

  • eve

    REST API framework designed for human beings (by pyeve)

  • grip

    Preview GitHub README.md files locally before committing them.

  • Project mention: Show HN: Offline Renderer for GitHub flavoured Markdown | news.ycombinator.com | 2024-04-02

    A popular implementation of the idea written in Python:

    https://github.com/joeyespo/grip

  • CTFd

    CTFs as you need them

  • Project mention: Host your own CTF for free 💸 (CTFd Setup Guide) | dev.to | 2024-03-19

    During the last weekend, a small cyber security club at my town organized their first online CTF competition. I offered to take care of the infrastructure since I've been tinkering with CTFd for a couple of weeks and surprisingly everything went well! (Except two server outages that didn't last long 😁) That's why I'm here sharing with you the process of how I set up, configured, and monitored a CTF platform that handled 150+ users simultaneously totally FOR FREE 💲

  • Flask-SocketIO

    Socket.IO integration for Flask applications.

  • Project mention: Testing flask socketio | /r/flask | 2023-05-19

    Hi! I'm trying to write test cases for Flask socket io using pytest. But it seems we can't test the emitted messages from namespaces using pytest only. What would be a good approach to test it? Also, I am trying to figure out resources for flask socketio testing, I tried writing tests using some repos but there's not much explanation on what is being done. So it would be really helpful if anyone could point me towards any resources. These are the repos I was talking about 1. https://github.com/miguelgrinberg/Flask-SocketIO/blob/main/test_socketio.py 2. https://github.com/julianYaman/bitcoinPriceApp_python/tree/master

  • SimpleLogin

    The SimpleLogin back-end and web app (by simple-login)

  • Project mention: Stalwart mail server (self-hosted all-in-one mail server) now as an admin webui | news.ycombinator.com | 2024-04-09

    >Email aliases, mailing lists, subaddressing and catch-all addresses support.

    Another feature that would be nice to have built-in is masked hide-my-email aliases for privacy like the cloaked email services from iCloud, FastMail, SimpleLogin, Cloudflare email routing, etc.[1]

    For now, I use the typical aliases addresses in Dovecot but it doesn't hide the real email when replying. Also, creating new aliases in Dovecot-based email systems is very tedious and cumbersome because you have to go through the cPanel interface to create new aliases. (Some suggest using "catchall" to simplify manual creation of new aliases but that's not workable when spam robots constantly send to new random addresses in your domain.) The cPanel/Dovecot aliases also don't have metadata so you can add details on what the alias is for and when it was created.

    [1] masked email services

    https://support.apple.com/en-us/105078

    https://www.fastmail.help/hc/en-us/articles/4406536368911-Ma...

    https://simplelogin.io/

    https://blog.cloudflare.com/introducing-email-routing

  • cookiecutter-flask

    A flask template with Bootstrap, asset bundling+minification with webpack, starter templates, and registration/authentication. For use with cookiecutter.

  • Project mention: Are there any working examples I can download? | /r/flask | 2023-05-04

    This can help you

  • Flask-AppBuilder

    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/

  • Project mention: Pretty simple question, could be rewarding if enough people answer. | /r/flask | 2023-06-06

    This one might be interesting as well: https://github.com/dpgaspar/Flask-AppBuilder

  • microblog

    The microblogging application developed in my Flask Mega-Tutorial series. This version maps to the 2024 Edition of the tutorial.

  • Project mention: Simple Flask Integration for an Elastic Semantic Search App | dev.to | 2024-02-06

    In this blog, we're going to address the "on any website" part of a Search Solution. Or at least - propose a starting point for it. There are many great tutorials out there for a deep dive on Flask - one of the best from my colleague Miguel.

  • nginx-ui

    Nginx UI allows you to access and modify the nginx configurations files without cli.

  • authlib

    The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.

  • flask-sqlalchemy

    Adds SQLAlchemy support to Flask

  • Project mention: Voting webapp saves votes locally, but not on server | /r/flask | 2023-07-08

    You should probably use a database for this, using something like sqlite a single file "database" is probably the quickest way to get started, I recommend you use it with Flask-SQLAlchemy which makes working with the db easy as pie.

  • Dependency Injector

    Dependency injection framework for Python

  • Project mention: Java 21 makes me like Java again | news.ycombinator.com | 2023-09-16

    Nothing to do with the nature of the language, but with the nature of the program.

    If you're writing a few line script, you don't need a DI container. Once your program gets large, it becomes extremely messy without one. It's no surprise projects like [1] exist.

    [1] https://github.com/ets-labs/python-dependency-injector

  • dynaconf

    Configuration Management for Python ⚙

  • flasgger

    Easy OpenAPI specs and Swagger UI for your Flask API

  • toapi

    Every web site provides APIs.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python Flask related posts

Index

What are some of the best open-source Flask projects in Python? This list will help you:

Project Stars
1 Flask 66,287
2 30-Days-Of-Python 31,031
3 dash 20,472
4 Zappa 11,900
5 whoogle-search 8,789
6 flasky 8,388
7 trape 7,911
8 flask-restful 6,769
9 eve 6,658
10 grip 6,351
11 CTFd 5,303
12 Flask-SocketIO 5,265
13 SimpleLogin 4,654
14 cookiecutter-flask 4,526
15 Flask-AppBuilder 4,510
16 microblog 4,421
17 nginx-ui 4,375
18 authlib 4,254
19 flask-sqlalchemy 4,149
20 Dependency Injector 3,581
21 dynaconf 3,511
22 flasgger 3,486
23 toapi 3,462

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com