Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.
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
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Statworx Theme

> [!WARNING]
> **This package is deprecated and is no longer being developed or maintained.**
>
> `statworx-theme` will receive no further updates, bug fixes, or support, and no new releases are planned. The package remains available on PyPI for existing users, but we recommend migrating away from it. Feel free to fork the repository if you wish to continue development independently.

[![PyPI version](https://badge.fury.io/py/statworx-theme.svg)](https://badge.fury.io/py/statworx-theme)
[![Documentation Status](https://readthedocs.org/projects/statworx-theme/badge/?version=latest)](https://statworx-theme.readthedocs.io/en/latest/?badge=latest)
[![Release](https://github.com/STATWORX/statworx-theme/actions/workflows/release.yml/badge.svg)](https://github.com/STATWORX/statworx-theme/actions/workflows/release.yml)
Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "statworx_theme"
version = "2.0.2"
description = "A color theme for matplotlib using the offical statworx design"
description = "DEPRECATED - no longer maintained. A color theme for matplotlib using the offical statworx design"
authors = [
"statworx Team <accounts@statworx.com>",
"An Hoang <an.hoang@statworx.com>",
Expand All @@ -13,6 +13,9 @@ license = "MIT"
keywords = ["theme", "matplotlib", "plotting", "statworx"]
repository = "https://github.com/STATWORX/statworx-theme"
homepage = "https://statworx-theme.readthedocs.io/en/latest"
classifiers = [
"Development Status :: 7 - Inactive",
]

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
Expand Down
Loading