data/pydantic-1.2/.codecov.yml: ASCII text data/pydantic-1.2/.github/FUNDING.yml: ASCII text data/pydantic-1.2/.github/ISSUE_TEMPLATE/bug.md: ASCII text data/pydantic-1.2/.github/ISSUE_TEMPLATE/feature_request.md: ASCII text data/pydantic-1.2/.github/ISSUE_TEMPLATE/question.md: ASCII text data/pydantic-1.2/.github/PULL_REQUEST_TEMPLATE.md: exported SGML document, ASCII text data/pydantic-1.2/.gitignore: ASCII text data/pydantic-1.2/.travis.yml: ASCII text, with very long lines data/pydantic-1.2/HISTORY.md: ASCII text data/pydantic-1.2/LICENSE: ASCII text data/pydantic-1.2/MANIFEST.in: ASCII text data/pydantic-1.2/Makefile: makefile script, ASCII text data/pydantic-1.2/README.md: Python script, ASCII text executable data/pydantic-1.2/azure-pipelines.yml: ASCII text data/pydantic-1.2/benchmarks/profile.py: Python script, ASCII text executable data/pydantic-1.2/benchmarks/requirements.txt: ASCII text data/pydantic-1.2/benchmarks/run.py: Python script, UTF-8 Unicode text executable data/pydantic-1.2/benchmarks/test_cattrs.py: Python script, ASCII text executable data/pydantic-1.2/benchmarks/test_cerberus.py: Python script, ASCII text executable data/pydantic-1.2/benchmarks/test_drf.py: Python script, ASCII text executable data/pydantic-1.2/benchmarks/test_marshmallow.py: Python script, ASCII text executable data/pydantic-1.2/benchmarks/test_pydantic.py: Python script, ASCII text executable data/pydantic-1.2/benchmarks/test_trafaret.py: Python script, ASCII text executable data/pydantic-1.2/benchmarks/test_valideer.py: Python script, ASCII text executable data/pydantic-1.2/changes/README.md: ASCII text data/pydantic-1.2/changes/make_history.py: Python script, ASCII text executable data/pydantic-1.2/docs/.benchmarks_table.md: UTF-8 Unicode text data/pydantic-1.2/docs/benchmarks.md: ASCII text data/pydantic-1.2/docs/build/exec_examples.py: Python script, ASCII text executable data/pydantic-1.2/docs/build/main.py: Python script, ASCII text executable data/pydantic-1.2/docs/build/schema_mapping.py: Python script, ASCII text executable data/pydantic-1.2/docs/changelog.md: ASCII text data/pydantic-1.2/docs/contributing.md: ASCII text data/pydantic-1.2/docs/examples/.editorconfig: ASCII text data/pydantic-1.2/docs/examples/dataclasses_default_schema.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/dataclasses_initvars.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/dataclasses_main.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/dataclasses_nested.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/dataclasses_post_init_post_parse.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/devtools_main.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/exporting_models_copy.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/exporting_models_dict.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/exporting_models_exclude1.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/exporting_models_exclude2.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/exporting_models_iterate.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/exporting_models_json.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/exporting_models_orjson.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/exporting_models_pickle.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/exporting_models_ujson.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/index_error.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/index_main.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/model_config_alias_generator.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/model_config_alias_precedence.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/model_config_dataclass.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/model_config_main.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/models_abc.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/models_construct.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/models_custom_root_field.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/models_custom_root_field_parse_obj.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/models_data_conversion.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/models_dynamic_creation.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/models_dynamic_inheritance.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/models_errors1.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/models_errors2.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/models_errors3.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/models_field_order.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/models_generics.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/models_generics_naming.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/models_mutation.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/models_orm_mode.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/models_orm_mode_recursive.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/models_parse.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/models_recursive.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/models_required_field_optional.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/mypy_main.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/parse_obj_as.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/postponed_annotations_broken.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/postponed_annotations_forward_ref.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/postponed_annotations_main.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/postponed_annotations_self_referencing_annotations.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/postponed_annotations_self_referencing_string.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/postponed_annotations_works.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/schema_custom.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/schema_main.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/schema_top_level.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/schema_unenforced_constraints.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/schema_with_example.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/settings_case_sensitive.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/settings_main.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/types_bare_type.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/types_boolean.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/types_bytesize.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/types_callable.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/types_choices.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/types_color.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/types_constrained.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/types_custom_type.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/types_dt.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/types_iterables.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/types_json_type.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/types_literal1.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/types_literal2.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/types_literal3.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/types_payment_card_number.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/types_secret_types.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/types_strict.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/types_type.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/types_typevar.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/types_union_correct.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/types_union_incorrect.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/types_url_properties.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/types_url_punycode.py: Python script, UTF-8 Unicode text executable data/pydantic-1.2/docs/examples/types_urls.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/validators_always.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/validators_dataclass.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/validators_pre_item.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/validators_root.py: Python script, ASCII text executable data/pydantic-1.2/docs/examples/validators_simple.py: Python script, ASCII text executable data/pydantic-1.2/docs/extra/ad.css: ASCII text data/pydantic-1.2/docs/extra/ad.js: ASCII text data/pydantic-1.2/docs/extra/redirects.js: C source, ASCII text data/pydantic-1.2/docs/extra/terminal.css: ASCII text data/pydantic-1.2/docs/favicon.png: PNG image data, 32 x 32, 8-bit gray+alpha, non-interlaced data/pydantic-1.2/docs/index.md: ASCII text, with very long lines data/pydantic-1.2/docs/install.md: ASCII text data/pydantic-1.2/docs/logo-white.svg: SVG Scalable Vector Graphics image data/pydantic-1.2/docs/mypy_plugin.md: ASCII text data/pydantic-1.2/docs/pycharm_plugin.md: ASCII text data/pydantic-1.2/docs/requirements.txt: ASCII text data/pydantic-1.2/docs/theme/main.html: ASCII text data/pydantic-1.2/docs/usage/dataclasses.md: ASCII text data/pydantic-1.2/docs/usage/devtools.md: ASCII text data/pydantic-1.2/docs/usage/exporting_models.md: ASCII text data/pydantic-1.2/docs/usage/model_config.md: ASCII text data/pydantic-1.2/docs/usage/models.md: Python script, ASCII text executable data/pydantic-1.2/docs/usage/mypy.md: ASCII text data/pydantic-1.2/docs/usage/postponed_annotations.md: ASCII text data/pydantic-1.2/docs/usage/schema.md: ASCII text data/pydantic-1.2/docs/usage/settings.md: ASCII text data/pydantic-1.2/docs/usage/types.md: UTF-8 Unicode text data/pydantic-1.2/docs/usage/validators.md: ASCII text data/pydantic-1.2/docs/version_1_release_notes.md: ASCII text data/pydantic-1.2/mkdocs.yml: UTF-8 Unicode text data/pydantic-1.2/pydantic/__init__.py: Python script, ASCII text executable data/pydantic-1.2/pydantic/class_validators.py: Python script, ASCII text executable data/pydantic-1.2/pydantic/color.py: Python script, ASCII text executable data/pydantic-1.2/pydantic/dataclasses.py: Python script, ASCII text executable data/pydantic-1.2/pydantic/datetime_parse.py: Python script, ASCII text executable data/pydantic-1.2/pydantic/env_settings.py: Python script, ASCII text executable data/pydantic-1.2/pydantic/error_wrappers.py: Python script, ASCII text executable data/pydantic-1.2/pydantic/errors.py: Python script, ASCII text executable data/pydantic-1.2/pydantic/json.py: Python script, ASCII text executable data/pydantic-1.2/pydantic/mypy.py: Python script, ASCII text executable data/pydantic-1.2/pydantic/networks.py: Python script, ASCII text executable data/pydantic-1.2/pydantic/parse.py: Python script, ASCII text executable data/pydantic-1.2/pydantic/py.typed: empty data/pydantic-1.2/pydantic/tools.py: Python script, ASCII text executable data/pydantic-1.2/pydantic/types.py: Python script, ASCII text executable data/pydantic-1.2/pydantic/utils.py: Python script, UTF-8 Unicode text executable data/pydantic-1.2/pydantic/validators.py: Python script, ASCII text executable data/pydantic-1.2/pydantic/version.py: Python script, ASCII text executable data/pydantic-1.2/pydantic/fields.py: Python script, UTF-8 Unicode text executable data/pydantic-1.2/pydantic/generics.py: Python script, ASCII text executable data/pydantic-1.2/pydantic/main.py: Python script, ASCII text executable data/pydantic-1.2/pydantic/schema.py: Python script, ASCII text executable data/pydantic-1.2/pydantic/typing.py: Python script, ASCII text executable data/pydantic-1.2/requirements.txt: ASCII text data/pydantic-1.2/runtime.txt: ASCII text data/pydantic-1.2/tests/__init__.py: empty data/pydantic-1.2/tests/check_tag.py: Python script, UTF-8 Unicode text executable data/pydantic-1.2/tests/conftest.py: Python script, ASCII text executable data/pydantic-1.2/tests/mypy/__init__.py: empty data/pydantic-1.2/tests/mypy/configs/mypy-default.ini: ASCII text data/pydantic-1.2/tests/mypy/configs/mypy-plugin-strict.ini: ASCII text data/pydantic-1.2/tests/mypy/configs/mypy-plugin.ini: ASCII text data/pydantic-1.2/tests/mypy/modules/fail1.py: Python script, ASCII text executable data/pydantic-1.2/tests/mypy/modules/fail2.py: Python script, ASCII text executable data/pydantic-1.2/tests/mypy/modules/fail3.py: Python script, ASCII text executable data/pydantic-1.2/tests/mypy/modules/plugin_fail.py: Python script, ASCII text executable data/pydantic-1.2/tests/mypy/modules/plugin_success.py: Python script, ASCII text executable data/pydantic-1.2/tests/mypy/modules/success.py: Python script, ASCII text executable data/pydantic-1.2/tests/mypy/outputs/fail1.txt: ASCII text, with no line terminators data/pydantic-1.2/tests/mypy/outputs/fail2.txt: ASCII text, with no line terminators data/pydantic-1.2/tests/mypy/outputs/fail3.txt: ASCII text, with no line terminators data/pydantic-1.2/tests/mypy/outputs/fail4.txt: ASCII text data/pydantic-1.2/tests/mypy/outputs/plugin-fail-strict.txt: ASCII text data/pydantic-1.2/tests/mypy/outputs/plugin-fail.txt: ASCII text data/pydantic-1.2/tests/mypy/outputs/plugin-success-strict.txt: ASCII text data/pydantic-1.2/tests/mypy/test_mypy.py: Python script, ASCII text executable data/pydantic-1.2/tests/requirements.txt: ASCII text data/pydantic-1.2/tests/test_abc.py: Python script, ASCII text executable data/pydantic-1.2/tests/test_callable.py: Python script, ASCII text executable data/pydantic-1.2/tests/test_color.py: Python script, ASCII text executable data/pydantic-1.2/tests/test_construction.py: Python script, ASCII text executable data/pydantic-1.2/tests/test_create_model.py: Python script, ASCII text executable data/pydantic-1.2/tests/test_dataclasses.py: Python script, ASCII text executable data/pydantic-1.2/tests/test_datetime_parse.py: Python script, UTF-8 Unicode text executable data/pydantic-1.2/tests/test_edge_cases.py: Python script, ASCII text executable data/pydantic-1.2/tests/test_errors.py: Python script, ASCII text executable data/pydantic-1.2/tests/test_forward_ref.py: Python script, ASCII text executable data/pydantic-1.2/tests/test_generics.py: Python script, ASCII text executable data/pydantic-1.2/tests/test_json.py: Python script, ASCII text executable data/pydantic-1.2/tests/test_main.py: Python script, ASCII text executable data/pydantic-1.2/tests/test_networks.py: Python script, UTF-8 Unicode text executable data/pydantic-1.2/tests/test_networks_ipaddress.py: Python script, ASCII text executable data/pydantic-1.2/tests/test_orm_mode.py: Python script, ASCII text executable data/pydantic-1.2/tests/test_parse.py: Python script, ASCII text executable data/pydantic-1.2/tests/test_schema.py: Python script, ASCII text executable data/pydantic-1.2/tests/test_settings.py: Python script, ASCII text executable data/pydantic-1.2/tests/test_tools.py: Python script, ASCII text executable data/pydantic-1.2/tests/test_types.py: Python script, ASCII text executable data/pydantic-1.2/tests/test_types_payment_card_number.py: Python script, ASCII text executable data/pydantic-1.2/tests/test_utils.py: Python script, UTF-8 Unicode text executable data/pydantic-1.2/tests/test_validators.py: Python script, ASCII text executable data/pydantic-1.2/tests/test_validators_dataclass.py: Python script, ASCII text executable data/pydantic-1.2/tests/try_assert.py: Python script, ASCII text executable data/pydantic-1.2/debian/changelog: UTF-8 Unicode text data/pydantic-1.2/debian/control: ASCII text data/pydantic-1.2/debian/copyright: ASCII text data/pydantic-1.2/debian/docs: ASCII text data/pydantic-1.2/debian/gitlab-ci.yml: ASCII text data/pydantic-1.2/debian/patches/python3.9-support.patch: unified diff output, ASCII text data/pydantic-1.2/debian/patches/series: ASCII text data/pydantic-1.2/debian/rules: a /usr/bin/make -f script, ASCII text executable data/pydantic-1.2/debian/source/format: ASCII text data/pydantic-1.2/debian/watch: ASCII text data/pydantic-1.2/.pc/.version: ASCII text data/pydantic-1.2/.pc/.quilt_patches: ASCII text data/pydantic-1.2/.pc/.quilt_series: ASCII text data/pydantic-1.2/.pc/applied-patches: ASCII text data/pydantic-1.2/.pc/python3.9-support.patch/pydantic/fields.py: Python script, UTF-8 Unicode text executable data/pydantic-1.2/.pc/python3.9-support.patch/pydantic/generics.py: Python script, ASCII text executable data/pydantic-1.2/.pc/python3.9-support.patch/pydantic/main.py: Python script, ASCII text executable data/pydantic-1.2/.pc/python3.9-support.patch/pydantic/schema.py: Python script, ASCII text executable data/pydantic-1.2/.pc/python3.9-support.patch/pydantic/typing.py: Python script, ASCII text executable data/pydantic-1.2/.pc/python3.9-support.patch/setup.cfg: ASCII text data/pydantic-1.2/.pc/python3.9-support.patch/setup.py: Python script, ASCII text executable data/pydantic-1.2/setup.cfg: ASCII text data/pydantic-1.2/setup.py: Python script, ASCII text executable