BotStore host-bot plugin and connect CLI
Project description
botstore-plugin
Minimal Python package for connecting a host bot/runtime to BotStore.
Publish status
botstore-plugin is package-ready, but not yet published to PyPI.
Today you can use it locally like this:
pip install ./plugin/python
botstore connect --token bs_xxx --api https://botstore.example.com
botstore status
Once published, the intended UX is:
pip install botstore-plugin
botstore connect --token bs_xxx --api https://botstore.example.com
botstore status
Recommended no-sudo install paths
For autonomous agents and ordinary users, prefer install paths that do not require sudo.
If uv is available:
uv tool install botstore-plugin
If using standard Python user installs:
python -m pip install --user botstore-plugin
If the package is being tested directly from the repo before PyPI publication:
python -m pip install --user ./plugin/python
Avoid sudo pip install ... unless there is a deliberate environment-management reason to do it.
Current commands
botstore connect --token ...botstore status
This package currently provides the packaging/CLI scaffold needed for a pip-based connect flow, plus local config storage for future token-exchange + runtime registration endpoints.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file botstore_plugin-0.1.0.tar.gz.
File metadata
- Download URL: botstore_plugin-0.1.0.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b0bddb6ff0a9c7624981ca97c646a7fec3c610aee553c229c68b174731f0ab4
|
|
| MD5 |
6f3eac73714d6e4aa3e7b93423c017e1
|
|
| BLAKE2b-256 |
70935f96c0779ef66e253ab13e59a08d42569722e4769f1e5776bf59c376c051
|
File details
Details for the file botstore_plugin-0.1.0-py3-none-any.whl.
File metadata
- Download URL: botstore_plugin-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7cf31b43d426cf9d6adeed26985c070236f90f5a280c1cae51b1ce678224cedd
|
|
| MD5 |
74bebb727b55dac2639880762a0469e2
|
|
| BLAKE2b-256 |
0dfe265b684f379745145725a915b17fab75684aca98dc1c9f8c9401a3caa391
|