Metadata-Version: 2.4
Name: textrpp_py
Version: 0.1.0
Summary: Python backend for the text R package
Author-email: Salvatore Giorgi <you@example.com>
License: MIT
Project-URL: Homepage, https://github.com/sjgiorgi/textrpp_py
Keywords: NLP,transformers,topic modeling,reticulate,R
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: torch==2.2.0
Requires-Dist: transformers==4.38.0
Requires-Dist: huggingface_hub==0.20.0
Requires-Dist: numpy==1.26.0
Requires-Dist: pandas==2.0.3
Requires-Dist: nltk==3.8.1
Requires-Dist: scikit-learn==1.3.0
Requires-Dist: datasets==2.16.1
Requires-Dist: evaluate==0.4.0
Requires-Dist: accelerate==0.26.0
Requires-Dist: bertopic==0.16.3
Requires-Dist: jsonschema==4.19.2
Requires-Dist: sentence-transformers==2.2.2
Requires-Dist: flair==0.13.0
Requires-Dist: umap-learn==0.5.6
Requires-Dist: hdbscan==0.8.33
Requires-Dist: scipy==1.10.1
Requires-Dist: aiohappyeyeballs==2.4.4
Dynamic: license-file

# textrpp_py


Python dependency bundle for the `textrpp` R package. This package is intentionally minimal: it exists to let `pip` install the heavy Python dependencies in a single step.


Install via:


```bash
pip install textrpp_py
```
