graphql-core-legacy
GraphQL base implementation for Python (legacy version – see graphql-core for the current one)
파일 탐색기
최종 버전 다운로드 (.zip)- config.yml
- open-a-graphql-core-legacy-issue.md
- autolinter
- conf.py
- index.rst
- make.bat
- Makefile
- __init__.py
- schema.py
- test_base.py
- test_cache.py
- test_compileddocument.py
- test_core.py
- test_decider.py
- test_document.py
- __init__.py
- base.py
- cache.py
- compiled.py
- core.py
- decider.py
- quiver_cloud.py
- __init__.py
- test_base.py
- __init__.py
- base.py
- format_error.py
- located_error.py
- syntax_error.py
- __init__.py
- asyncio.py
- asyncio_utils.py
- gevent.py
- process.py
- sync.py
- thread.py
- utils.py
- __init__.py
- test_abstract.py
- test_benchmark.py
- test_dataloader.py
- test_directives.py
- test_execute_schema.py
- test_executor.py
- test_executor_asyncio.py
- test_executor_gevent.py
- test_executor_thread.py
- test_format_error.py
- test_lists.py
- test_located_error.py
- test_middleware.py
- test_mutations.py
- test_nonnull.py
- test_resolve.py
- test_subscribe.py
- test_union_interface.py
- test_variables.py
- utils.py
- __init__.py
- base.py
- executor.py
- middleware.py
- utils.py
- values.py
- __init__.py
- fixtures.py
- test_ast.py
- test_lexer.py
- test_location.py
- test_parser.py
- test_printer.py
- test_schema_parser.py
- test_schema_printer.py
- test_visitor.py
- test_visitor_meta.py
- __init__.py
- ast.py
- base.py
- lexer.py
- location.py
- parser.py
- printer.py
- source.py
- visitor.py
- visitor_meta.py
- __init__.py
- test_contain_subset.py
- test_default_ordered_dict.py
- test_enum.py
- test_pair_set.py
- __init__.py
- cached_property.py
- compat.py
- contain_subset.py
- default_ordered_dict.py
- enum.py
- ordereddict.py
- pair_set.py
- version.py
- __init__.py
- test_definition.py
- test_enum_type.py
- test_introspection.py
- test_schema.py
- test_serialization.py
- test_validation.py
- __init__.py
- definition.py
- directives.py
- introspection.py
- scalars.py
- schema.py
- typemap.py
- __init__.py
- test_ast_from_value.py
- test_ast_to_code.py
- test_ast_to_dict.py
- test_build_ast_schema.py
- test_build_client_schema.py
- test_concat_ast.py
- test_extend_schema.py
- test_get_operation_ast.py
- test_quoted_or_list.py
- test_schema_printer.py
- test_suggestion_list.py
- test_type_comparators.py
- __init__.py
- assert_valid_name.py
- ast_from_value.py
- ast_to_code.py
- ast_to_dict.py
- base.py
- build_ast_schema.py
- build_client_schema.py
- concat_ast.py
- extend_schema.py
- get_field_def.py
- get_operation_ast.py
- introspection_query.py
- is_valid_literal_value.py
- is_valid_value.py
- quoted_or_list.py
- schema_printer.py
- suggestion_list.py
- type_comparators.py
- type_from_ast.py
- type_info.py
- undefined.py
- value_from_ast.py
- __init__.py
- arguments_of_correct_type.py
- base.py
- default_values_of_correct_type.py
- fields_on_correct_type.py
- fragments_on_composite_types.py
- known_argument_names.py
- known_directives.py
- known_fragment_names.py
- known_type_names.py
- lone_anonymous_operation.py
- no_fragment_cycles.py
- no_undefined_variables.py
- no_unused_fragments.py
- no_unused_variables.py
- overlapping_fields_can_be_merged.py
- possible_fragment_spreads.py
- provided_non_null_arguments.py
- scalar_leafs.py
- unique_argument_names.py
- unique_fragment_names.py
- unique_input_field_names.py
- unique_operation_names.py
- unique_variable_names.py
- variables_are_input_types.py
- variables_in_allowed_position.py
- __init__.py
- test_arguments_of_correct_type.py
- test_default_values_of_correct_type.py
- test_fields_on_correct_type.py
- test_fragments_on_composite_types.py
- test_known_argument_names.py
- test_known_directives.py
- test_known_fragment_names.py
- test_known_type_names.py
- test_lone_anonymous_operation.py
- test_no_fragment_cycles.py
- test_no_undefined_variables.py
- test_no_unused_fragments.py
- test_no_unused_variables.py
- test_overlapping_fields_can_be_merged.py
- test_possible_fragment_spreads.py
- test_provided_non_null_arguments.py
- test_scalar_leafs.py
- test_unique_argument_names.py
- test_unique_fragment_names.py
- test_unique_input_field_names.py
- test_unique_operation_names.py
- test_unique_variable_names.py
- test_validation.py
- test_variables_are_input_types.py
- test_variables_in_allowed_position.py
- utils.py
- __init__.py
- validation.py
- __init__.py
- flags.py
- graphql.py
- py.typed
- ast.ast
- casing.py
- fb_ast.py
- generate_ast.py
- __init__.py
- starwars_fixtures.py
- starwars_schema.py
- test_introspection.py
- test_query.py
- test_validation.py
- __init__.py
- __init__.py
- test_asyncio_executor.py
- __init__.py
- .flake8
- .gitignore
- .pre-commit-config.yaml
- .travis.yml
- CODEOWNERS
- conftest.py
- LICENSE
- MANIFEST.in
- README.md
- setup.cfg
- setup.py
- tox.ini
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/graphql-python/graphql-core-legacy
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd graphql-core-legacy
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
pip install "graphql-core<3"
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Python
쉬움사전 준비물
pip install "graphql-core<3"
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install -e ".[test]"
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
