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
파일 탐색기
최종 버전 다운로드 (.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
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/ethereum/lahja
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd lahja
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- APT (Debian/Ubuntu 계열) Debian/Ubuntu 계열 리눅스에 기본 내장된 패키지 매니저입니다.
apt install pandoc
APT 패키지 저장소에서 바로 설치합니다 (Debian/Ubuntu 계열).
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Python
쉬움사전 준비물
pip install -e .[dev]
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
4. Make
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
make release bump=$$VERSION_PART_TO_BUMP$$
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
에러 없이 끝나면 성공입니다. 생성된 실행 파일을 직접 실행해보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
