lahja
Lahja is a generic multi process event bus implementation written in Python 3.6+ to enable lightweight inter-process communication, based on non-blocking asyncio
File Explorer
Download Latest Version (.zip)- config.yml
- merge_pr.sh
- ISSUE_TEMPLATE.md
- PULL_REQUEST_TEMPLATE.md
- fill_template_vars.sh
- refill_template_vars.sh
- template_vars.txt
- custom.css
- matomo.js
- .suppress-sphinx-build-warning
- common.rst
- endpoint.rst
- exceptions.rst
- index.rst
- testing.rst
- virtualenv_explainer.rst
- code_of_conduct.rst
- conf.py
- contributing.rst
- index.rst
- introduction.rst
- Makefile
- quickstart.rst
- release_notes.rst
- inter_process_ping_pong.py
- request_api.py
- __init__.py
- endpoint.py
- __init__.py
- config.py
- reporting.py
- __init__.py
- backends.py
- constants.py
- logging.py
- process.py
- stats.py
- typing.py
- __init__.py
- actions.py
- driver.py
- initializers.py
- __init__.py
- engine.py
- runner.py
- __init__.py
- endpoint.py
- future.py
- __init__.py
- _snappy.py
- base.py
- common.py
- constants.py
- exceptions.py
- py.typed
- typing.py
- README.md
- validate_files.py
- perf_benchmark.py
- conftest.py
- test_asyncio_subscriptions_api.py
- test_base_wait_connections_changed_api.py
- test_base_wait_until_any_remote_subscriptions_changed_api.py
- test_basics.py
- test_broadcast_config.py
- test_compat_with_trio_endpoint.py
- test_connect.py
- test_endpoint_local_broadcast.py
- test_internal.py
- test_run_and_serve.py
- conftest.py
- test_endpoint_broadcast.py
- test_endpoint_connecting.py
- test_endpoint_request_response.py
- test_endpoint_driver.py
- conftest.py
- test_future.py
- test_internal_events.py
- test_server_establishes_reverse_connection.py
- test_trio_endpoint_compat_with_asyncio.py
- test_trio_endpoint_request_response.py
- test_trio_endpoint_running.py
- test_trio_endpoint_stream.py
- test_trio_endpoint_subscribe.py
- test_trio_endpoint_wait_for.py
- conftest.py
- test_import.py
- test_examples.py
- mypy_typing_test.py
- .bumpversion.cfg
- .gitignore
- .pydocstyle.ini
- .readthedocs.yml
- LICENSE
- Makefile
- mypy.ini
- pyproject.toml
- pytest.ini
- README.md
- requirements-docs.txt
- setup.py
- tox.ini
# Installation Guide
1. Get the code
git clone https://github.com/ethereum/lahja
Downloads the entire project code from GitHub to your computer.
cd lahja
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- APT (Debian/Ubuntu ๊ณ์ด) Built into Debian/Ubuntu-based Linux distributions.
apt install pandoc
Installs directly from the APT package repository (Debian/Ubuntu-based).
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 -e .[dev]
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
4. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make release bump=$$VERSION_PART_TO_BUMP$$
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
