awesome-flask VS flask_injector

Compare awesome-flask vs flask_injector and see what are their differences.

awesome-flask

A curated list of awesome things related to Flask (by mjhea0)

flask_injector

Adds Injector support to Flask. (by python-injector)
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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
awesome-flask flask_injector
4 2
1,354 265
- 0.0%
3.8 5.2
17 days ago 9 months ago
Python
Creative Commons Zero v1.0 Universal BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

awesome-flask

Posts with mentions or reviews of awesome-flask. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-11.

flask_injector

Posts with mentions or reviews of flask_injector. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-14.
  • FLASK REST API BOILERPLATE
    3 projects | /r/flask | 14 Feb 2022
    Use something like flask-injector to have some dependency injection. This is clunkier than the DI provided by Microsoft.Extensions.DependencyInjection but it's way nicer than going without. Just read the docs and understand how it works.
  • Any good example projects that I can use to compare my own flask site?
    6 projects | /r/flask | 22 Feb 2021
    Optionally, but I recommend, use something like flask_injector to do dependency injection into your routes so you don't need to worry about creating the services in your route endpoints. This is kind of invasive because of the inject decorator and does require using type hints.

What are some alternatives?

When comparing awesome-flask and flask_injector you can also consider the following projects:

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

cookiecutter-flask-restful - Flask cookiecutter template for builing APIs with flask-restful, including JWT auth, cli, tests, swagger, docker and more

flask-base - A simple Flask boilerplate app with SQLAlchemy, Redis, User Authentication, and more.

flask-react-aws

flaskbb - A classic Forum Software in Python using Flask.

flask-starter - Flask-Starter is a boilerplate starter template designed to help you quickstart your Flask web application development.

Redash - Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.

Airflow - Apache Airflow - A platform to programmatically author, schedule, and monitor workflows

flask - Flask Starters - Open-Source and Free | Admin-Dashboards.com

kink - Dependency injection container made for Python