obstore

(★ 801)

The simplest, highest-throughput Python interface to S3, GCS & Azure Storage, powered by Rust.

파일 탐색기

  • .gitignore
  • .pre-commit-config.yaml
  • Cargo.lock
  • Cargo.toml
  • CHANGELOG.md
  • DEVELOP.md
  • LICENSE
  • mkdocs.yml
  • pyproject.toml
  • README.md
  • uv.lock

# CDN으로 사용하기

jsDelivr

jsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.

릴리즈 타임라인

활발히 관리 중

명령어 용어집

이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.

🔍

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 프로토콜을 사용하는 명령줄 사전.
더 많은 정보: <https://manned.org/dict>.

dict {{[-D|--dbs]}}

사용 가능한 데이터베이스 목록 나열:

dict {{[-i|--info]}} {{database_name}}

데이터베이스에 대한 정보 얻기:

dict {{[-d|--database]}} {{database_name}} {{word}}

특정 데이터베이스에서 단어를 검색:

🔍

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:

// repository documentation