Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install collective.recipe.ropeproject

How to install collective.recipe.ropeproject

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install collective.recipe.ropeproject
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
Windows (64-bit)
Mac OS X (10.5+)
Linux (32-bit)
1.0b3 Available View build log
Linux (64-bit)
1.0b3 Available View build log
 
Author
License
GPL
Lastest release
version 1.0b3 on Nov 28th, 2012

Detailed Documentation

Motivation

Rope is a great tool for python development.

It is a refactoring library with the marvelous side effect of letting you navigate throughout code.

You can use it with either emacs of vim

This recipe

This zc.buildout recipe makes a .ropeproject folder with search paths pointing to the eggs of your choice... and their transitive dependencies!

Benefits
  1. Make rope both faster and more precise. [1]

    The reason is that search paths are set explicitly, so rope does't have to guess through directory hierarchies.

  2. A very good complement to the omelette recipe. Actually, code navigation is way easier that grepping. Give it a try.

[1]This statement has not been evaluated by the FDA.
Usage

In your buildout.cfg include the recipe, with the eggs property set to one or more eggs:

[buildout]
...
parts = ... ropeproject

[ropeproject]
recipe = collective.recipe.ropeproject
eggs = ${anything_you_want}

Change history

1.0b3 (2012-07-02)
1.0b2 (2012-07-01)
  • Tests added.
1.0b1 (2012-05-13)
  • Initial implementation. [marciomazza]

Contributors

  • Marcio Mazza [marciomazza]

Subscribe to package updates

Last updated Nov 28th, 2012

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.