Metadata-Version: 2.4
Name: plantabras
Version: 2.0.0
Author-email: Jordi Carrera Ventura <jordi.carrera.ventura@gmail.com>
Project-URL: GitHub page, https://github.com/JordiCarreraVentura/plantabras
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Typing :: Typed
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: nltk
Requires-Dist: tqdm
Requires-Dist: streamlit
Dynamic: license-file

# Plantabras

_Planta de palabras_.

# Usage

`./bin/python -m streamlit run src/plantabras/app.py`

```BASH
$ source bin/activate
$ streamlit run src/plantabras/app.py
```

# Installation

## Pip-install

```BASH
$ pip install plantabras
$ plantabras
```

## Repository

```BASH
$ git clone https://github.com/JordiCarreraVentura/plantabras.git
$ cd plantabras
$ make setup
```

# Build instructions

(Requires a PyPI token.)

```BASH
$ make release
```

or

```BASH
$ make build publish
```
