pyld
JSON-LD processor written in Python
파일 탐색기
최종 버전 다운로드 (.zip)- docs.yaml
- main.yaml
- zizmor.yaml
- dependabot.yml
- person.jsonld
- person_remote_context.jsonld
- aiohttp_class.py
- aiohttp_extra_kwargs.py
- aiohttp_secure.py
- custom_document_loader.py
- file_basic.py
- file_root.py
- frozen_default.py
- frozen_extend.py
- requests_extra_kwargs.py
- requests_secure.py
- requests_timeout.py
- scheme_directed.py
- sqlite_cache_basic.py
- compact.py
- context_resolver.py
- expand.py
- flatten.py
- frame.py
- from_rdf.py
- normalize.py
- to_rdf.py
- mermaid.mjs
- use-requests-cache-for-sync-http-caching-in-document-loaders.md
- index.md
- aiohttp.md
- custom.md
- file.md
- frozen.md
- index.md
- requests.md
- scheme-directed.md
- sqlite-cache-requests.md
- compact.md
- context-resolver.md
- expand.md
- flatten.md
- frame.md
- from_rdf.md
- index.md
- normalize.md
- to_rdf.md
- extra.css
- .pages
- AGENTS.md
- conformance.md
- index.md
- installation.md
- requirements.txt
- __init__.py
- Canonicalize.py
- LICENSE
- NumberToJson.py
- activitystreams.jsonld
- credentials-v1.jsonld
- credentials-v2.jsonld
- did-v1.jsonld
- security-ed25519-2020-v1.jsonld
- security-jws-2020-v1.jsonld
- security-v1.jsonld
- security-v2.jsonld
- __init__.py
- __init__.py
- aiohttp.py
- base.py
- file.py
- requests.py
- requests_sqlite_cache.py
- scheme_directed.py
- __about__.py
- __init__.py
- canon.py
- context_resolver.py
- identifier_issuer.py
- iri_resolver.py
- jsonld.py
- nquads.py
- options.py
- resolved_context.py
- download_contexts.py
- json-ld-api
- json-ld-framing
- normalization
- __init__.py
- conftest.py
- runtests.py
- test_document_loader.py
- test_file_document_loader.py
- test_frozen_document_loader.py
- test_iri_resolver.py
- test_jsonld.py
- test_manifests.py
- test_scheme_directed_document_loader.py
- test_sqlite_cache_requests_document_loader.py
- .gitignore
- .gitmodules
- AGENTS.md
- CHANGELOG.md
- CLAUDE.md
- CONTRIBUTING.md
- docs_macros.py
- LICENSE
- Makefile
- MANIFEST.in
- mkdocs.yml
- pyproject.toml
- README.md
- README.txt
- requirements-test.txt
- requirements.txt
- setup.py
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/digitalbazaar/pyld
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd pyld
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
pip install PyLD
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Python
쉬움사전 준비물
pip install PyLD
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install -r requirements.txt requirements-test.txt
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
4. Make
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
make install
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
에러 없이 끝나면 성공입니다. 생성된 실행 파일을 직접 실행해보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
