Zulip bots
This directory contains the source code for the zulip_bots PyPI package.
The Zulip documentation has guides on using Zulip's bot system and writing your own bots.
Directory structure
zulip_bots # This directory
├───zulip_bots # `zulip_bots` package.
│ ├───bots/ # Actively maintained and tested bots.
│ ├───game_handler.py # Handles game-related bots.
│ ├───lib.py # Backbone of run.py
│ ├───provision.py # Creates a development environment.
│ ├───run.py # Used to run bots.
│ ├───simple_lib.py # Used for terminal testing.
│ ├───test_lib.py # Backbone for bot unit tests.
│ ├───test_run.py # Unit tests for run.py
│ └───bot_shell.py # Used to test bots in the command line.
└───setup.py # Script for packaging.
Release files for zulip-bots 0.9.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| zulip_bots-0.9.1.tar.gz | 2.3 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| zulip_bots-0.9.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.8 MB
Release files / zulip_bots-0.9.1.tar.gz
| Download URL | zulip_bots-0.9.1.tar.gz |
|---|---|
| Size | 2.3 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5cdf03dec0d8c918fcad39c3eca48a24f3360d532cb2f600c5cee84a51f8140f
|
|
BLAKE2b-256 checksum How to use checksums |
c2345f1d940f16bf826b70ca97983b52164381abe9015535f815c9df0275f958
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.7
|
Release files / zulip_bots-0.9.1-py3-none-any.whl
| Download URL | zulip_bots-0.9.1-py3-none-any.whl |
|---|---|
| Size | 2.4 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
db0be0ad5eae1831ad65b6c16a816896ac6daeed68110b495f53fd3e8329bda8
|
|
BLAKE2b-256 checksum How to use checksums |
9284dcc6ae0f2b66c5916b803c7f8b59a68dad59db12bb77cc9279b2f87092ad
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.7
|