Metadata-Version: 2.1
Name: rasa-mini
Version: 3.7.2
Summary: Minified Rasa with only NLU component.
Home-page: https://rasa.com
License: Apache-2.0
Author: Rasa Technologies GmbH
Author-email: hi@rasa.com
Requires-Python: >=3.10,<3.12
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: absl-py (>=0.9,<1.5)
Requires-Dist: aiohttp (>=3.8.6,<4.0.0)
Requires-Dist: apscheduler (>=3.10.0,<4.0.0)
Requires-Dist: attrs (>=19.3,<23.2)
Requires-Dist: certifi (>=2023.7.22)
Requires-Dist: colorclass (>=2.2,<2.3)
Requires-Dist: coloredlogs (>=10,<16)
Requires-Dist: colorhash (>=2.0.0,<3.0.0)
Requires-Dist: cryptography (>=41.0.2)
Requires-Dist: dask (>=2023.12.1,<2024.0.0)
Requires-Dist: dnspython (==2.3.0)
Requires-Dist: joblib (>=1.3.2,<2.0.0)
Requires-Dist: jsonpickle (>=3.0.1,<4.0.0)
Requires-Dist: jsonschema (>=3.2,<4.18)
Requires-Dist: matplotlib (>=3.1,<3.8)
Requires-Dist: networkx (>=2.4,<3.2)
Requires-Dist: numpy (==1.23.0)
Requires-Dist: packaging (>=20.0,<21.0)
Requires-Dist: portalocker (>=2.7.0,<3.0.0)
Requires-Dist: prompt-toolkit (>=3.0,<3.0.29)
Requires-Dist: pydot (>=1.4,<1.5)
Requires-Dist: pykwalify (>=1.7,<1.9)
Requires-Dist: python-dateutil (>=2.8,<2.9)
Requires-Dist: pytz (>=2019.1,<2023.0)
Requires-Dist: pyyaml (>=6.0)
Requires-Dist: questionary (>=1.5.1,<1.11.0)
Requires-Dist: randomname (>=0.2.1,<0.3.0)
Requires-Dist: regex (>=2020.6,<2022.11)
Requires-Dist: requests (>=2.23,<3.0)
Requires-Dist: ruamel.yaml (>=0.16.5,<0.17.22)
Requires-Dist: scikit-learn (>=1.3.0,<2.0.0)
Requires-Dist: scipy (>=1.11.0,<2.0.0)
Requires-Dist: setuptools (>=65.5.1)
Requires-Dist: sklearn-crfsuite (>=0.3,<0.4)
Requires-Dist: sqlalchemy (>=2.0.23,<3.0.0)
Requires-Dist: structlog (>=23.1.0,<24.0.0)
Requires-Dist: tarsafe (>=0.0.3,<0.0.6)
Requires-Dist: tensorflow (==2.12.0) ; sys_platform != "darwin" or platform_machine != "arm64"
Requires-Dist: tensorflow-cpu-aws (==2.12.0) ; sys_platform == "linux" and (platform_machine == "arm64" or platform_machine == "aarch64")
Requires-Dist: tensorflow-intel (==2.12.0) ; sys_platform == "win32"
Requires-Dist: tensorflow-macos (==2.12.0) ; sys_platform == "darwin" and platform_machine == "arm64"
Requires-Dist: tensorflow-metal (==1.1.0) ; sys_platform == "darwin" and platform_machine == "arm64"
Requires-Dist: tensorflow-text (==2.12.0) ; sys_platform != "win32" and (platform_machine != "arm64" and platform_machine != "aarch64")
Requires-Dist: tensorflow_hub (>=0.15.0,<0.16.0)
Requires-Dist: terminaltables (>=3.1.0,<3.2.0)
Requires-Dist: tqdm (>=4.31,<5.0)
Requires-Dist: typing-extensions (>=4.1.1,<5.0.0)
Requires-Dist: typing-utils (>=0.1.0,<0.2.0)
Requires-Dist: ujson (>=1.35,<6.0)
Requires-Dist: wheel (>=0.38.1)
Project-URL: Documentation, https://rasa.com/docs
Project-URL: Repository, https://github.com/rasahq/rasa
Description-Content-Type: text/markdown

<h1 align="center">Rasa Mini</h1>

This is a minified version of Rasa with only the NLU component.

Please check out [Rasa](https://github.com/RasaHQ/rasa) for the main repository.


## License
Licensed under the Apache License, Version 2.0.
Copyright 2022 Rasa Technologies GmbH. [Copy of the license](LICENSE.txt).

A list of the Licenses of the dependencies of the project can be found at
the bottom of the
[Libraries Summary](https://libraries.io/github/RasaHQ/rasa).

