peeringdb-py
PeeringDB python client
파일 탐색기
최종 버전 다운로드 (.zip)- pypi.yaml
- tests.yml
- dependabot.yml
- config.yml
- requirements-test.txt
- requirements.txt
- VERSION
- api.md
- backend.md
- cli.md
- config.md
- index.md
- local_server.md
- dump-sqlite.sh
- dump_json.py
- dump_sqlite.py
- __init__.py
- http.py
- __init__.py
- _dict.py
- __init__.py
- _sync.py
- _types.py
- _update.py
- backend.py
- cli.py
- client.py
- commands.py
- config.py
- fetch.py
- private.py
- py.typed
- resource.py
- util.py
- whois.py
- campus-0.json
- carrier-0.json
- carrierfac-0.json
- fac-0.json
- ix-0.json
- ixfac-0.json
- ixlan-0.json
- ixpfx-0.json
- net-0.json
- netfac-0.json
- netixlan-0.json
- org-0.json
- poc-0.json
- config.yaml
- campus.json
- carrier.json
- carrierfac.json
- fac.json
- ix.json
- ixfac.json
- ixlan.json
- ixpfx.json
- net.json
- netfac.json
- netixlan.json
- org.json
- poc.json
- campus.json
- carrier.json
- carrierfac.json
- fac.json
- ix.json
- ixfac.json
- ixlan.json
- ixpfx.json
- net.json
- netfac.json
- netixlan.json
- org.json
- poc.json
- __init__.py
- fetch.py
- fetch_cache_files.py
- backend.py
- client_types.py
- conftest.py
- test_backend.py
- test_cache.py
- test_cli.py
- test_client.py
- test_config.py
- test_debug.py
- test_fetch.py
- test_output.py
- test_since_private.py
- test_sync.py
- test_sync_internals.py
- test_types.py
- test_update.py
- test_util.py
- test_whois.py
- .gitignore
- .pre-commit-config.yaml
- CHANGELOG.md
- CHANGELOG.yaml
- LICENSE.txt
- mkdocs.yml
- pyproject.toml
- README.md
- tox.ini
- uv.lock
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/peeringdb/peeringdb-py
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd peeringdb-py
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Python
쉬움 추천사전 준비물
pip install -r Ctl/requirements.txt
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
python <실행할 파일명>.py # README에서 정확한 실행 파일명을 확인하세요
파이썬 스크립트(또는 모듈)를 실행합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
// repository documentation
Was this content helpful?
(0 ratings)
