Sun, 07 Jul 2024 13:27:52 UTC | login

Information for RPM python3-libcst-0.3.21-5.fc37.noarch.rpm

ID806237
Namepython3-libcst
Version0.3.21
Release5.fc37
Epoch
Archnoarch
SummaryA concrete syntax tree with AST-like properties for Python 3
Description LibCST parses Python source code as a CST tree that keeps all formatting details (comments, whitespaces, parentheses, etc). It's useful for building automated refactoring (codemod) applications and linters. LibCST creates a compromise between an Abstract Syntax Tree (AST) and a traditional Concrete Syntax Tree (CST). By carefully reorganizing and naming node types and fields, it creates a lossless CST that looks and feels like an AST.
Build Time2022-07-22 19:50:52 GMT
Size988.63 KB
77c76709ec6a62cf0be23bb61a095765
LicenseMIT and (MIT and Python) and ASL 2.0
Provides
python-libcst = 0.3.21-5.fc37
python3-libcst = 0.3.21-5.fc37
python3.11-libcst = 0.3.21-5.fc37
python3.11dist(libcst) = 0.3.21
python3dist(libcst) = 0.3.21
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
python(abi) = 3.11
python3.11dist(pyyaml) >= 5.2
python3.11dist(typing-extensions) >= 3.7.4.2
python3.11dist(typing-inspect) >= 0.4
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
Page:
<<< 151 through 200 of 837 >>>
Name Size ascending sort
/usr/lib/python3.11/site-packages/libcst/codemod/commands/__pycache__/noop.cpython-311.pyc851.00 B
/usr/lib/python3.11/site-packages/libcst/metadata/parent_node_provider.py867.00 B
/usr/lib/python3.11/site-packages/libcst/_parser/types/token.py883.00 B
/usr/lib/python3.11/site-packages/libcst/helpers/__pycache__/__init__.cpython-311.opt-1.pyc916.00 B
/usr/lib/python3.11/site-packages/libcst/helpers/__pycache__/__init__.cpython-311.pyc916.00 B
/usr/lib/python3.11/site-packages/libcst/__pycache__/_typed_visitor_base.cpython-311.opt-1.pyc931.00 B
/usr/lib/python3.11/site-packages/libcst/__pycache__/_typed_visitor_base.cpython-311.pyc931.00 B
/usr/lib/python3.11/site-packages/libcst/helpers/__init__.py954.00 B
/usr/lib/python3.11/site-packages/libcst/helpers/common.py954.00 B
/usr/lib/python3.11/site-packages/libcst/codemod/_dummy_pool.py987.00 B
/usr/lib/python3.11/site-packages/libcst/__pycache__/_tabs.cpython-311.opt-1.pyc995.00 B
/usr/lib/python3.11/site-packages/libcst/__pycache__/_tabs.cpython-311.pyc995.00 B
/usr/lib/python3.11/site-packages/libcst/_parser/types/__pycache__/production.cpython-311.opt-1.pyc997.00 B
/usr/lib/python3.11/site-packages/libcst/_parser/types/__pycache__/production.cpython-311.pyc997.00 B
/usr/lib/python3.11/site-packages/libcst/_nodes/tests/test_newline.py1.00 KB
/usr/lib/python3.11/site-packages/libcst/_nodes/tests/test_else.py1.03 KB
/usr/lib/python3.11/site-packages/libcst/codemod/commands/tests/test_noop.py1.04 KB
/usr/lib/python3.11/site-packages/libcst/_nodes/tests/test_trailing_whitespace.py1.05 KB
/usr/lib/python3.11/site-packages/libcst/_nodes/tests/test_comment.py1.07 KB
/usr/lib/python3.11/site-packages/libcst/codemod/visitors/__init__.py1.07 KB
/usr/lib/python3.11/site-packages/libcst/codemod/visitors/__pycache__/__init__.cpython-311.opt-1.pyc1.10 KB
/usr/lib/python3.11/site-packages/libcst/codemod/visitors/__pycache__/__init__.cpython-311.pyc1.10 KB
/usr/lib/python3.11/site-packages/libcst/codemod/tests/test_codemod_cli.py1.14 KB
/usr/lib/python3.11/site-packages/libcst/tests/__pycache__/test_tabs.cpython-311.opt-1.pyc1.16 KB
/usr/lib/python3.11/site-packages/libcst/tests/__pycache__/test_tabs.cpython-311.pyc1.16 KB
/usr/lib/python3.11/site-packages/libcst/codemod/commands/tests/__pycache__/test_noop.cpython-311.opt-1.pyc1.16 KB
/usr/lib/python3.11/site-packages/libcst/codemod/commands/tests/__pycache__/test_noop.cpython-311.pyc1.16 KB
/usr/lib/python3.11/site-packages/libcst/helpers/__pycache__/common.cpython-311.opt-1.pyc1.18 KB
/usr/lib/python3.11/site-packages/libcst/helpers/__pycache__/common.cpython-311.pyc1.18 KB
/usr/lib/python3.11/site-packages/libcst/_nodes/tests/__pycache__/test_leaf_small_statements.cpython-311.opt-1.pyc1.19 KB
/usr/lib/python3.11/site-packages/libcst/_nodes/tests/__pycache__/test_leaf_small_statements.cpython-311.pyc1.19 KB
/usr/lib/python3.11/site-packages/libcst/_parser/types/__pycache__/token.cpython-311.opt-1.pyc1.20 KB
/usr/lib/python3.11/site-packages/libcst/_parser/types/__pycache__/token.cpython-311.pyc1.20 KB
/usr/lib/python3.11/site-packages/libcst/helpers/module.py1.22 KB
/usr/lib/python3.11/site-packages/libcst/_parser/tests/test_config.py1.25 KB
/usr/lib/python3.11/site-packages/libcst/_nodes/tests/test_empty_line.py1.25 KB
/usr/lib/python3.11/site-packages/libcst/codemod/commands/tests/test_ensure_import_present.py1.27 KB
/usr/lib/python3.11/site-packages/libcst/_parser/tests/test_node_identity.py1.33 KB
/usr/lib/python3.11/site-packages/libcst/codemod/__pycache__/__init__.cpython-311.opt-1.pyc1.41 KB
/usr/lib/python3.11/site-packages/libcst/codemod/__pycache__/__init__.cpython-311.pyc1.41 KB
/usr/lib/python3.11/site-packages/libcst/codemod/__init__.py1.41 KB
/usr/lib/python3.11/site-packages/libcst/codemod/commands/tests/test_unnecessary_format_string.py1.41 KB
/usr/lib/python3.11/site-packages/libcst/_parser/types/whitespace_state.py1.42 KB
/usr/lib/python3.11/site-packages/libcst/_parser/parso/tests/__pycache__/test_fstring.cpython-311.opt-1.pyc1.46 KB
/usr/lib/python3.11/site-packages/libcst/_parser/parso/tests/test_fstring.py1.57 KB
/usr/lib/python3.11/site-packages/libcst/_flatten_sentinel.py1.58 KB
/usr/lib/python3.11/site-packages/libcst/codemod/visitors/tests/test_gather_comments.py1.58 KB
/usr/lib/python3.11/site-packages/libcst/codemod/tests/test_metadata.py1.59 KB
/usr/lib/python3.11/site-packages/libcst/_parser/parso/python/token.py1.60 KB
/usr/lib/python3.11/site-packages/libcst/tests/test_deep_clone.py1.61 KB
Component of No Buildroots