Flask

Open-source projects categorized as Flask

Top 23 Flask Open-Source 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

  • superset

    Apache Superset is a Data Visualization and Data Exploration Platform

  • Project mention: Apache Superset | news.ycombinator.com | 2024-02-26

    Superset is absolutely phenomenal. I really hope Microsoft eventually releases all of their customizations they made to it internally to the OS community someday.

    https://www.youtube.com/watch?v=RY0SSvSUkMA

    https://github.com/apache/superset/discussions/20094

  • 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
  • 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

  • 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
  • awesome-flask

    A curated list of awesome Flask resources and plugins

  • Project mention: I just don't get flask/fastapi... | /r/learnpython | 2023-06-19

    If you are going to mainly deal with web forms then I would stick with Flask and delve into the various related libraries.

  • Zappa

    Serverless Python

  • Apache Thrift

    Apache Thrift

  • 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
  • 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

  • blockchain

    A simple Blockchain in Python

  • 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

  • dtale

    Visualizer for pandas data structures

  • Project mention: The free pandas visualizer, D-Tale, has now been integrated with ArcticDB which will allow users to load huge datasets and easily navigate their databases | /r/algotrading | 2023-07-06

    [D-Tale](https://github.com/man-group/dtale) has recently released version 3.2.0 on pypi & conda-forge: ``` pip install -U dtale conda install dtale -c conda-forge ``` But if you want to take it one step further you can now integrate it with [ArcticDB](https://github.com/man-group/ArcticDB): ``` pip install -U dtale[arcticdb] ``` This allows you the ability to navigate your libraries of datasets saved to your ArcticDB database! But the best part is that all the reads are occuring directly against ArcticDB so some of the memory constraints you may have been hit with before are now a thing of the past. Here's a full write up how to use this functionality along with a quick demo: https://github.com/man-group/dtale/blob/master/docs/arcticdb/ARCTICDB\_INTEGRATION.md Hope this helps & please support open-source by throwing your star on the [repo](https://github.com/man-group/dtale). Thanks! 🙏

  • 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.

  • 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).

Flask related posts

Index

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

Project Stars
1 Flask 66,287
2 superset 58,737
3 30-Days-Of-Python 31,031
4 dash 20,472
5 awesome-flask 11,900
6 Zappa 11,900
7 Apache Thrift 10,135
8 whoogle-search 8,713
9 flasky 8,388
10 trape 7,911
11 blockchain 7,651
12 flask-restful 6,769
13 eve 6,658
14 grip 6,351
15 CTFd 5,303
16 Flask-SocketIO 5,265
17 SimpleLogin 4,654
18 dtale 4,539
19 cookiecutter-flask 4,526
20 Flask-AppBuilder 4,510
21 microblog 4,421
22 nginx-ui 4,375
23 authlib 4,254

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