rope


Namerope JSON
Version 1.13.0 PyPI version JSON
download
home_pageNone
Summarya python refactoring library...
upload_time2024-03-24 15:00:09
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseLGPL-3.0-or-later
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
.. _GitHub python-rope / rope: https://github.com/python-rope/rope


=========================================================================
 rope -- the world's most advanced open source Python refactoring library
=========================================================================

|Build status badge| |Latest version badge| |Download count badge| |ReadTheDocs status badge| |Codecov badge|

.. |Build status badge| image:: https://github.com/python-rope/rope/actions/workflows/main.yml/badge.svg
   :target: https://github.com/python-rope/rope/actions/workflows/main.yml
   :alt: Build Status

.. |Latest version badge| image:: https://badge.fury.io/py/rope.svg
   :target: https://badge.fury.io/py/rope
   :alt: Latest version

.. |Download count badge| image:: https://img.shields.io/pypi/dm/rope.svg
   :alt: Download count

.. |ReadTheDocs status badge| image:: https://readthedocs.org/projects/rope/badge/?version=latest
   :target: https://rope.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status

.. |Codecov badge| image:: https://codecov.io/gh/python-rope/rope/graph/badge.svg?token=pU08MBXFIS
   :target: https://codecov.io/gh/python-rope/rope
   :alt: Codecov 

Overview
========

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

.. _`rope`: https://github.com/python-rope/rope


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
===============

* `Documentation <https://rope.readthedocs.io/en/latest/overview.html>`_
* `How to use Rope in my IDE or Text editor? <https://github.com/python-rope/rope/wiki/How-to-use-Rope-in-my-IDE-or-Text-editor%3F>`_
* `Configuration <https://rope.readthedocs.io/en/latest/configuration.html>`_
* `List of features <https://rope.readthedocs.io/en/latest/rope.html>`_
* `Overview of some of rope's features <https://rope.readthedocs.io/en/latest/overview.html>`_
* `Using as a library <https://rope.readthedocs.io/en/latest/library.html>`_
* `Contributing <https://rope.readthedocs.io/en/latest/contributing.html>`_

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.

.. _`python-rope's issue tracker`: https://github.com/python-rope/rope/issues


Maintainers
===========

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

Special Thanks
==============

Many thanks the following people:

- Ali Gholami Rudi (`@aligrudi`_) for initially creating the initial Rope project and most of Rope's code
- Matej Cepl (`@mcepl`_) as former long-time Rope maintainer
- Nick Smith <nicks@fastmail.fm> (`@soupytwist`_) as former Rope maintainer
- `all of our current and former contributors`_
- `all authors of editor integrations`_
- all maintainers of distro/package managers

.. _`@aligrudi`: https://github.com/aligrudi
.. _`@soupytwist`: https://github.com/soupytwist
.. _`@lieryan`: https://github.com/lieryan
.. _`@mcepl`: https://github.com/mcepl
.. _`all of our current and former contributors`: https://github.com/python-rope/rope/blob/master/CONTRIBUTORS.md
.. _`all authors of editor integrations`: https://github.com/python-rope/rope/wiki/How-to-use-Rope-in-my-IDE-or-Text-editor%3F

Packaging Status
================

.. image:: https://repology.org/badge/vertical-allrepos/python:rope.svg?exclude_unsupported=1
   :target: https://repology.org/project/python:rope/versions
   :alt: Packaging status

.. image:: https://repology.org/badge/vertical-allrepos/rope.svg?exclude_unsupported=1
   :target: https://repology.org/project/rope/versions
   :alt: 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.

.. _`COPYING`: COPYING

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "rope",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Lie Ryan <lieryan.24@proton.me>",
    "keywords": null,
    "author": null,
    "author_email": "Ali Gholami Rudi <aligrudi@users.sourceforge.net>",
    "download_url": "https://files.pythonhosted.org/packages/1c/c1/875e0270ac39b764fcb16c2dfece14a42747dbd0f181ac3864bff3126af1/rope-1.13.0.tar.gz",
    "platform": null,
    "description": "\n.. _GitHub python-rope / rope: https://github.com/python-rope/rope\n\n\n=========================================================================\n rope -- the world's most advanced open source Python refactoring library\n=========================================================================\n\n|Build status badge| |Latest version badge| |Download count badge| |ReadTheDocs status badge| |Codecov badge|\n\n.. |Build status badge| image:: https://github.com/python-rope/rope/actions/workflows/main.yml/badge.svg\n   :target: https://github.com/python-rope/rope/actions/workflows/main.yml\n   :alt: Build Status\n\n.. |Latest version badge| image:: https://badge.fury.io/py/rope.svg\n   :target: https://badge.fury.io/py/rope\n   :alt: Latest version\n\n.. |Download count badge| image:: https://img.shields.io/pypi/dm/rope.svg\n   :alt: Download count\n\n.. |ReadTheDocs status badge| image:: https://readthedocs.org/projects/rope/badge/?version=latest\n   :target: https://rope.readthedocs.io/en/latest/?badge=latest\n   :alt: Documentation Status\n\n.. |Codecov badge| image:: https://codecov.io/gh/python-rope/rope/graph/badge.svg?token=pU08MBXFIS\n   :target: https://codecov.io/gh/python-rope/rope\n   :alt: Codecov \n\nOverview\n========\n\n`Rope`_ is the world's most advanced open source Python refactoring library\n(yes, I totally stole that tagline from Postgres).\n\n.. _`rope`: https://github.com/python-rope/rope\n\n\nMost Python syntax up to Python 3.10 is supported. Please file bugs and contribute\npatches if you encounter gaps.\n\nSince version 1.0.0, rope no longer support running on Python 2.\nIf you need Python 2 support, then check out the `python2` branch or the 0.x.x\nreleases.\n\nGetting Started\n===============\n\n* `Documentation <https://rope.readthedocs.io/en/latest/overview.html>`_\n* `How to use Rope in my IDE or Text editor? <https://github.com/python-rope/rope/wiki/How-to-use-Rope-in-my-IDE-or-Text-editor%3F>`_\n* `Configuration <https://rope.readthedocs.io/en/latest/configuration.html>`_\n* `List of features <https://rope.readthedocs.io/en/latest/rope.html>`_\n* `Overview of some of rope's features <https://rope.readthedocs.io/en/latest/overview.html>`_\n* `Using as a library <https://rope.readthedocs.io/en/latest/library.html>`_\n* `Contributing <https://rope.readthedocs.io/en/latest/contributing.html>`_\n\nWhy use Rope?\n=============\n\n- Rope aims to provide powerful and safe refactoring\n- Rope is light on dependency, Rope only depends on Python itself\n- Unlike PyRight or PyLance, Rope does not depend on Node.js\n- Unlike PyLance or PyCharm, Rope is open source.\n- 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\n- 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.\n\n\nBug Reports\n===========\n\nSend your bug reports and feature requests at `python-rope's issue tracker`_ in GitHub.\n\n.. _`python-rope's issue tracker`: https://github.com/python-rope/rope/issues\n\n\nMaintainers\n===========\n\nCurrent active maintainer of Rope is Lie Ryan (`@lieryan`_).\n\nSpecial Thanks\n==============\n\nMany thanks the following people:\n\n- Ali Gholami Rudi (`@aligrudi`_) for initially creating the initial Rope project and most of Rope's code\n- Matej Cepl (`@mcepl`_) as former long-time Rope maintainer\n- Nick Smith <nicks@fastmail.fm> (`@soupytwist`_) as former Rope maintainer\n- `all of our current and former contributors`_\n- `all authors of editor integrations`_\n- all maintainers of distro/package managers\n\n.. _`@aligrudi`: https://github.com/aligrudi\n.. _`@soupytwist`: https://github.com/soupytwist\n.. _`@lieryan`: https://github.com/lieryan\n.. _`@mcepl`: https://github.com/mcepl\n.. _`all of our current and former contributors`: https://github.com/python-rope/rope/blob/master/CONTRIBUTORS.md\n.. _`all authors of editor integrations`: https://github.com/python-rope/rope/wiki/How-to-use-Rope-in-my-IDE-or-Text-editor%3F\n\nPackaging Status\n================\n\n.. image:: https://repology.org/badge/vertical-allrepos/python:rope.svg?exclude_unsupported=1\n   :target: https://repology.org/project/python:rope/versions\n   :alt: Packaging status\n\n.. image:: https://repology.org/badge/vertical-allrepos/rope.svg?exclude_unsupported=1\n   :target: https://repology.org/project/rope/versions\n   :alt: Packaging status\n\nLicense\n=======\n\nThis program is under the terms of LGPL v3+ (GNU Lesser General Public License).\nHave a look at `COPYING`_ for more information.\n\n.. _`COPYING`: COPYING\n",
    "bugtrack_url": null,
    "license": "LGPL-3.0-or-later",
    "summary": "a python refactoring library...",
    "version": "1.13.0",
    "project_urls": {
        "Documentation": "https://rope.readthedocs.io/",
        "Source": "https://github.com/python-rope/rope"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a0d0e213e5adfa162e437dff3669131dc476043fc3a22fe99ef891516100610d",
                "md5": "fd5fa8bae9d5df4761eb426d62d22b74",
                "sha256": "b435a0c0971244fdcd8741676a9fae697ae614c20cc36003678a7782f25c0d6c"
            },
            "downloads": -1,
            "filename": "rope-1.13.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fd5fa8bae9d5df4761eb426d62d22b74",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 206474,
            "upload_time": "2024-03-24T15:00:05",
            "upload_time_iso_8601": "2024-03-24T15:00:05.530264Z",
            "url": "https://files.pythonhosted.org/packages/a0/d0/e213e5adfa162e437dff3669131dc476043fc3a22fe99ef891516100610d/rope-1.13.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1cc1875e0270ac39b764fcb16c2dfece14a42747dbd0f181ac3864bff3126af1",
                "md5": "0a01d210ae5e88632e63f50e6567c199",
                "sha256": "51437d2decc8806cd5e9dd1fd9c1306a6d9075ecaf78d191af85fc1dfface880"
            },
            "downloads": -1,
            "filename": "rope-1.13.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0a01d210ae5e88632e63f50e6567c199",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 294457,
            "upload_time": "2024-03-24T15:00:09",
            "upload_time_iso_8601": "2024-03-24T15:00:09.241120Z",
            "url": "https://files.pythonhosted.org/packages/1c/c1/875e0270ac39b764fcb16c2dfece14a42747dbd0f181ac3864bff3126af1/rope-1.13.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-24 15:00:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "python-rope",
    "github_project": "rope",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "rope"
}
        
Elapsed time: 0.20599s