<h1> streamlit-annotation </h1>
- [Install](#install)
- [Quick Use](#quick-use)
- [Development](#development)
- [Install](#install-1)
- [Run](#run)
- [License](#license)
- [Author](#author)
- [Contributors](#contributors)
# Install
```
pip install streamlit-annotation
```
# Quick Use
Create an example.py file
```python
from st_text_annotator import StTextAnnotator
text = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean et hendrerit orci. Praesent auctor malesuada lobortis. Suspendisse ac elit bibendum, congue tellus vel, ornare ipsum. Mauris at tellus in turpis aliquet cursus."
StTextAnnotator(text)
```
Run:
```
streamlit run example.py
```
# Development
## Install
```
git clone git@github.com:rmarquet21/streamlit-text-annotator.git
cd streamlit-text-annotator
pip install -e .
```
## Run
```
streamlit run example.py
```
# License
MIT
# Author
Robin Marquet
# Contributors
- [Robin Marquet](robin.marquet3@gmail.com)
Raw data
{
"_id": null,
"home_page": "https://github.com/rmarquet21/steamlit-text-annotator",
"name": "streamlit-text-annotator",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "",
"author": "Robin Marquet",
"author_email": "Robin Marquet <robin.marquet3@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/4c/ae/7c9c487f07ccc5e306a356e4cbbc6d02c680c5e0bb741cc85126d18c2fe1/streamlit-text-annotator-0.1.4.tar.gz",
"platform": null,
"description": "<h1> streamlit-annotation </h1>\n\n- [Install](#install)\n- [Quick Use](#quick-use)\n- [Development](#development)\n - [Install](#install-1)\n - [Run](#run)\n- [License](#license)\n- [Author](#author)\n- [Contributors](#contributors)\n\n\n# Install\n\n```\npip install streamlit-annotation\n```\n\n# Quick Use\n\nCreate an example.py file\n\n```python\nfrom st_text_annotator import StTextAnnotator\n\ntext = \"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean et hendrerit orci. Praesent auctor malesuada lobortis. Suspendisse ac elit bibendum, congue tellus vel, ornare ipsum. Mauris at tellus in turpis aliquet cursus.\"\n\nStTextAnnotator(text)\n```\n\nRun:\n\n```\nstreamlit run example.py\n```\n\n# Development\n\n## Install\n\n```\ngit clone git@github.com:rmarquet21/streamlit-text-annotator.git\ncd streamlit-text-annotator\npip install -e .\n```\n\n## Run\n\n```\nstreamlit run example.py\n```\n\n# License\n\nMIT\n\n# Author\n\nRobin Marquet\n\n# Contributors\n\n- [Robin Marquet](robin.marquet3@gmail.com)\n\n",
"bugtrack_url": null,
"license": "",
"summary": "Component for annotating text for NLP resolution",
"version": "0.1.4",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "8477430197352d1533b908ead509c96f3f40c2bb5ca88b1a09e732be2bdf6f5d",
"md5": "f48b6b8cde7e7554a8b3cf3a19c57e0d",
"sha256": "7a3dd9fc5356243c5bb1d618b660a533f029dd287c88ab60de150ac6a9e8c6ed"
},
"downloads": -1,
"filename": "streamlit_text_annotator-0.1.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f48b6b8cde7e7554a8b3cf3a19c57e0d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 3551,
"upload_time": "2023-04-15T12:22:16",
"upload_time_iso_8601": "2023-04-15T12:22:16.343462Z",
"url": "https://files.pythonhosted.org/packages/84/77/430197352d1533b908ead509c96f3f40c2bb5ca88b1a09e732be2bdf6f5d/streamlit_text_annotator-0.1.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4cae7c9c487f07ccc5e306a356e4cbbc6d02c680c5e0bb741cc85126d18c2fe1",
"md5": "875153e5a2c2b13f6a62aec37f04d071",
"sha256": "03508146e2a99f2357e61b0b1024a411a79eaf592148c17fd110f4a570e8d668"
},
"downloads": -1,
"filename": "streamlit-text-annotator-0.1.4.tar.gz",
"has_sig": false,
"md5_digest": "875153e5a2c2b13f6a62aec37f04d071",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 3508,
"upload_time": "2023-04-15T12:22:20",
"upload_time_iso_8601": "2023-04-15T12:22:20.968470Z",
"url": "https://files.pythonhosted.org/packages/4c/ae/7c9c487f07ccc5e306a356e4cbbc6d02c680c5e0bb741cc85126d18c2fe1/streamlit-text-annotator-0.1.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-04-15 12:22:20",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "rmarquet21",
"github_project": "steamlit-text-annotator",
"lcname": "streamlit-text-annotator"
}