{
  "build": "py311h06a4308_0",
  "build_number": 0,
  "channel": "https://repo.anaconda.com/pkgs/main/linux-64",
  "constrains": [],
  "depends": [
    "astroid >=2.14.2,<=2.16.0",
    "colorama >=0.4.5",
    "dill >=0.3.6",
    "isort >=4.2.5,<6",
    "mccabe >=0.6,<0.8",
    "platformdirs >=2.2.0",
    "python >=3.11,<3.12.0a0",
    "tomlkit >=0.10.1"
  ],
  "extracted_package_dir": "/var/www/html/software/conda/pkgs/pylint-2.16.2-py311h06a4308_0",
  "features": "",
  "files": [
    "bin/epylint",
    "bin/pylint",
    "bin/pylint-config",
    "bin/pyreverse",
    "bin/symilar",
    "lib/python3.11/site-packages/pylint-2.16.2.dist-info/CONTRIBUTORS.txt",
    "lib/python3.11/site-packages/pylint-2.16.2.dist-info/INSTALLER",
    "lib/python3.11/site-packages/pylint-2.16.2.dist-info/LICENSE",
    "lib/python3.11/site-packages/pylint-2.16.2.dist-info/METADATA",
    "lib/python3.11/site-packages/pylint-2.16.2.dist-info/RECORD",
    "lib/python3.11/site-packages/pylint-2.16.2.dist-info/REQUESTED",
    "lib/python3.11/site-packages/pylint-2.16.2.dist-info/WHEEL",
    "lib/python3.11/site-packages/pylint-2.16.2.dist-info/direct_url.json",
    "lib/python3.11/site-packages/pylint-2.16.2.dist-info/entry_points.txt",
    "lib/python3.11/site-packages/pylint-2.16.2.dist-info/top_level.txt",
    "lib/python3.11/site-packages/pylint/__init__.py",
    "lib/python3.11/site-packages/pylint/__main__.py",
    "lib/python3.11/site-packages/pylint/__pkginfo__.py",
    "lib/python3.11/site-packages/pylint/__pycache__/__init__.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/__pycache__/__main__.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/__pycache__/__pkginfo__.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/__pycache__/constants.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/__pycache__/epylint.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/__pycache__/exceptions.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/__pycache__/graph.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/__pycache__/interfaces.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/__pycache__/typing.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/__init__.py",
    "lib/python3.11/site-packages/pylint/checkers/__pycache__/__init__.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/__pycache__/async.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/__pycache__/base_checker.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/__pycache__/deprecated.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/__pycache__/design_analysis.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/__pycache__/dunder_methods.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/__pycache__/ellipsis_checker.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/__pycache__/exceptions.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/__pycache__/format.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/__pycache__/imports.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/__pycache__/lambda_expressions.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/__pycache__/logging.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/__pycache__/mapreduce_checker.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/__pycache__/method_args.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/__pycache__/misc.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/__pycache__/modified_iterating_checker.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/__pycache__/nested_min_max.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/__pycache__/newstyle.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/__pycache__/non_ascii_names.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/__pycache__/raw_metrics.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/__pycache__/similar.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/__pycache__/spelling.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/__pycache__/stdlib.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/__pycache__/strings.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/__pycache__/threading_checker.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/__pycache__/typecheck.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/__pycache__/unicode.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/__pycache__/unsupported_version.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/__pycache__/utils.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/__pycache__/variables.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/async.py",
    "lib/python3.11/site-packages/pylint/checkers/base/__init__.py",
    "lib/python3.11/site-packages/pylint/checkers/base/__pycache__/__init__.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/base/__pycache__/basic_checker.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/base/__pycache__/basic_error_checker.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/base/__pycache__/comparison_checker.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/base/__pycache__/docstring_checker.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/base/__pycache__/pass_checker.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/base/basic_checker.py",
    "lib/python3.11/site-packages/pylint/checkers/base/basic_error_checker.py",
    "lib/python3.11/site-packages/pylint/checkers/base/comparison_checker.py",
    "lib/python3.11/site-packages/pylint/checkers/base/docstring_checker.py",
    "lib/python3.11/site-packages/pylint/checkers/base/name_checker/__init__.py",
    "lib/python3.11/site-packages/pylint/checkers/base/name_checker/__pycache__/__init__.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/base/name_checker/__pycache__/checker.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/base/name_checker/__pycache__/naming_style.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/base/name_checker/checker.py",
    "lib/python3.11/site-packages/pylint/checkers/base/name_checker/naming_style.py",
    "lib/python3.11/site-packages/pylint/checkers/base/pass_checker.py",
    "lib/python3.11/site-packages/pylint/checkers/base_checker.py",
    "lib/python3.11/site-packages/pylint/checkers/classes/__init__.py",
    "lib/python3.11/site-packages/pylint/checkers/classes/__pycache__/__init__.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/classes/__pycache__/class_checker.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/classes/__pycache__/special_methods_checker.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/classes/class_checker.py",
    "lib/python3.11/site-packages/pylint/checkers/classes/special_methods_checker.py",
    "lib/python3.11/site-packages/pylint/checkers/deprecated.py",
    "lib/python3.11/site-packages/pylint/checkers/design_analysis.py",
    "lib/python3.11/site-packages/pylint/checkers/dunder_methods.py",
    "lib/python3.11/site-packages/pylint/checkers/ellipsis_checker.py",
    "lib/python3.11/site-packages/pylint/checkers/exceptions.py",
    "lib/python3.11/site-packages/pylint/checkers/format.py",
    "lib/python3.11/site-packages/pylint/checkers/imports.py",
    "lib/python3.11/site-packages/pylint/checkers/lambda_expressions.py",
    "lib/python3.11/site-packages/pylint/checkers/logging.py",
    "lib/python3.11/site-packages/pylint/checkers/mapreduce_checker.py",
    "lib/python3.11/site-packages/pylint/checkers/method_args.py",
    "lib/python3.11/site-packages/pylint/checkers/misc.py",
    "lib/python3.11/site-packages/pylint/checkers/modified_iterating_checker.py",
    "lib/python3.11/site-packages/pylint/checkers/nested_min_max.py",
    "lib/python3.11/site-packages/pylint/checkers/newstyle.py",
    "lib/python3.11/site-packages/pylint/checkers/non_ascii_names.py",
    "lib/python3.11/site-packages/pylint/checkers/raw_metrics.py",
    "lib/python3.11/site-packages/pylint/checkers/refactoring/__init__.py",
    "lib/python3.11/site-packages/pylint/checkers/refactoring/__pycache__/__init__.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/refactoring/__pycache__/implicit_booleaness_checker.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/refactoring/__pycache__/not_checker.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/refactoring/__pycache__/recommendation_checker.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/refactoring/__pycache__/refactoring_checker.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/checkers/refactoring/implicit_booleaness_checker.py",
    "lib/python3.11/site-packages/pylint/checkers/refactoring/not_checker.py",
    "lib/python3.11/site-packages/pylint/checkers/refactoring/recommendation_checker.py",
    "lib/python3.11/site-packages/pylint/checkers/refactoring/refactoring_checker.py",
    "lib/python3.11/site-packages/pylint/checkers/similar.py",
    "lib/python3.11/site-packages/pylint/checkers/spelling.py",
    "lib/python3.11/site-packages/pylint/checkers/stdlib.py",
    "lib/python3.11/site-packages/pylint/checkers/strings.py",
    "lib/python3.11/site-packages/pylint/checkers/threading_checker.py",
    "lib/python3.11/site-packages/pylint/checkers/typecheck.py",
    "lib/python3.11/site-packages/pylint/checkers/unicode.py",
    "lib/python3.11/site-packages/pylint/checkers/unsupported_version.py",
    "lib/python3.11/site-packages/pylint/checkers/utils.py",
    "lib/python3.11/site-packages/pylint/checkers/variables.py",
    "lib/python3.11/site-packages/pylint/config/__init__.py",
    "lib/python3.11/site-packages/pylint/config/__pycache__/__init__.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/config/__pycache__/argument.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/config/__pycache__/arguments_manager.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/config/__pycache__/arguments_provider.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/config/__pycache__/callback_actions.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/config/__pycache__/config_file_parser.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/config/__pycache__/config_initialization.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/config/__pycache__/configuration_mixin.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/config/__pycache__/deprecation_actions.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/config/__pycache__/environment_variable.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/config/__pycache__/exceptions.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/config/__pycache__/find_default_config_files.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/config/__pycache__/help_formatter.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/config/__pycache__/option.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/config/__pycache__/option_manager_mixin.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/config/__pycache__/option_parser.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/config/__pycache__/options_provider_mixin.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/config/__pycache__/utils.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/config/_pylint_config/__init__.py",
    "lib/python3.11/site-packages/pylint/config/_pylint_config/__pycache__/__init__.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/config/_pylint_config/__pycache__/generate_command.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/config/_pylint_config/__pycache__/help_message.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/config/_pylint_config/__pycache__/main.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/config/_pylint_config/__pycache__/setup.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/config/_pylint_config/__pycache__/utils.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/config/_pylint_config/generate_command.py",
    "lib/python3.11/site-packages/pylint/config/_pylint_config/help_message.py",
    "lib/python3.11/site-packages/pylint/config/_pylint_config/main.py",
    "lib/python3.11/site-packages/pylint/config/_pylint_config/setup.py",
    "lib/python3.11/site-packages/pylint/config/_pylint_config/utils.py",
    "lib/python3.11/site-packages/pylint/config/argument.py",
    "lib/python3.11/site-packages/pylint/config/arguments_manager.py",
    "lib/python3.11/site-packages/pylint/config/arguments_provider.py",
    "lib/python3.11/site-packages/pylint/config/callback_actions.py",
    "lib/python3.11/site-packages/pylint/config/config_file_parser.py",
    "lib/python3.11/site-packages/pylint/config/config_initialization.py",
    "lib/python3.11/site-packages/pylint/config/configuration_mixin.py",
    "lib/python3.11/site-packages/pylint/config/deprecation_actions.py",
    "lib/python3.11/site-packages/pylint/config/environment_variable.py",
    "lib/python3.11/site-packages/pylint/config/exceptions.py",
    "lib/python3.11/site-packages/pylint/config/find_default_config_files.py",
    "lib/python3.11/site-packages/pylint/config/help_formatter.py",
    "lib/python3.11/site-packages/pylint/config/option.py",
    "lib/python3.11/site-packages/pylint/config/option_manager_mixin.py",
    "lib/python3.11/site-packages/pylint/config/option_parser.py",
    "lib/python3.11/site-packages/pylint/config/options_provider_mixin.py",
    "lib/python3.11/site-packages/pylint/config/utils.py",
    "lib/python3.11/site-packages/pylint/constants.py",
    "lib/python3.11/site-packages/pylint/epylint.py",
    "lib/python3.11/site-packages/pylint/exceptions.py",
    "lib/python3.11/site-packages/pylint/extensions/__init__.py",
    "lib/python3.11/site-packages/pylint/extensions/__pycache__/__init__.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/extensions/__pycache__/_check_docs_utils.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/extensions/__pycache__/bad_builtin.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/extensions/__pycache__/broad_try_clause.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/extensions/__pycache__/check_elif.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/extensions/__pycache__/code_style.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/extensions/__pycache__/comparetozero.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/extensions/__pycache__/comparison_placement.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/extensions/__pycache__/confusing_elif.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/extensions/__pycache__/consider_refactoring_into_while_condition.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/extensions/__pycache__/consider_ternary_expression.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/extensions/__pycache__/dict_init_mutate.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/extensions/__pycache__/docparams.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/extensions/__pycache__/docstyle.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/extensions/__pycache__/dunder.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/extensions/__pycache__/empty_comment.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/extensions/__pycache__/emptystring.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/extensions/__pycache__/eq_without_hash.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/extensions/__pycache__/for_any_all.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/extensions/__pycache__/magic_value.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/extensions/__pycache__/mccabe.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/extensions/__pycache__/no_self_use.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/extensions/__pycache__/overlapping_exceptions.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/extensions/__pycache__/private_import.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/extensions/__pycache__/redefined_loop_name.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/extensions/__pycache__/redefined_variable_type.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/extensions/__pycache__/set_membership.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/extensions/__pycache__/typing.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/extensions/__pycache__/while_used.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/extensions/_check_docs_utils.py",
    "lib/python3.11/site-packages/pylint/extensions/bad_builtin.py",
    "lib/python3.11/site-packages/pylint/extensions/broad_try_clause.py",
    "lib/python3.11/site-packages/pylint/extensions/check_elif.py",
    "lib/python3.11/site-packages/pylint/extensions/code_style.py",
    "lib/python3.11/site-packages/pylint/extensions/comparetozero.py",
    "lib/python3.11/site-packages/pylint/extensions/comparison_placement.py",
    "lib/python3.11/site-packages/pylint/extensions/confusing_elif.py",
    "lib/python3.11/site-packages/pylint/extensions/consider_refactoring_into_while_condition.py",
    "lib/python3.11/site-packages/pylint/extensions/consider_ternary_expression.py",
    "lib/python3.11/site-packages/pylint/extensions/dict_init_mutate.py",
    "lib/python3.11/site-packages/pylint/extensions/docparams.py",
    "lib/python3.11/site-packages/pylint/extensions/docstyle.py",
    "lib/python3.11/site-packages/pylint/extensions/dunder.py",
    "lib/python3.11/site-packages/pylint/extensions/empty_comment.py",
    "lib/python3.11/site-packages/pylint/extensions/emptystring.py",
    "lib/python3.11/site-packages/pylint/extensions/eq_without_hash.py",
    "lib/python3.11/site-packages/pylint/extensions/for_any_all.py",
    "lib/python3.11/site-packages/pylint/extensions/magic_value.py",
    "lib/python3.11/site-packages/pylint/extensions/mccabe.py",
    "lib/python3.11/site-packages/pylint/extensions/no_self_use.py",
    "lib/python3.11/site-packages/pylint/extensions/overlapping_exceptions.py",
    "lib/python3.11/site-packages/pylint/extensions/private_import.py",
    "lib/python3.11/site-packages/pylint/extensions/redefined_loop_name.py",
    "lib/python3.11/site-packages/pylint/extensions/redefined_variable_type.py",
    "lib/python3.11/site-packages/pylint/extensions/set_membership.py",
    "lib/python3.11/site-packages/pylint/extensions/typing.py",
    "lib/python3.11/site-packages/pylint/extensions/while_used.py",
    "lib/python3.11/site-packages/pylint/graph.py",
    "lib/python3.11/site-packages/pylint/interfaces.py",
    "lib/python3.11/site-packages/pylint/lint/__init__.py",
    "lib/python3.11/site-packages/pylint/lint/__pycache__/__init__.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/lint/__pycache__/base_options.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/lint/__pycache__/caching.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/lint/__pycache__/expand_modules.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/lint/__pycache__/message_state_handler.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/lint/__pycache__/parallel.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/lint/__pycache__/pylinter.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/lint/__pycache__/report_functions.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/lint/__pycache__/run.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/lint/__pycache__/utils.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/lint/base_options.py",
    "lib/python3.11/site-packages/pylint/lint/caching.py",
    "lib/python3.11/site-packages/pylint/lint/expand_modules.py",
    "lib/python3.11/site-packages/pylint/lint/message_state_handler.py",
    "lib/python3.11/site-packages/pylint/lint/parallel.py",
    "lib/python3.11/site-packages/pylint/lint/pylinter.py",
    "lib/python3.11/site-packages/pylint/lint/report_functions.py",
    "lib/python3.11/site-packages/pylint/lint/run.py",
    "lib/python3.11/site-packages/pylint/lint/utils.py",
    "lib/python3.11/site-packages/pylint/message/__init__.py",
    "lib/python3.11/site-packages/pylint/message/__pycache__/__init__.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/message/__pycache__/_deleted_message_ids.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/message/__pycache__/message.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/message/__pycache__/message_definition.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/message/__pycache__/message_definition_store.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/message/__pycache__/message_id_store.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/message/_deleted_message_ids.py",
    "lib/python3.11/site-packages/pylint/message/message.py",
    "lib/python3.11/site-packages/pylint/message/message_definition.py",
    "lib/python3.11/site-packages/pylint/message/message_definition_store.py",
    "lib/python3.11/site-packages/pylint/message/message_id_store.py",
    "lib/python3.11/site-packages/pylint/pyreverse/__init__.py",
    "lib/python3.11/site-packages/pylint/pyreverse/__pycache__/__init__.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/pyreverse/__pycache__/diadefslib.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/pyreverse/__pycache__/diagrams.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/pyreverse/__pycache__/dot_printer.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/pyreverse/__pycache__/inspector.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/pyreverse/__pycache__/main.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/pyreverse/__pycache__/mermaidjs_printer.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/pyreverse/__pycache__/plantuml_printer.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/pyreverse/__pycache__/printer.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/pyreverse/__pycache__/printer_factory.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/pyreverse/__pycache__/utils.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/pyreverse/__pycache__/vcg_printer.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/pyreverse/__pycache__/writer.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/pyreverse/diadefslib.py",
    "lib/python3.11/site-packages/pylint/pyreverse/diagrams.py",
    "lib/python3.11/site-packages/pylint/pyreverse/dot_printer.py",
    "lib/python3.11/site-packages/pylint/pyreverse/inspector.py",
    "lib/python3.11/site-packages/pylint/pyreverse/main.py",
    "lib/python3.11/site-packages/pylint/pyreverse/mermaidjs_printer.py",
    "lib/python3.11/site-packages/pylint/pyreverse/plantuml_printer.py",
    "lib/python3.11/site-packages/pylint/pyreverse/printer.py",
    "lib/python3.11/site-packages/pylint/pyreverse/printer_factory.py",
    "lib/python3.11/site-packages/pylint/pyreverse/utils.py",
    "lib/python3.11/site-packages/pylint/pyreverse/vcg_printer.py",
    "lib/python3.11/site-packages/pylint/pyreverse/writer.py",
    "lib/python3.11/site-packages/pylint/reporters/__init__.py",
    "lib/python3.11/site-packages/pylint/reporters/__pycache__/__init__.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/reporters/__pycache__/base_reporter.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/reporters/__pycache__/collecting_reporter.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/reporters/__pycache__/json_reporter.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/reporters/__pycache__/multi_reporter.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/reporters/__pycache__/reports_handler_mix_in.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/reporters/__pycache__/text.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/reporters/base_reporter.py",
    "lib/python3.11/site-packages/pylint/reporters/collecting_reporter.py",
    "lib/python3.11/site-packages/pylint/reporters/json_reporter.py",
    "lib/python3.11/site-packages/pylint/reporters/multi_reporter.py",
    "lib/python3.11/site-packages/pylint/reporters/reports_handler_mix_in.py",
    "lib/python3.11/site-packages/pylint/reporters/text.py",
    "lib/python3.11/site-packages/pylint/reporters/ureports/__init__.py",
    "lib/python3.11/site-packages/pylint/reporters/ureports/__pycache__/__init__.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/reporters/ureports/__pycache__/base_writer.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/reporters/ureports/__pycache__/nodes.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/reporters/ureports/__pycache__/text_writer.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/reporters/ureports/base_writer.py",
    "lib/python3.11/site-packages/pylint/reporters/ureports/nodes.py",
    "lib/python3.11/site-packages/pylint/reporters/ureports/text_writer.py",
    "lib/python3.11/site-packages/pylint/testutils/__init__.py",
    "lib/python3.11/site-packages/pylint/testutils/__pycache__/__init__.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/testutils/__pycache__/_run.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/testutils/__pycache__/checker_test_case.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/testutils/__pycache__/configuration_test.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/testutils/__pycache__/constants.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/testutils/__pycache__/decorator.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/testutils/__pycache__/functional_test_file.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/testutils/__pycache__/get_test_info.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/testutils/__pycache__/global_test_linter.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/testutils/__pycache__/lint_module_test.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/testutils/__pycache__/output_line.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/testutils/__pycache__/pyreverse.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/testutils/__pycache__/reporter_for_tests.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/testutils/__pycache__/tokenize_str.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/testutils/__pycache__/unittest_linter.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/testutils/__pycache__/utils.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/testutils/_primer/__init__.py",
    "lib/python3.11/site-packages/pylint/testutils/_primer/__pycache__/__init__.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/testutils/_primer/__pycache__/package_to_lint.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/testutils/_primer/__pycache__/primer.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/testutils/_primer/__pycache__/primer_command.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/testutils/_primer/__pycache__/primer_compare_command.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/testutils/_primer/__pycache__/primer_prepare_command.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/testutils/_primer/__pycache__/primer_run_command.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/testutils/_primer/package_to_lint.py",
    "lib/python3.11/site-packages/pylint/testutils/_primer/primer.py",
    "lib/python3.11/site-packages/pylint/testutils/_primer/primer_command.py",
    "lib/python3.11/site-packages/pylint/testutils/_primer/primer_compare_command.py",
    "lib/python3.11/site-packages/pylint/testutils/_primer/primer_prepare_command.py",
    "lib/python3.11/site-packages/pylint/testutils/_primer/primer_run_command.py",
    "lib/python3.11/site-packages/pylint/testutils/_run.py",
    "lib/python3.11/site-packages/pylint/testutils/checker_test_case.py",
    "lib/python3.11/site-packages/pylint/testutils/configuration_test.py",
    "lib/python3.11/site-packages/pylint/testutils/constants.py",
    "lib/python3.11/site-packages/pylint/testutils/decorator.py",
    "lib/python3.11/site-packages/pylint/testutils/functional/__init__.py",
    "lib/python3.11/site-packages/pylint/testutils/functional/__pycache__/__init__.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/testutils/functional/__pycache__/find_functional_tests.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/testutils/functional/__pycache__/lint_module_output_update.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/testutils/functional/__pycache__/test_file.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/testutils/functional/find_functional_tests.py",
    "lib/python3.11/site-packages/pylint/testutils/functional/lint_module_output_update.py",
    "lib/python3.11/site-packages/pylint/testutils/functional/test_file.py",
    "lib/python3.11/site-packages/pylint/testutils/functional_test_file.py",
    "lib/python3.11/site-packages/pylint/testutils/get_test_info.py",
    "lib/python3.11/site-packages/pylint/testutils/global_test_linter.py",
    "lib/python3.11/site-packages/pylint/testutils/lint_module_test.py",
    "lib/python3.11/site-packages/pylint/testutils/output_line.py",
    "lib/python3.11/site-packages/pylint/testutils/pyreverse.py",
    "lib/python3.11/site-packages/pylint/testutils/reporter_for_tests.py",
    "lib/python3.11/site-packages/pylint/testutils/testing_pylintrc",
    "lib/python3.11/site-packages/pylint/testutils/tokenize_str.py",
    "lib/python3.11/site-packages/pylint/testutils/unittest_linter.py",
    "lib/python3.11/site-packages/pylint/testutils/utils.py",
    "lib/python3.11/site-packages/pylint/typing.py",
    "lib/python3.11/site-packages/pylint/utils/__init__.py",
    "lib/python3.11/site-packages/pylint/utils/__pycache__/__init__.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/utils/__pycache__/ast_walker.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/utils/__pycache__/docs.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/utils/__pycache__/file_state.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/utils/__pycache__/linterstats.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/utils/__pycache__/pragma_parser.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/utils/__pycache__/utils.cpython-311.pyc",
    "lib/python3.11/site-packages/pylint/utils/ast_walker.py",
    "lib/python3.11/site-packages/pylint/utils/docs.py",
    "lib/python3.11/site-packages/pylint/utils/file_state.py",
    "lib/python3.11/site-packages/pylint/utils/linterstats.py",
    "lib/python3.11/site-packages/pylint/utils/pragma_parser.py",
    "lib/python3.11/site-packages/pylint/utils/utils.py"
  ],
  "fn": "pylint-2.16.2-py311h06a4308_0.conda",
  "license": "GPL-2.0-or-later",
  "link": {
    "source": "/var/www/html/software/conda/pkgs/pylint-2.16.2-py311h06a4308_0",
    "type": 1
  },
  "md5": "bb400616073862d19e30b5f092811313",
  "name": "pylint",
  "package_tarball_full_path": "/var/www/html/software/conda/pkgs/pylint-2.16.2-py311h06a4308_0.conda",
  "paths_data": {
    "paths": [
      {
        "_path": "bin/epylint",
        "file_mode": "text",
        "path_type": "hardlink",
        "prefix_placeholder": "/work/ci_py311/pylint_1676920998643/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl",
        "sha256": "2e51fab050d38a32fce895d7f27d57888e28322cec6e4fb3f11c79093abc8072",
        "sha256_in_prefix": "18c752a0c65c39ac34f800ec1330458dd4d93aedfc57bc5b92ee523489f02950",
        "size_in_bytes": 473
      },
      {
        "_path": "bin/pylint",
        "file_mode": "text",
        "path_type": "hardlink",
        "prefix_placeholder": "/work/ci_py311/pylint_1676920998643/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl",
        "sha256": "92acd9c608b07d5a162e3c639d2e56a7495580b2f38e658baa914de075b3782c",
        "sha256_in_prefix": "4722c7ae37600c17c582ab52db366278d9f1e85792f49cd3ef56a4a59579e265",
        "size_in_bytes": 471
      },
      {
        "_path": "bin/pylint-config",
        "file_mode": "text",
        "path_type": "hardlink",
        "prefix_placeholder": "/work/ci_py311/pylint_1676920998643/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl",
        "sha256": "ef5f04840f6bf1e83af1388900d090cdab519b8f21cb0937f0b91b972e287c8c",
        "sha256_in_prefix": "17ea616c214d55d31d188635bf200efd485bf21682bb3fdbd5441f16a1930e0d",
        "size_in_bytes": 487
      },
      {
        "_path": "bin/pyreverse",
        "file_mode": "text",
        "path_type": "hardlink",
        "prefix_placeholder": "/work/ci_py311/pylint_1676920998643/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl",
        "sha256": "8b3c6a4228c7dfbb50cc48629b76755be87df67ef3c29baf14f36cd281d75722",
        "sha256_in_prefix": "3f6bfa9d4dc4bae61ff2beb68dbabd780a5fb5c3183af148a6cf8116411bdaf1",
        "size_in_bytes": 477
      },
      {
        "_path": "bin/symilar",
        "file_mode": "text",
        "path_type": "hardlink",
        "prefix_placeholder": "/work/ci_py311/pylint_1676920998643/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl",
        "sha256": "86772149c34a76ae89c2f6b3804e2b4182cc512ff52bf1178db330f998802126",
        "sha256_in_prefix": "b5bdafb986a11427ebd9ac2dad3d1bcc59108ad51466d66a28e559b849758d05",
        "size_in_bytes": 473
      }
    ],
    "paths_version": 1
  },
  "requested_spec": "defaults/linux-64::pylint==2.16.2=py311h06a4308_0[md5=bb400616073862d19e30b5f092811313]",
  "sha256": "c7aa44bd2389e35ec22a759136b8ef84ea2df957b25ebaa5dfceefab995ae25e",
  "size": 932953,
  "subdir": "linux-64",
  "timestamp": 1676921014000,
  "track_features": "",
  "url": "https://repo.anaconda.com/pkgs/main/linux-64/pylint-2.16.2-py311h06a4308_0.conda",
  "version": "2.16.2"
}