statworx_theme 2.0.2__tar.gz → 2.0.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {statworx_theme-2.0.2 → statworx_theme-2.0.3}/PKG-INFO +13 -4
- {statworx_theme-2.0.2 → statworx_theme-2.0.3}/README.md +5 -0
- {statworx_theme-2.0.2 → statworx_theme-2.0.3}/pyproject.toml +5 -2
- {statworx_theme-2.0.2 → statworx_theme-2.0.3}/src/statworx_theme/__init__.py +1 -1
- {statworx_theme-2.0.2 → statworx_theme-2.0.3}/LICENSE +0 -0
- {statworx_theme-2.0.2 → statworx_theme-2.0.3}/src/statworx_theme/colormaps.py +0 -0
- {statworx_theme-2.0.2 → statworx_theme-2.0.3}/src/statworx_theme/colors.py +0 -0
- {statworx_theme-2.0.2 → statworx_theme-2.0.3}/src/statworx_theme/py.typed +0 -0
- {statworx_theme-2.0.2 → statworx_theme-2.0.3}/src/statworx_theme/styles/statworx.mplstyle +0 -0
- {statworx_theme-2.0.2 → statworx_theme-2.0.3}/src/statworx_theme/utils.py +0 -0
|
@@ -1,19 +1,22 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: statworx_theme
|
|
3
|
-
Version: 2.0.
|
|
4
|
-
Summary: A color theme for matplotlib using the offical statworx design
|
|
5
|
-
Home-page: https://statworx-theme.readthedocs.io/en/latest
|
|
3
|
+
Version: 2.0.3
|
|
4
|
+
Summary: DEPRECATED - no longer maintained. A color theme for matplotlib using the offical statworx design
|
|
6
5
|
License: MIT
|
|
6
|
+
License-File: LICENSE
|
|
7
7
|
Keywords: theme,matplotlib,plotting,statworx
|
|
8
8
|
Author: statworx Team
|
|
9
9
|
Author-email: accounts@statworx.com
|
|
10
10
|
Requires-Python: >=3.9,<4.0
|
|
11
|
+
Classifier: Development Status :: 7 - Inactive
|
|
11
12
|
Classifier: License :: OSI Approved :: MIT License
|
|
12
13
|
Classifier: Programming Language :: Python :: 3
|
|
13
14
|
Classifier: Programming Language :: Python :: 3.9
|
|
14
15
|
Classifier: Programming Language :: Python :: 3.10
|
|
15
16
|
Classifier: Programming Language :: Python :: 3.11
|
|
16
17
|
Classifier: Programming Language :: Python :: 3.12
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
17
20
|
Provides-Extra: altair
|
|
18
21
|
Provides-Extra: plotly
|
|
19
22
|
Requires-Dist: altair (>=5.2.0) ; extra == "altair"
|
|
@@ -22,11 +25,17 @@ Requires-Dist: plotly (>=5.10.0) ; extra == "plotly"
|
|
|
22
25
|
Requires-Dist: seaborn (>=0.11.2)
|
|
23
26
|
Requires-Dist: statsmodels (>=0.13.0) ; extra == "plotly"
|
|
24
27
|
Requires-Dist: vega-datasets (>=0.9.0) ; extra == "altair"
|
|
28
|
+
Project-URL: Homepage, https://statworx-theme.readthedocs.io/en/latest
|
|
25
29
|
Project-URL: Repository, https://github.com/STATWORX/statworx-theme
|
|
26
30
|
Description-Content-Type: text/markdown
|
|
27
31
|
|
|
28
32
|
# Statworx Theme
|
|
29
33
|
|
|
34
|
+
> [!WARNING]
|
|
35
|
+
> **This package is deprecated and is no longer being developed or maintained.**
|
|
36
|
+
>
|
|
37
|
+
> `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.
|
|
38
|
+
|
|
30
39
|
[](https://badge.fury.io/py/statworx-theme)
|
|
31
40
|
[](https://statworx-theme.readthedocs.io/en/latest/?badge=latest)
|
|
32
41
|
[](https://github.com/STATWORX/statworx-theme/actions/workflows/release.yml)
|
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Statworx Theme
|
|
2
2
|
|
|
3
|
+
> [!WARNING]
|
|
4
|
+
> **This package is deprecated and is no longer being developed or maintained.**
|
|
5
|
+
>
|
|
6
|
+
> `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.
|
|
7
|
+
|
|
3
8
|
[](https://badge.fury.io/py/statworx-theme)
|
|
4
9
|
[](https://statworx-theme.readthedocs.io/en/latest/?badge=latest)
|
|
5
10
|
[](https://github.com/STATWORX/statworx-theme/actions/workflows/release.yml)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "statworx_theme"
|
|
3
|
-
version = "2.0.
|
|
4
|
-
description = "A color theme for matplotlib using the offical statworx design"
|
|
3
|
+
version = "2.0.3"
|
|
4
|
+
description = "DEPRECATED - no longer maintained. A color theme for matplotlib using the offical statworx design"
|
|
5
5
|
authors = [
|
|
6
6
|
"statworx Team <accounts@statworx.com>",
|
|
7
7
|
"An Hoang <an.hoang@statworx.com>",
|
|
@@ -13,6 +13,9 @@ license = "MIT"
|
|
|
13
13
|
keywords = ["theme", "matplotlib", "plotting", "statworx"]
|
|
14
14
|
repository = "https://github.com/STATWORX/statworx-theme"
|
|
15
15
|
homepage = "https://statworx-theme.readthedocs.io/en/latest"
|
|
16
|
+
classifiers = [
|
|
17
|
+
"Development Status :: 7 - Inactive",
|
|
18
|
+
]
|
|
16
19
|
|
|
17
20
|
[tool.poetry.dependencies]
|
|
18
21
|
python = ">=3.9,<4.0"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|