Metadata-Version: 2.1
Name: sesg
Version: 0.0.6
Summary: SeSG is a tool developed to help Systematic Literature Review researchers, specifically at the step of building a search string.
License: GPL-3.0-only
Author: Demetrius Panovitch
Author-email: demetrius.mp789@gmail.com
Requires-Python: >=3.10,<3.11
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: aiometer (>=0.4.0,<0.5.0)
Requires-Dist: bertopic (>=0.14.1,<0.15.0)
Requires-Dist: graphviz (>=0.20.1,<0.21.0)
Requires-Dist: httpx (>=0.24.0,<0.25.0)
Requires-Dist: levenshtein (>=0.20.9,<0.21.0)
Requires-Dist: nltk (>=3.8.1,<4.0.0)
Requires-Dist: numpy (==1.23.5)
Requires-Dist: scikit-learn (>=1.2.2,<2.0.0)
Requires-Dist: thefuzz[speedup] (>=0.19.0,<0.20.0)
Requires-Dist: torch (>=2.0.0,<3.0.0)
Requires-Dist: umap-learn (>=0.5.3,<0.6.0)
Project-URL: Documentation, https://sesg-package.readthedocs.io/en/latest/
Project-URL: Issue Tracker, https://github.com/demetrius-mp/sesg-package/issues
Project-URL: Source Code, https://github.com/demetrius-mp/sesg-package
Description-Content-Type: text/markdown

# sesg-package

> SeSG (Search String Generator) python package repository.

[![Documentation Status](https://readthedocs.org/projects/sesg-package/badge/?version=latest)](https://sesg-package.readthedocs.io/en/latest/?badge=latest)

SeSG is a tool developed to help Systematic Literature Review researchers, specifically at the step of building a search string.

## Installation

You can install with `pip`, `poetry`, or any other package manager:

```bash
poetry add sesg
```

