1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: python-redbaron
Section: python
Maintainer: Jonas Smedegaard <dr@jones.dk>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3,
python3-baron,
python3-hypothesis (>= 5.7.1) <!nocheck>,
python3-pytest (>= 5.4.0) <!nocheck>,
python3-setuptools,
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/debian/python-redbaron.git
Vcs-Browser: https://salsa.debian.org/debian/python-redbaron
Homepage: https://github.com/PyCQA/redbaron
Testsuite: autopkgtest-pkg-pybuild
Package: python3-redbaron
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Provides: ${python3:Provides}
Description: abstraction on top of the baron FST for Python
RedBaron is a Python library and tool
powerful enough to be used in IPython
solely with the intent
of making the process of **writing code that modify source code**
as easy and as simple as possible.
That includes writing custom refactoring, generic refactoring, tools,
IDE or directly modifying you source code in IPython
with a higher and more powerful abstraction
than the advanced texts modification tools that you find
in advanced text editors and IDE.
|