molten
A minimal, extensible, fast and productive framework for building HTTP APIs with Python 3.6 and later.
파일 탐색기
최종 버전 다운로드 (.zip)- ci.yml
- FUNDING.yml
- ISSUE_TEMPLATE.md
- app_apistar.py
- app_falcon.py
- app_flask.py
- app_molten.py
- app_vibora.py
- bench.py
- Dockerfile_apistar
- Dockerfile_falcon
- Dockerfile_flask
- Dockerfile_molten
- Dockerfile_vibora
- README.md
- logo.png
- logo.svg
- analytics.html
- sidebarlogo.html
- advanced.rst
- changelog.rst
- components.rst
- conf.py
- global.rst
- guide.rst
- index.rst
- installation.rst
- license.rst
- motivation.rst
- reference.rst
- .gitignore
- Makefile
- app.py
- README.md
- test_app.py
- index.html
- app.py
- README.md
- .gitignore
- app.py
- README.md
- app.py
- README.md
- test_app.py
- __init__.py
- app.py
- categories.py
- database.py
- pets.py
- tags.py
- .gitignore
- app.py
- README.md
- screenshot.png
- .gitignore
- app.py
- README.md
- test_app.py
- .gitignore
- app.py
- README.md
- requirements.txt
- serverless.yml
- app.py
- README.md
- app.py
- README.md
- settings.toml
- .gitignore
- app.py
- README.md
- settings.toml
- app.css
- app.css.gz
- app.py
- README.md
- base.html
- index.html
- app.py
- README.md
- app.py
- README.md
- test_app.py
- .gitignore
- app.py
- README.md
- app.py
- chat.html
- README.md
- test_app.py
- dramatiq.py
- msgpack.py
- prometheus.py
- request_id.py
- sessions.py
- sqlalchemy.py
- templates.py
- toml_settings.py
- websockets.py
- __init__.py
- cookies.py
- headers.py
- query_params.py
- request.py
- response.py
- status_codes.py
- uploaded_file.py
- __init__.py
- index.html
- __init__.py
- documents.py
- handlers.py
- __init__.py
- client.py
- common.py
- __init__.py
- common.py
- field.py
- forward.py
- schema.py
- __init__.py
- app.py
- common.py
- components.py
- dependency_injection.py
- errors.py
- helpers.py
- middleware.py
- parsers.py
- py.typed
- renderers.py
- router.py
- settings.py
- typing.py
- settings.toml
- settings_with_env.toml
- settings_with_env_invalid_subst.toml
- sqlalchemy_settings.toml
- index.html
- __init__.py
- test_cors.py
- test_dramatiq.py
- test_msgpack.py
- test_prometheus.py
- test_request_id.py
- test_sessions.py
- test_sqlalchemy.py
- test_templates.py
- test_toml_settings.py
- test_websockets.py
- example.json
- multipart_parsing_empty.dat
- multipart_parsing_fields_only.dat
- multipart_parsing_line_breaks.dat
- multipart_parsing_long_field.dat
- multipart_parsing_long_file.dat
- multipart_parsing_multiple_files.dat
- multipart_parsing_no_disposition.dat
- multipart_parsing_no_name.dat
- multipart_parsing_no_terminator.dat
- .gitignore
- __init__.py
- test_cookies.py
- test_headers.py
- test_query_params.py
- test_request.py
- test_response.py
- test_uploaded_files.py
- complex.json
- __init__.py
- test_openapi.py
- __init__.py
- test_test_client.py
- __init__.py
- test_fields.py
- test_schemas.py
- test_validators.py
- __init__.py
- test_app.py
- test_dependency_injection.py
- test_errors.py
- test_helpers.py
- test_middleware.py
- test_multidict.py
- test_parsers.py
- test_router.py
- test_settings.py
- .bumpversion.cfg
- .gitignore
- CONTRIBUTING.md
- CONTRIBUTORS.md
- COPYING
- COPYING.LESSER
- MANIFEST.in
- README.md
- setup.cfg
- setup.py
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/Bogdanp/molten
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd molten
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
pip install molten
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
