Ravenports generated: 04 Jun 2021 12:59
[ravenports.git] / bucket_FF / python-pylint
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-pylint
4 VERSION=                2.8.3
5 KEYWORDS=               python
6 VARIANTS=               py38 py39
7 SDESC[py38]=            Python code static checker (PY38)
8 SDESC[py39]=            Python code static checker (PY39)
9 HOMEPAGE=               https://github.com/PyCQA/pylint
10 CONTACT=                Python_Automaton[python@ironwolf.systems]
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            PYPIWHL/b2/97/a584ca733493cba7baca670800e615ced77c7b22e663e2eed6f68c931b87
14 DISTFILE[1]=            pylint-2.8.3-py3-none-any.whl:main
15 DF_INDEX=               1
16 SPKGS[py38]=            single
17 SPKGS[py39]=            single
18
19 OPTIONS_AVAILABLE=      PY38 PY39
20 OPTIONS_STANDARD=       none
21 VOPTS[py38]=            PY38=ON PY39=OFF
22 VOPTS[py39]=            PY38=OFF PY39=ON
23
24 BUILDRUN_DEPENDS=       python-pytest-runner:single:python_used
25
26 DISTNAME=               pylint-2.8.3.dist-info
27
28 GENERATED=              yes
29
30 [PY38].RUN_DEPENDS_ON=                  python-astroid:single:py38
31                                         python-isort:single:py38
32                                         python-mccabe:single:py38
33                                         python-toml:single:py38
34                                         python-colorama:single:py38
35 [PY38].USES_ON=                         python:py38,wheel
36
37 [PY39].RUN_DEPENDS_ON=                  python-astroid:single:py39
38                                         python-isort:single:py39
39                                         python-mccabe:single:py39
40                                         python-toml:single:py39
41                                         python-colorama:single:py39
42 [PY39].USES_ON=                         python:py39,wheel
43
44 [FILE:2697:descriptions/desc.single]
45
46 README for Pylint - https://pylint.pycqa.org/
47 =============================================
48
49     :alt: Documentation Status
50
51 .. |tideliftlogo| image::
52 https://raw.githubusercontent.com/PyCQA/pylint/master/doc/media/Tidelift_Logos_RGB_Tidelift_Shorthand_On-White.png
53    :width: 75
54    :height: 60
55    :alt: Tidelift
56
57 .. list-table::
58    :widths: 10 100
59
60    * - |tideliftlogo|
61      - Professional support for pylint is available as part of the
62 `Tidelift
63        Subscription`_.  Tidelift gives software development teams a single
64 source for
65        purchasing and maintaining their software, with professional grade
66 assurances
67        from the experts who know it best, while seamlessly integrating with
68 existing
69        tools.
70
71 .. _Tidelift Subscription:
72 https://tidelift.com/subscription/pkg/pypi-pylint?utm_source=pypi-pylint&utm_medium=referral&utm_campaign=readme
73
74 ======
75 Pylint
76 ======
77
78 **It's not just a linter that annoys you!**
79
80 Pylint is a Python static code analysis tool which looks for programming
81 errors,
82 helps enforcing a coding standard, sniffs for code smells and offers simple
83 refactoring
84 suggestions.
85
86 It's highly configurable, having special pragmas to control its errors and
87 warnings
88 from within your code, as well as from an extensive configuration file.
89 It is also possible to write your own plugins for adding your own checks or
90 for
91 extending pylint in one way or another.
92
93 It's a free software distributed under the GNU General Public Licence
94 unless
95 otherwise specified.
96
97 Development is hosted on GitHub: https://github.com/PyCQA/pylint/
98
99 You can use the code-quality@python.org mailing list to discuss about
100 Pylint. Subscribe at https://mail.python.org/mailman/listinfo/code-quality/
101 or read the archives at https://mail.python.org/pipermail/code-quality/
102
103 Pull requests are amazing and most welcome.
104
105 Install
106 -------
107
108 Pylint can be simply installed by running::
109
110     pip install pylint
111
112 If you are using Python 3.6+, upgrade to get full support for your
113 version::
114
115     pip install pylint --upgrade
116
117 If you want to install from a source distribution, extract the tarball and
118 run
119 the following command ::
120
121     python setup.py install
122
123 Do make sure to do the same for astroid, which is used internally by
124 pylint.
125
126 For debian and rpm packages, use your usual tools according to your Linux
127 distribution.
128
129 More information about installation and available distribution format
130 can be found here_.
131
132 Documentation
133 -------------
134
135 The documentation lives at https://pylint.pycqa.org/.
136
137 Pylint is shipped with following additional commands:
138
139 * pyreverse: an UML diagram generator
140 * symilar: an independent similarities checker
141 * epylint: Emacs and Flymake compatible Pylint
142
143 Testing
144 -------
145
146
147 [FILE:108:distinfo]
148 792b38ff30903884e4a9eab814ee3523731abd3c463f3ba48d7b627e87013484       357832 pylint-2.8.3-py3-none-any.whl
149