Flask-AutoIndex
The mod_autoindex for Flask
What it is and what it does
Flask-AutoIndex is a Flask extension that automatically generates directory index pages for your application, rendering file listings in a web-friendly format. It mimics the behavior of Apache's mod_autoindex module but allows customization through Flask templates.
The package has no runtime dependencies beyond Flask itself, making it lightweight to add to an existing Flask project. However, it has been abandoned since 2020-03-30 and receives no active maintenance, which means it may not be compatible with recent Flask versions or modern Python releases without manual patching.
Use it for:
- Serve static file directories with auto-generated browsable index pages in Flask applications
- Create a simple file browser interface for downloading or viewing files stored on a web server
- Replace Apache mod_autoindex behavior when migrating from Apache to a Flask-based deployment
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Flask-AutoIndex generates directory listing pages for Flask applications, similar to Apache's mod_autoindex but with customizable HTML output.
No. The package is abandoned and has not been maintained for 2328 days. While it carries no known security vulnerabilities and uses a permissive MIT license, the lack of maintenance means it is unlikely to work reliably with current Flask or Python versions. Only consider it if you are working with a legacy Flask application that already depends on it.
Install
flask-autoindex on PyPI
pip
pip install flask-autoindexuv
uv add flask-autoindexpoetry
poetry add flask-autoindexInstalling Flask-AutoIndex
Before you install
High install friction with no runtime dependencies. The package is abandoned—last release was 2020-03-30, over 2328 days ago—and maintenance status is inactive.
License in practice
MIT license is permissive and imposes no significant restrictions on use, modification, or distribution.
Quickstart
pip install Flask-AutoIndex
from flask import Flask
from flask_autoindex import AutoIndex
app = Flask(__name__)
AutoIndex(app, browse_root='.')
Requires Flask; compatibility with current Flask versions is uncertain given the package abandonment since 2020-03-30
Verify before relying
- Whether Flask-AutoIndex works with current Flask versions given the abandonment since 2020-03-30
- Compatibility with modern Python releases and current Flask ecosystem
- Whether there are known issues or breaking changes in Flask that affect this extension
Package facts
| License | MIT (permissive) |
| Python support | not specified |
| Install friction | high — source build required |
| Runtime dependencies | none |
| Maintenance | abandoned — 2,328 days since the last release |
| First released | |
| Downloads | 270,471/month — #8,235 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: Flask-AutoIndex-0.6.6.tar.gz
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
Flask-APIFlask-API adds browsable web interfaces and…
permissive · top 15,000 on PyPI
FlaskFlask is a lightweight WSGI web application…
permissive · top 1,000 on PyPI
livereloadAutomatically reloads webpages in your browser…
permissive · top 15,000 on PyPI
Flask-WTFFlask-WTF integrates WTForms with Flask to…
permissive · top 5,000 on PyPI
Flask-SQLAlchemyFlask-SQLAlchemy integrates SQLAlchemy database…
permissive · top 1,000 on PyPI
sphinx-autobuildWatches Sphinx documentation source files for…
permissive · top 5,000 on PyPI
Frozen-FlaskConverts a Flask application into a directory…
permissive · top 15,000 on PyPI
Flask-AssetsIntegrates asset management into Flask…
permissive · top 15,000 on PyPI
jinja2-fragmentsRenders individual Jinja2 template blocks as…
permissive · top 15,000 on PyPI
Flask-PrincipalFlask-Principal provides identity and…
permissive · top 15,000 on PyPI