Metadata-Version: 2.4
Name: garble
Version: 0.0.5
Summary: Make bags of words and do stuff with them for make benefit
Project-URL: Homepage, https://github.com/thorwhalen/garble
Author: Thor Whalen
License: Apache-2.0
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: numpy
Requires-Dist: py2store
Requires-Dist: scikit-learn
Requires-Dist: wordcloud
Provides-Extra: dev
Requires-Dist: pytest-cov>=4.0; extra == 'dev'
Requires-Dist: pytest>=7.0; extra == 'dev'
Requires-Dist: ruff>=0.1.0; extra == 'dev'
Provides-Extra: docs
Requires-Dist: sphinx-rtd-theme>=1.0; extra == 'docs'
Requires-Dist: sphinx>=6.0; extra == 'docs'
Description-Content-Type: text/markdown


# garble
Make bags of words and do stuff with them for make benefit


To install:	```pip install garble```
