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μ μ ν μ€μ λͺ λ Ήμ΄λ₯Ό κ·Έλλ‘ κ°μ Έμμ΅λλ€.
