bubus
π’ Production-ready python event bus library with support for async and sync handlers, forwarding betwen busses w/ parent event tracking + loop prevention, FIFO and concurrency options, and WAL persistence. Powers the browser-use library.
File Explorer
Download Latest Version (.zip)- settings.local.json
- bubus.mdc
- launch.json
- settings.json
- claude-code-review.yml
- claude.yml
- publish.yml
- test.yaml
- __init__.py
- helpers.py
- logging.py
- models.py
- package-lock.json
- service.py
- conftest.py
- test_attribute_error_fix.py
- test_auto_event_result_type.py
- test_comprehensive_patterns.py
- test_event_bus_property.py
- test_eventbus.py
- test_handler_timeout.py
- test_log_history_tree.py
- test_name_conflict_gc.py
- test_parent_event_tracking.py
- test_semaphores.py
- test_simple_typed_results.py
- test_stress_20k_events.py
- test_typed_event_results.py
- .gitignore
- .pre-commit-config.yaml
- LICENSE
- pyproject.toml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/browser-use/bubus
Downloads the entire project code from GitHub to your computer.
cd bubus
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install bubus
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install bubus
Installs the package published on PyPI directly β no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
