streamlit-sortable-multiselect 0.7.0__tar.gz → 0.7.1__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.
- {streamlit_sortable_multiselect-0.7.0/streamlit_sortable_multiselect.egg-info → streamlit_sortable_multiselect-0.7.1}/PKG-INFO +2 -2
- {streamlit_sortable_multiselect-0.7.0 → streamlit_sortable_multiselect-0.7.1}/pyproject.toml +2 -2
- {streamlit_sortable_multiselect-0.7.0 → streamlit_sortable_multiselect-0.7.1}/streamlit_sortable_multiselect/__init__.py +1 -1
- {streamlit_sortable_multiselect-0.7.0 → streamlit_sortable_multiselect-0.7.1/streamlit_sortable_multiselect.egg-info}/PKG-INFO +2 -2
- {streamlit_sortable_multiselect-0.7.0 → streamlit_sortable_multiselect-0.7.1}/LICENSE +0 -0
- {streamlit_sortable_multiselect-0.7.0 → streamlit_sortable_multiselect-0.7.1}/MANIFEST.in +0 -0
- {streamlit_sortable_multiselect-0.7.0 → streamlit_sortable_multiselect-0.7.1}/README.md +0 -0
- {streamlit_sortable_multiselect-0.7.0 → streamlit_sortable_multiselect-0.7.1}/setup.cfg +0 -0
- {streamlit_sortable_multiselect-0.7.0 → streamlit_sortable_multiselect-0.7.1}/streamlit_sortable_multiselect/frontend/build/assets/index-ACSWLoJh.js +0 -0
- {streamlit_sortable_multiselect-0.7.0 → streamlit_sortable_multiselect-0.7.1}/streamlit_sortable_multiselect/frontend/build/assets/index-BKFJvHHF.css +0 -0
- {streamlit_sortable_multiselect-0.7.0 → streamlit_sortable_multiselect-0.7.1}/streamlit_sortable_multiselect/frontend/build/index.html +0 -0
- {streamlit_sortable_multiselect-0.7.0 → streamlit_sortable_multiselect-0.7.1}/streamlit_sortable_multiselect.egg-info/SOURCES.txt +0 -0
- {streamlit_sortable_multiselect-0.7.0 → streamlit_sortable_multiselect-0.7.1}/streamlit_sortable_multiselect.egg-info/dependency_links.txt +0 -0
- {streamlit_sortable_multiselect-0.7.0 → streamlit_sortable_multiselect-0.7.1}/streamlit_sortable_multiselect.egg-info/requires.txt +0 -0
- {streamlit_sortable_multiselect-0.7.0 → streamlit_sortable_multiselect-0.7.1}/streamlit_sortable_multiselect.egg-info/top_level.txt +0 -0
- {streamlit_sortable_multiselect-0.7.0 → streamlit_sortable_multiselect-0.7.1}/tests/test_wrapper.py +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: streamlit-sortable-multiselect
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.1
|
|
4
4
|
Summary: A Streamlit custom component for selecting and reordering multiple string values.
|
|
5
|
-
Author:
|
|
5
|
+
Author: Kentaro Aoki
|
|
6
6
|
License-Expression: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/KentaroAOKI/streamlit-sortable-multiselect
|
|
8
8
|
Project-URL: Repository, https://github.com/KentaroAOKI/streamlit-sortable-multiselect
|
{streamlit_sortable_multiselect-0.7.0 → streamlit_sortable_multiselect-0.7.1}/pyproject.toml
RENAMED
|
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "streamlit-sortable-multiselect"
|
|
7
|
-
version = "0.7.
|
|
7
|
+
version = "0.7.1"
|
|
8
8
|
description = "A Streamlit custom component for selecting and reordering multiple string values."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.9"
|
|
11
11
|
authors = [
|
|
12
|
-
{ name = "
|
|
12
|
+
{ name = "Kentaro Aoki" },
|
|
13
13
|
]
|
|
14
14
|
license = "MIT"
|
|
15
15
|
keywords = ["streamlit", "component", "multiselect", "sortable", "drag-and-drop"]
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: streamlit-sortable-multiselect
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.1
|
|
4
4
|
Summary: A Streamlit custom component for selecting and reordering multiple string values.
|
|
5
|
-
Author:
|
|
5
|
+
Author: Kentaro Aoki
|
|
6
6
|
License-Expression: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/KentaroAOKI/streamlit-sortable-multiselect
|
|
8
8
|
Project-URL: Repository, https://github.com/KentaroAOKI/streamlit-sortable-multiselect
|
|
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
|
{streamlit_sortable_multiselect-0.7.0 → streamlit_sortable_multiselect-0.7.1}/tests/test_wrapper.py
RENAMED
|
File without changes
|