Metadata-Version: 2.4
Name: kash-media
Version: 0.3.10
Summary: The knowledge agent shell (media kit)
Project-URL: Repository, https://github.com/jlevy/kash-media
Author-email: Joshua Levy <joshua@cal.berkeley.edu>
License-Expression: AGPL-3.0-or-later
License-File: LICENSE
Requires-Python: <4.0,>=3.11
Requires-Dist: boto3>=1.38.3
Requires-Dist: cachetools>=5.5.2
Requires-Dist: chopdiff>=0.1.3
Requires-Dist: curl-cffi>=0.7.4
Requires-Dist: flowmark>=0.4.2
Requires-Dist: kash-shell>=0.3.10
Requires-Dist: markitdown[all]>=0.1.1
Requires-Dist: opencv-python>=4.11.0.86
Requires-Dist: pandas>=2.2.3
Requires-Dist: pypandoc-binary>=1.15
Requires-Dist: pyrate-limiter>=3.7.0
Requires-Dist: requests>=2.32.3
Requires-Dist: rich-argparse>=1.7.0
Requires-Dist: rich>=14.0.0
Requires-Dist: scikit-image>=0.25.2
Requires-Dist: simplemma>=1.1.2
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
Requires-Dist: yt-dlp>=2025.3.27
Description-Content-Type: text/markdown

# kash-media

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

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

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

Or for dev builds from within this git repo:

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

* * *

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