Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Mesop: Build delightful web apps quickly in Python 🚀

<!-- prettier-ignore -->
> [!WARNING]
> **Mesop is no longer maintained as of September 30, 2026.** No further updates, bug fixes, or support will be provided.

[![PyPI](https://img.shields.io/pypi/v/mesop)](https://pypi.org/project/mesop/)
[![PyPI downloads](https://img.shields.io/pypi/dm/mesop)](https://pypi.org/project/mesop/)
[![Twitter follow](https://img.shields.io/twitter/follow/mesop_dev?style=social&label=follow)](https://twitter.com/mesop_dev)
Expand Down
11 changes: 11 additions & 0 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -562,3 +562,14 @@ h3#mesop\.features\.theme\.ThemeVar {
align-items: center;
}
}

/* Archival notice banner (see docs/theme/main.html) */
.md-banner {
background-color: var(--amber-600);
color: var(--white);
}

.md-banner a {
color: var(--white);
text-decoration: underline;
}
3 changes: 3 additions & 0 deletions docs/theme/main.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{% extends "base.html" %} {% block announce %}
<strong>⚠️ Mesop is no longer maintained as of September 30, 2026.</strong>
No further updates, bug fixes, or support will be provided. {% endblock %}
Loading