Metadata-Version: 2.1
Name: sesg
Version: 0.0.41
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: more-itertools (>=9.1.0,<10.0.0)
Requires-Dist: nltk (>=3.8.1,<4.0.0)
Requires-Dist: numpy (==1.23.5)
Requires-Dist: rapidfuzz (>=3.0.0,<4.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: scikit-learn (>=1.2.2,<2.0.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.readthedocs.io/en/latest/
Project-URL: Issue Tracker, https://github.com/demetrius-mp/sesg/issues
Project-URL: Source Code, https://github.com/demetrius-mp/sesg
Description-Content-Type: text/markdown

# sesg

> SeSG (Search String Generator) python package repository.

[![PyPI version](https://badge.fury.io/py/sesg.svg)](https://badge.fury.io/py/sesg)
[![Documentation Status](https://readthedocs.org/projects/sesg/badge/?version=latest)](https://sesg.readthedocs.io/en/latest/?badge=latest)
[![CI](https://github.com/demetrius-mp/sesg/actions/workflows/pipeline.yaml/badge.svg)](https://github.com/demetrius-mp/sesg/actions/workflows/pipeline.yaml)
[![codecov](https://codecov.io/github/demetrius-mp/sesg/branch/main/graph/badge.svg?token=Y6DXNMDGU1)](https://codecov.io/github/demetrius-mp/sesg)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v0.json)](https://github.com/charliermarsh/ruff)
[![Docstring Style](https://img.shields.io/badge/%20style-google-3666d6.svg)](https://google.github.io/styleguide/pyguide.html#s3.8-comments-and-docstrings)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

SeSG is a tool developed to help Systematic Literature Review researchers, specifically at the step of building a search string. This is a continuation of [Leo Fuchs'](https://github.com/LeoFuchs/SeSG) work.

## Installation

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

```bash
poetry add sesg
```

## Usage

To a complete usage example, please refer to [this repo](https://github.com/demetrius-mp/sesg-cli).

