struggle-annotator 0.2.1__tar.gz → 0.2.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.
- {struggle_annotator-0.2.1/struggle_annotator.egg-info → struggle_annotator-0.2.3}/PKG-INFO +2 -1
- {struggle_annotator-0.2.1 → struggle_annotator-0.2.3}/README.md +1 -0
- {struggle_annotator-0.2.1 → struggle_annotator-0.2.3}/pyproject.toml +1 -1
- {struggle_annotator-0.2.1 → struggle_annotator-0.2.3}/struggle_annotator/__init__.py +1 -1
- struggle_annotator-0.2.3/struggle_annotator/frontend/build/assets/index-LtXtvZ4l.js +39 -0
- {struggle_annotator-0.2.1 → struggle_annotator-0.2.3}/struggle_annotator/frontend/build/index.html +1 -1
- {struggle_annotator-0.2.1 → struggle_annotator-0.2.3/struggle_annotator.egg-info}/PKG-INFO +2 -1
- {struggle_annotator-0.2.1 → struggle_annotator-0.2.3}/struggle_annotator.egg-info/SOURCES.txt +1 -1
- struggle_annotator-0.2.1/struggle_annotator/frontend/build/assets/index-C6XYNA9f.js +0 -37
- {struggle_annotator-0.2.1 → struggle_annotator-0.2.3}/LICENSE +0 -0
- {struggle_annotator-0.2.1 → struggle_annotator-0.2.3}/MANIFEST.in +0 -0
- {struggle_annotator-0.2.1 → struggle_annotator-0.2.3}/setup.cfg +0 -0
- {struggle_annotator-0.2.1 → struggle_annotator-0.2.3}/struggle_annotator.egg-info/dependency_links.txt +0 -0
- {struggle_annotator-0.2.1 → struggle_annotator-0.2.3}/struggle_annotator.egg-info/requires.txt +0 -0
- {struggle_annotator-0.2.1 → struggle_annotator-0.2.3}/struggle_annotator.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: struggle-annotator
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.3
|
|
4
4
|
Summary: Streamlit custom component for interactive NER-style text annotation
|
|
5
5
|
License: MIT License
|
|
6
6
|
|
|
@@ -33,6 +33,7 @@ Requires-Dist: build; extra == "dev"
|
|
|
33
33
|
Requires-Dist: twine; extra == "dev"
|
|
34
34
|
Dynamic: license-file
|
|
35
35
|
|
|
36
|
+
[](YOUR_APP_URL)
|
|
36
37
|
# Struggle Annotator
|
|
37
38
|
|
|
38
39
|
A Streamlit custom component for interactive text annotation, useful for NER-style labeling tasks. The Python wrapper is published as `struggle_annotator`; the frontend is built with TypeScript and React per the standard Streamlit Components pattern.
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
[](YOUR_APP_URL)
|
|
1
2
|
# Struggle Annotator
|
|
2
3
|
|
|
3
4
|
A Streamlit custom component for interactive text annotation, useful for NER-style labeling tasks. The Python wrapper is published as `struggle_annotator`; the frontend is built with TypeScript and React per the standard Streamlit Components pattern.
|