yapf
Python 파일용 포맷터
파일 탐색기
최종 버전 다운로드 (.zip)- ci.yml
- pre-commit-autoupdate.yml
- pre-commit.yml
- dependabot.yml
- extensions.json
- settings.default.json
- yapf.vim
- yapf.vim
- pre-commit.sh
- README.md
- __init__.py
- conv.py
- driver.py
- grammar.py
- literals.py
- parse.py
- pgen.py
- token.py
- tokenize.py
- __init__.py
- fixer_base.py
- fixer_util.py
- Grammar.txt
- LICENSE
- patcomp.py
- PatternGrammar.txt
- pygram.py
- pytree.py
- README.rst
- __init__.py
- LICENSE
- yapf_diff.py
- __init__.py
- __init__.py
- __init__.py
- pyparser.py
- pyparser_utils.py
- pyparser_visitor.py.tmpl
- split_penalty_visitor.py
- __init__.py
- blank_line_calculator.py
- comment_splicer.py
- continuation_splicer.py
- pytree_unwrapper.py
- pytree_utils.py
- pytree_visitor.py
- split_penalty.py
- subtype_assigner.py
- __init__.py
- errors.py
- file_resources.py
- format_decision_state.py
- format_token.py
- identify_container.py
- line_joiner.py
- logical_line.py
- object_state.py
- reformatter.py
- split_penalty.py
- style.py
- subtypes.py
- yapf_api.py
- __init__.py
- __main__.py
- _version.py
- __init__.py
- blank_line_calculator_test.py
- comment_splicer_test.py
- file_resources_test.py
- format_decision_state_test.py
- format_token_test.py
- line_joiner_test.py
- logical_line_test.py
- main_test.py
- pytree_unwrapper_test.py
- pytree_utils_test.py
- pytree_visitor_test.py
- reformatter_basic_test.py
- reformatter_buganizer_test.py
- reformatter_facebook_test.py
- reformatter_pep8_test.py
- reformatter_python3_test.py
- reformatter_style_config_test.py
- split_penalty_test.py
- style_test.py
- subtype_assigner_test.py
- utils.py
- yapf_test.py
- yapf_test_helper.py
- .coveragerc
- .editorconfig
- .flake8
- .gitattributes
- .gitignore
- .isort.cfg
- .pre-commit-config.yaml
- .pre-commit-hooks.yaml
- .python-version
- .style.yapf
- .vimrc
- AUTHORS
- CHANGELOG.md
- CONTRIBUTING.md
- CONTRIBUTORS
- EDITOR SUPPORT.md
- HACKING.md
- LICENSE
- MANIFEST.in
- pylintrc
- pyproject.toml
- README.md
- tox.ini
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/google/yapf
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd yapf
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Python
쉬움 추천사전 준비물
$ pip install yapf
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
$ pip install git+https://github.com/google/yapf.git
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
