obstore
The simplest, highest-throughput Python interface to S3, GCS & Azure Storage, powered by Rust.
파일 탐색기
- ci.yml
- conventional-commits.yml
- docs.yml
- rust-release-pyo3-bytes.yml
- rust-release-pyo3-object_store.yml
- test-python.yml
- wheels.yml
- dependabot.yml
- pickle.md
- azure.md
- boto3.md
- earthdata.md
- google.md
- planetary-computer.md
- aws.md
- azure.md
- config.md
- gcs.md
- http.md
- index.md
- local.md
- memory.md
- attributes.md
- copy.md
- delete.md
- exceptions.md
- file.md
- fsspec.md
- get.md
- head.md
- list.md
- put.md
- rename.md
- sign.md
- aws_type_hint1.png
- aws_type_hint2.png
- class-methods-vscode-suggestions.jpg
- cloudflare-r2-bucket-info.png
- cloudflare-r2-credentials.jpg
- ds_favicon.png
- example.gif
- fsspec-type-hinting.png
- logo_no_text.png
- planetary-computer-naip-thumbnail.jpg
- sentinel2-grca-thumbnail-obstore-04.jpg
- zarr-example.png
- obstore-0.4.md
- obstore-0.5.md
- obstore-0.6.md
- obstore-0.7.md
- .authors.yml
- index.md
- DEVELOP.md
- functional-api.md
- overridden-defaults.md
- pickle.md
- fastapi.md
- minio.md
- pyarrow.md
- r2.md
- stream-zip.md
- tqdm.md
- zarr.md
- fsspec.md
- index.md
- extra.css
- main.html
- aws.md
- alternatives.md
- authentication.md
- CHANGELOG.md
- cookbook.md
- getting-started.md
- index.md
- method-vs-functional-api.md
- obspec.md
- performance.md
- .python-version
- main.py
- pyproject.toml
- README.md
- uv.lock
- .python-version
- main.py
- pyproject.toml
- README.md
- uv.lock
- .python-version
- example.gif
- main.py
- pyproject.toml
- README.md
- uv.lock
- .gitignore
- .python-version
- main.py
- pyproject.toml
- README.md
- uv.lock
- .python-version
- main.py
- pyproject.toml
- README.md
- uv.lock
- zarr-example.png
- __init__.pyi
- _aws.pyi
- _azure.pyi
- _client.pyi
- _gcs.pyi
- _http.pyi
- _retry.pyi
- __init__.py
- _http.py
- azure.py
- boto3.py
- earthdata.py
- google.py
- planetary_computer.py
- __init__.pyi
- __init__.py
- _attributes.pyi
- _buffered.pyi
- _bytes.pyi
- _copy.pyi
- _delete.pyi
- _get.pyi
- _head.pyi
- _list.pyi
- _obstore.pyi
- _put.pyi
- _rename.pyi
- _scheme.pyi
- _sign.pyi
- fsspec.py
- py.typed
- store.py
- attributes.rs
- buffered.rs
- copy.rs
- delete.rs
- get.rs
- head.rs
- lib.rs
- list.rs
- path.rs
- put.rs
- rename.rs
- scheme.rs
- signer.rs
- tags.rs
- utils.rs
- build.rs
- Cargo.toml
- pyproject.toml
- README.md
- bytes.rs
- lib.rs
- bytes.pyi
- Cargo.toml
- CHANGELOG.md
- DEVELOP.md
- LICENSE
- README.md
- credentials.rs
- mod.rs
- store.rs
- credentials.rs
- error.rs
- mod.rs
- store.rs
- credentials.rs
- mod.rs
- store.rs
- api.rs
- client.rs
- config.rs
- credentials.rs
- error.rs
- http.rs
- lib.rs
- local.rs
- memory.rs
- path.rs
- prefix.rs
- retry.rs
- simple.rs
- store.rs
- url.rs
- Cargo.toml
- CHANGELOG.md
- DEVELOP.md
- LICENSE
- README.md
- type-hints
- __init__.py
- test_planetary_computer.py
- daymet-daily-hi.json
- landsat-c2-l2.json
- test-store.yml
- __init__.py
- test_azure.py
- test_client_options.py
- test_config.py
- test_from_url.py
- test_gcs.py
- test_http.py
- test_local.py
- test_memory.py
- test_s3.py
- test_sign.py
- __init__.py
- conftest.py
- test_attributes.py
- test_backoff.py
- test_buffered.py
- test_bytes.py
- test_copy.py
- test_delete.py
- test_fsspec.py
- test_get.py
- test_head.py
- test_list.py
- test_put.py
- test_rename.py
- test_version.py
- .gitignore
- .pre-commit-config.yaml
- Cargo.lock
- Cargo.toml
- CHANGELOG.md
- DEVELOP.md
- LICENSE
- mkdocs.yml
- pyproject.toml
- README.md
- uv.lock
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
릴리즈 타임라인
활발히 관리 중- 2026-08-21 py-v0.11.1
- 2026-06-25 py-v0.11.0
- 2026-06-09 py-v0.10.1
- 2026-06-01 py-v0.10.0
- 2026-04-22 py-v0.9.4
- 2026-04-15 py-v0.9.3
- 2026-03-11 py-v0.9.2
- 2026-02-26 py-v0.9.1
- 2026-02-22 py-v0.9.0
- 2025-09-16 py-v0.8.2
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
conda install
설명 보기 ▼
conda install
Install packages into an existing conda environment.
conda install {{package1 package2 ...}}
Install one or more package into the currently active conda environment:
conda install {{[-c|--channel]}} conda-forge {{package}}
Install a single package into the currently active conda environment using channel conda-forge:
conda install {{[-c|--channel]}} conda-forge --override-channels {{package}}
Install a single package into the currently active conda environment using channel conda-forge and ignoring other channels:
dict
설명 보기 ▼
dict
DICT 프로토콜을 사용하는 명령줄 사전.
더 많은 정보: <https://manned.org/dict>.
dict {{[-D|--dbs]}}
사용 가능한 데이터베이스 목록 나열:
dict {{[-i|--info]}} {{database_name}}
데이터베이스에 대한 정보 얻기:
dict {{[-d|--database]}} {{database_name}} {{word}}
특정 데이터베이스에서 단어를 검색:
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:
