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.
ํ์ผ ํ์๊ธฐ
์ต์ข ๋ฒ์ ๋ค์ด๋ก๋ (.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
# ์ค์น ๊ฐ์ด๋
git clone https://github.com/browser-use/bubus
๊นํ๋ธ์์ ํ๋ก์ ํธ ์ฝ๋ ์ ์ฒด๋ฅผ ๋ด ์ปดํจํฐ๋ก ๋ด๋ ค๋ฐ์ต๋๋ค.
cd bubus
๋ฐฉ๊ธ ๋ด๋ ค๋ฐ์ ํ๋ก์ ํธ ํด๋ ์์ผ๋ก ์ด๋ํฉ๋๋ค.
2. ๊ณต์ ์ค์น ์คํฌ๋ฆฝํธ
์ฌ์ ์ถ์ฒ- Python 3 pip ๋ช ๋ น์ด๋ฅผ ์ฐ๋ ค๋ฉด Python์ด ํ์ํฉ๋๋ค.
pip install bubus
PyPI์ ๋ฐฐํฌ๋ ํจํค์ง๋ฅผ ๋ฐ๋ก ์ค์นํฉ๋๋ค. ์์ค ํด๋ก ์ด ํ์ ์์ต๋๋ค.
์ด ๋ ํฌ์ README์ ์ ํ ์ค์ ๋ช ๋ น์ด๋ฅผ ๊ทธ๋๋ก ๊ฐ์ ธ์์ต๋๋ค.
3. Python
์ฌ์pip install bubus
PyPI์ ๋ฐฐํฌ๋ ํจํค์ง๋ฅผ ๋ฐ๋ก ์ค์นํฉ๋๋ค. ์์ค ํด๋ก ์ด ํ์ ์์ต๋๋ค.
์ด ๋ ํฌ์ README์ ์ ํ ์ค์ ๋ช ๋ น์ด๋ฅผ ๊ทธ๋๋ก ๊ฐ์ ธ์์ต๋๋ค.
