bunnet
Synchronous Python ODM for MongoDB
파일 탐색기
최종 버전 다운로드 (.zip)- bug_report.md
- config.yml
- close_inactive_issues.yml
- github-actions-publish-docs.yml
- github-actions-publish-project.yml
- github-actions-tests.yml
- __init__.py
- migrate.py
- __init__.py
- base.py
- free_fall.py
- iterative.py
- __init__.py
- database.py
- models.py
- runner.py
- template.py
- utils.py
- __init__.py
- binary.py
- __init__.py
- decimal.py
- __init__.py
- aggregate.py
- aggregation_methods.py
- clone.py
- detector.py
- find.py
- getters.py
- inheritance.py
- run.py
- session.py
- setters.py
- update.py
- __init__.py
- array.py
- bitwise.py
- comparison.py
- element.py
- evaluation.py
- geospatial.py
- logical.py
- __init__.py
- array.py
- bitwise.py
- general.py
- __init__.py
- __init__.py
- aggregation.py
- cursor.py
- delete.py
- find.py
- update.py
- __init__.py
- base.py
- document.py
- timeseries.py
- union_doc.py
- view.py
- __init__.py
- dump.py
- encoder.py
- find.py
- general.py
- init.py
- parsing.py
- projection.py
- pydantic.py
- relations.py
- self_validation.py
- state.py
- typing.py
- __init__.py
- actions.py
- bulk.py
- cache.py
- documents.py
- enums.py
- fields.py
- models.py
- registry.py
- union_doc.py
- views.py
- __init__.py
- exceptions.py
- operators.py
- py.typed
- pydantic_check.py
- 1.png
- color_scheme.css
- favicon.png
- full.png
- logo.svg
- top.png
- actions.md
- aggregate.md
- cache.md
- defining-a-document.md
- delete.md
- find.md
- indexes.md
- inheritance.md
- init.md
- insert.md
- lazy_parse.md
- migrations.md
- multi-model.md
- on_save_validation.md
- relations.md
- revision.md
- state_management.md
- sync.md
- time_series.md
- update.md
- views.md
- changelog.md
- code-of-conduct.md
- development.md
- getting-started.md
- index.md
- publish_docs.sh
- __init__.py
- app.py
- conftest.py
- models.py
- routes.py
- test_api.py
- __init__.py
- test_change_subfield.py
- test_change_value.py
- test_change_value_subfield.py
- test_pack_unpack.py
- test_rename_field.py
- 20210413211219_break.py
- 20210413152406_change_subfield.py
- 20210413143405_change_subfield_value.py
- 20210413115234_change_value.py
- 20210413210446_free_fall.py
- __init__.py
- migration_20210413170640_1.py
- migration_20210413170645_2.py
- migration_20210413170700_3_skip_backward.py
- migration_20210413170709_3_skip_forward.py
- migration_20210413170728_4_5.py
- migration_20210413170734_6_7.py
- 20210413135927_pack_unpack.py
- 20210414135045_remove_index.py
- 20210407203225_rename_field.py
- __init__.py
- conftest.py
- models.py
- test_break.py
- test_directions.py
- test_free_fall.py
- test_remove_indexes.py
- __init__.py
- test_bson_binary.py
- __init__.py
- test_aggregate.py
- test_bulk_write.py
- test_count.py
- test_create.py
- test_delete.py
- test_distinct.py
- test_exists.py
- test_find.py
- test_inheritance.py
- test_init.py
- test_inspect.py
- test_multi_model.py
- test_pydantic_config.py
- test_pydantic_extras.py
- test_replace.py
- test_revision.py
- test_sync.py
- test_update.py
- test_validation_on_save.py
- __init__.py
- test_array.py
- test_bitwise.py
- test_comparison.py
- test_element.py
- test_evaluation.py
- test_geospatial.py
- test_logical.py
- __init__.py
- test_array.py
- test_bitwise.py
- test_general.py
- __init__.py
- __init__.py
- test_aggregate.py
- test_aggregate_methods.py
- test_delete.py
- test_find.py
- test_update.py
- test_update_methods.py
- __init__.py
- conftest.py
- models.py
- test_actions.py
- test_cache.py
- test_concurrency.py
- test_consistency.py
- test_cursor.py
- test_deprecated.py
- test_encoder.py
- test_expression_fields.py
- test_fields.py
- test_id.py
- test_lazy_parsing.py
- test_relations.py
- test_root_models.py
- test_run.py
- test_state_management.py
- test_timesries_collection.py
- test_typing_utils.py
- test_views.py
- views.py
- __init__.py
- aggregation.py
- find.py
- models.py
- __init__.py
- conftest.py
- .flake8
- .gitignore
- .pre-commit-config.yaml
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE
- pydoc-markdown.yml
- pyproject.toml
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/BeanieODM/bunnet
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd bunnet
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
pip install bunnet
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
