Metadata-Version: 2.4
Name: vbash
Version: 0.4.0
Summary: Compatibility installer for VSH
Author: Mert
License-Expression: Apache-2.0
Project-URL: Documentation, https://fswair.github.io/vsh/
Project-URL: Repository, https://github.com/fswair/vsh
Keywords: agents,commands,mcp,simulation,workspaces
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: vsh-python==0.4.0
Provides-Extra: mcp
Requires-Dist: vsh-python[mcp]==0.4.0; extra == "mcp"

# vbash

`vbash` is a compatibility installer for VSH. It contains no Python modules and
depends on the exact matching `vsh-python` release. Existing code continues to use
`import vsh`; new dependency declarations should use `vsh-python` directly.

See the [VSH documentation](https://fswair.github.io/vsh/) and the primary
[`vsh-python` distribution](https://pypi.org/project/vsh-python/).
