maidr 0.25.1__tar.gz → 0.25.2__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.
- {maidr-0.25.1 → maidr-0.25.2}/PKG-INFO +2 -2
- {maidr-0.25.1 → maidr-0.25.2}/README.md +1 -1
- {maidr-0.25.1 → maidr-0.25.2}/maidr/__init__.py +1 -1
- {maidr-0.25.1 → maidr-0.25.2}/pyproject.toml +1 -1
- {maidr-0.25.1 → maidr-0.25.2}/LICENSE +0 -0
- {maidr-0.25.1 → maidr-0.25.2}/maidr/api.py +0 -0
- {maidr-0.25.1 → maidr-0.25.2}/maidr/core/__init__.py +0 -0
- {maidr-0.25.1 → maidr-0.25.2}/maidr/core/context_manager.py +0 -0
- {maidr-0.25.1 → maidr-0.25.2}/maidr/core/enum/__init__.py +0 -0
- {maidr-0.25.1 → maidr-0.25.2}/maidr/core/enum/library.py +0 -0
- {maidr-0.25.1 → maidr-0.25.2}/maidr/core/enum/maidr_key.py +0 -0
- {maidr-0.25.1 → maidr-0.25.2}/maidr/core/enum/plot_type.py +0 -0
- {maidr-0.25.1 → maidr-0.25.2}/maidr/core/figure_manager.py +0 -0
- {maidr-0.25.1 → maidr-0.25.2}/maidr/core/maidr.py +0 -0
- {maidr-0.25.1 → maidr-0.25.2}/maidr/core/plot/__init__.py +0 -0
- {maidr-0.25.1 → maidr-0.25.2}/maidr/core/plot/barplot.py +0 -0
- {maidr-0.25.1 → maidr-0.25.2}/maidr/core/plot/boxplot.py +0 -0
- {maidr-0.25.1 → maidr-0.25.2}/maidr/core/plot/grouped_barplot.py +0 -0
- {maidr-0.25.1 → maidr-0.25.2}/maidr/core/plot/heatmap.py +0 -0
- {maidr-0.25.1 → maidr-0.25.2}/maidr/core/plot/histogram.py +0 -0
- {maidr-0.25.1 → maidr-0.25.2}/maidr/core/plot/lineplot.py +0 -0
- {maidr-0.25.1 → maidr-0.25.2}/maidr/core/plot/maidr_plot.py +0 -0
- {maidr-0.25.1 → maidr-0.25.2}/maidr/core/plot/maidr_plot_factory.py +0 -0
- {maidr-0.25.1 → maidr-0.25.2}/maidr/core/plot/scatterplot.py +0 -0
- {maidr-0.25.1 → maidr-0.25.2}/maidr/exception/__init__.py +0 -0
- {maidr-0.25.1 → maidr-0.25.2}/maidr/exception/extraction_error.py +0 -0
- {maidr-0.25.1 → maidr-0.25.2}/maidr/patch/__init__.py +0 -0
- {maidr-0.25.1 → maidr-0.25.2}/maidr/patch/barplot.py +0 -0
- {maidr-0.25.1 → maidr-0.25.2}/maidr/patch/boxplot.py +0 -0
- {maidr-0.25.1 → maidr-0.25.2}/maidr/patch/clear.py +0 -0
- {maidr-0.25.1 → maidr-0.25.2}/maidr/patch/common.py +0 -0
- {maidr-0.25.1 → maidr-0.25.2}/maidr/patch/heatmap.py +0 -0
- {maidr-0.25.1 → maidr-0.25.2}/maidr/patch/highlight.py +0 -0
- {maidr-0.25.1 → maidr-0.25.2}/maidr/patch/histogram.py +0 -0
- {maidr-0.25.1 → maidr-0.25.2}/maidr/patch/lineplot.py +0 -0
- {maidr-0.25.1 → maidr-0.25.2}/maidr/patch/scatterplot.py +0 -0
- {maidr-0.25.1 → maidr-0.25.2}/maidr/util/__init__.py +0 -0
- {maidr-0.25.1 → maidr-0.25.2}/maidr/util/environment.py +0 -0
- {maidr-0.25.1 → maidr-0.25.2}/maidr/util/mixin/__init__.py +0 -0
- {maidr-0.25.1 → maidr-0.25.2}/maidr/util/mixin/extractor_mixin.py +0 -0
- {maidr-0.25.1 → maidr-0.25.2}/maidr/util/mixin/merger_mixin.py +0 -0
- {maidr-0.25.1 → maidr-0.25.2}/maidr/widget/__init__.py +0 -0
- {maidr-0.25.1 → maidr-0.25.2}/maidr/widget/shiny.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: maidr
|
|
3
|
-
Version: 0.25.
|
|
3
|
+
Version: 0.25.2
|
|
4
4
|
Summary: Multimodal Access and Interactive Data Representations
|
|
5
5
|
License: GPL-3.0-or-later
|
|
6
6
|
Keywords: accessibility,visualization,sonification,braille,tactile,multimodal,data representation,blind,low vision,visual impairments
|
|
@@ -39,7 +39,7 @@ Description-Content-Type: text/markdown
|
|
|
39
39
|
|
|
40
40
|
<div align="center">
|
|
41
41
|
|
|
42
|
-
<img src="https://
|
|
42
|
+
<img src="https://raw.githubusercontent.com/xability/maidr/main/docs/logo/logo.svg" width="350px" alt="A stylized MAIDR logo, with curved characters for M A, a hand pointing for an I, the D character, and R represented in braille."/>
|
|
43
43
|
|
|
44
44
|
<hr style="color:transparent" />
|
|
45
45
|
<br />
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<div align="center">
|
|
2
2
|
|
|
3
|
-
<img src="https://
|
|
3
|
+
<img src="https://raw.githubusercontent.com/xability/maidr/main/docs/logo/logo.svg" width="350px" alt="A stylized MAIDR logo, with curved characters for M A, a hand pointing for an I, the D character, and R represented in braille."/>
|
|
4
4
|
|
|
5
5
|
<hr style="color:transparent" />
|
|
6
6
|
<br />
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|