ppc64le/linux-1.0.0/: rope-1.13.0 metadata and description

Simple index

a python refactoring library...

author_email Ali Gholami Rudi <[email protected]>
classifiers
  • Development Status :: 4 - Beta
  • Operating System :: OS Independent
  • Environment :: X11 Applications
  • Environment :: Win32 (MS Windows)
  • Environment :: MacOS X
  • Intended Audience :: Developers
  • License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
  • Natural Language :: English
  • Programming Language :: Python
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Topic :: Software Development
  • Environment :: MetaData :: IBM Python Ecosystem
description_content_type text/x-rst
dynamic
  • license-file
license LGPL-3.0-or-later
license_file
  • COPYING
maintainer_email Lie Ryan <[email protected]>
project_urls
  • Source, https://github.com/python-rope/rope
  • Documentation, https://rope.readthedocs.io/
provides_extras
  • doc
  • dev
  • release
requires_dist
  • pytoolconfig[global]>=1.2.2
  • pytoolconfig[doc]; extra == "doc"
  • sphinx>=4.5.0; extra == "doc"
  • sphinx-autodoc-typehints>=1.18.1; extra == "doc"
  • sphinx-rtd-theme>=1.0.0; extra == "doc"
  • pytest>=7.0.1; extra == "dev"
  • pytest-cov>=4.1.0; extra == "dev"
  • pytest-timeout>=2.1.0; extra == "dev"
  • build>=0.7.0; extra == "dev"
  • pre-commit>=2.20.0; extra == "dev"
  • toml>=0.10.2; extra == "release"
  • twine>=4.0.2; extra == "release"
  • pip-tools>=6.12.1; extra == "release"
requires_python >=3.8
File Tox results History
rope-1.13.0-py3-none-any.whl
Size
209 KB
Type
Python Wheel
Python
3

Build Status Latest version Download count Documentation Status Codecov

Overview

Rope is the world’s most advanced open source Python refactoring library (yes, I totally stole that tagline from Postgres).

Most Python syntax up to Python 3.10 is supported. Please file bugs and contribute patches if you encounter gaps.

Since version 1.0.0, rope no longer support running on Python 2. If you need Python 2 support, then check out the python2 branch or the 0.x.x releases.

Getting Started

Why use Rope?

  • Rope aims to provide powerful and safe refactoring

  • Rope is light on dependency, Rope only depends on Python itself

  • Unlike PyRight or PyLance, Rope does not depend on Node.js

  • Unlike PyLance or PyCharm, Rope is open source.

  • Unlike PyRight and PyLance, Rope is written in Python itself, so if you experience problems, you would be able to debug and hack it yourself in a language that you are already familiar with

  • In comparison to Jedi, Rope is focused on refactoring. While Jedi provides some basic refactoring capabilities, Rope supports many more advanced refactoring operations and options that Jedi does not.

Bug Reports

Send your bug reports and feature requests at python-rope’s issue tracker in GitHub.

Maintainers

Current active maintainer of Rope is Lie Ryan (@lieryan).

Special Thanks

Many thanks the following people:

Packaging Status

Packaging status Packaging status

License

This program is under the terms of LGPL v3+ (GNU Lesser General Public License). Have a look at COPYING for more information.