Metadata-Version: 2.4
Name: kash-docs
Version: 0.1.13
Summary: The knowledge agent shell (docs kit)
Project-URL: Repository, https://github.com/jlevy/kash-docs
Author-email: Joshua Levy <joshua@cal.berkeley.edu>
License-Expression: AGPL-3.0-or-later
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: <4.0,>=3.11
Requires-Dist: beautifulsoup4>=4.13.4
Requires-Dist: boto3>=1.38.3
Requires-Dist: cachetools>=5.5.2
Requires-Dist: chopdiff>=0.2.3
Requires-Dist: flowmark>=0.5.0
Requires-Dist: html5lib>=1.1
Requires-Dist: kash-shell>=0.3.25
Requires-Dist: markdownify==0.13.1
Requires-Dist: markitdown[docx,pdf]>=0.1.2
Requires-Dist: minify-html>=0.16.4
Requires-Dist: pandas>=2.2.3
Requires-Dist: python-docx>=1.1.2
Requires-Dist: requests>=2.32.3
Requires-Dist: rich-argparse>=1.7.0
Requires-Dist: rich>=14.0.0
Requires-Dist: tenacity>=9.1.2
Requires-Dist: thefuzz>=0.22.1
Requires-Dist: typing-extensions>=4.11.1
Requires-Dist: weasyprint>=63.1
Requires-Dist: wikipedia-api>=0.8.1
Provides-Extra: full
Requires-Dist: marker-pdf[full]>=1.7.5; extra == 'full'
Description-Content-Type: text/markdown

# kash-docs

See the main [kash](https://github.com/jlevy/kash) repo for general instructions.

To run kash with the the docs kit features enabled, ensure you have uv set up then:

```shell
uv tool install kash-docs --upgrade --force
kash
```

Or for dev builds from within this git repo:

```shell
# Install all deps and run tests:
make
# Run kash with all docs kit features enabled:
uv run kash
```

* * *

*This project was built from
[simple-modern-uv](https://github.com/jlevy/simple-modern-uv).*
