Ravenports generated: 17 Sep 2022 15:25
[ravenports.git] / bucket_65 / python-astroid
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-astroid
4 VERSION=                2.12.9
5 KEYWORDS=               python
6 VARIANTS=               py39 py310
7 SDESC[py310]=           Abstract syntax tree with inference support (3.10)
8 SDESC[py39]=            Abstract syntax tree with inference support (3.9)
9 HOMEPAGE=               none
10 CONTACT=                Python_Automaton[python@ironwolf.systems]
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            PYPIWHL/fd/f9/8f40dd5634f86c47fc871c43d8fb5c1bbd155a957df729991b3ac964511d
14 DISTFILE[1]=            astroid-2.12.9-py3-none-any.whl:main
15 DF_INDEX=               1
16 SPKGS[py310]=           single
17 SPKGS[py39]=            single
18
19 OPTIONS_AVAILABLE=      PY39 PY310
20 OPTIONS_STANDARD=       none
21 VOPTS[py310]=           PY39=OFF PY310=ON
22 VOPTS[py39]=            PY39=ON PY310=OFF
23
24 DISTNAME=               astroid-2.12.9.dist-info
25
26 GENERATED=              yes
27
28 [PY39].RUN_DEPENDS_ON=                  python-lazy-object-proxy:single:py39
29                                         python-typing-extensions:single:py39
30                                         python-wrapt:single:py39
31 [PY39].USES_ON=                         python:py39,wheel
32
33 [PY310].RUN_DEPENDS_ON=                 python-lazy-object-proxy:single:py310
34                                         python-wrapt:single:py310
35 [PY310].USES_ON=                        python:py310,wheel
36
37 [FILE:2274:descriptions/desc.single]
38 Astroid
39 =======
40
41     :alt: Coverage badge from coveralls.io
42
43     :alt: Documentation Status
44
45    :alt: pre-commit.ci status
46
47 .. |tidelift_logo| image::
48 https://raw.githubusercontent.com/PyCQA/astroid/main/doc/media/Tidelift_Logos_RGB_Tidelift_Shorthand_On-White.png
49    :width: 200
50    :alt: Tidelift
51
52 .. list-table::
53    :widths: 10 100
54
55    * - |tidelift_logo|
56      - Professional support for astroid is available as part of the
57        `Tidelift Subscription`_.  Tidelift gives software development teams
58 a single source for
59        purchasing and maintaining their software, with professional grade
60 assurances
61        from the experts who know it best, while seamlessly integrating with
62 existing
63        tools.
64
65 .. _Tidelift Subscription:
66 https://tidelift.com/subscription/pkg/pypi-astroid?utm_source=pypi-astroid&utm_medium=referral&utm_campaign=readme
67
68 What's this?
69 ------------
70
71 The aim of this module is to provide a common base representation of
72 python source code. It is currently the library powering pylint's
73 capabilities.
74
75 It provides a compatible representation which comes from the `_ast`
76 module.  It rebuilds the tree generated by the builtin _ast module by
77 recursively walking down the AST and building an extended ast. The new
78 node classes have additional methods and attributes for different
79 usages. They include some support for static inference and local name
80 scopes. Furthermore, astroid can also build partial trees by inspecting
81 living
82 objects.
83
84 Installation
85 ------------
86
87 Extract the tarball, jump into the created directory and run::
88
89     pip install .
90
91 If you want to do an editable installation, you can run::
92
93     pip install -e .
94
95 If you have any questions, please mail the code-quality@python.org
96 mailing list for support. See
97 http://mail.python.org/mailman/listinfo/code-quality for subscription
98 information and archives.
99
100 Documentation
101 -------------
102 http://astroid.readthedocs.io/en/latest/
103
104 Python Versions
105 ---------------
106
107 astroid 2.0 is currently available for Python 3 only. If you want Python 2
108 support, use an older version of astroid (though note that these versions
109 are no longer supported).
110
111 Test
112 ----
113
114 Tests are in the 'test' subdirectory. To launch the whole tests suite, you
115 can use
116 either `tox` or `pytest`::
117
118     tox
119     pytest astroid
120
121
122 [FILE:110:distinfo]
123 27a22f40e45af6d362498647a0940e8ae9c35f71cb572a1b6f8f810122a11918       263191 astroid-2.12.9-py3-none-any.whl
124