blockfrost-python
Python 3 SDK for the Blockfrost.io API.
파일 탐색기
- package-test.yml
- publish-to-test-pypi.yml
- __init__.py
- accounts.py
- addresses.py
- assets.py
- blocks.py
- epochs.py
- governance.py
- ledger.py
- mempool.py
- metadata.py
- network.py
- pools.py
- scripts.py
- transactions.py
- utils.py
- __init__.py
- health.py
- metrics.py
- nutlink.py
- __init__.py
- add.py
- gateway.py
- pins.py
- __init__.py
- config.py
- helpers.py
- utils.py
- __init__.py
- test_api.py
- test_cardano_accounts.py
- test_cardano_addresses.py
- test_cardano_assets.py
- test_cardano_blocks.py
- test_cardano_epochs.py
- test_cardano_governance.py
- test_cardano_ledger.py
- test_cardano_mempool.py
- test_cardano_metadata.py
- test_cardano_network.py
- test_cardano_pools.py
- test_cardano_scripts.py
- test_cardano_transactions.py
- test_cardano_utils.py
- test_health.py
- test_helpers.py
- test_ipfs_add.py
- test_ipfs_gateway.py
- test_ipfs_pins.py
- test_metrics.py
- test_object_mapper.py
- .gitignore
- LICENSE
- README.md
- requirements.txt
- setup.py
- shell.nix
- test-requirements.txt
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
pip install
설명 보기 ▼
pip install
Install Python packages.
pip install {{package1 package2 ...}}
Install one or more packages:
pip install {{package1 package2 ...}} {{[-U|--upgrade]}}
Upgrade all specified packages to the latest version, installing any that are not already present:
pip install {{package}}=={{version}}
Install a specific version of a package:
pytest
설명 보기 ▼
pytest
Python 테스트 실행.
더 많은 정보: <https://docs.pytest.org/en/latest/how-to/usage.html>.
pytest {{path/to/test_file1.py path/to/test_file2.py ...}}
특정 파일에서 테스트 실행:
pytest -k {{expression}}
특정 [k]eyword 표현식과 일치하는 테스트 실행:
pytest {{[-x|--exitfirst]}}
테스트가 실패하거나 오류가 발생하면 즉시 종료:
// repository documentation
Was this content helpful?
(0 ratings)
