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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: struggle-annotator
3
- Version: 0.2.1
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
+ [![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](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
+ [![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](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.
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "struggle-annotator"
7
- version = "0.2.1"
7
+ version = "0.2.3"
8
8
  description = "Streamlit custom component for interactive NER-style text annotation"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
@@ -4,7 +4,7 @@ import os
4
4
  import streamlit.components.v1 as components
5
5
 
6
6
  # Set to False during local frontend development (points at Vite dev server).
7
- _RELEASE = False
7
+ _RELEASE = True
8
8
 
9
9
  if not _RELEASE:
10
10
  _component_func = components.declare_component(