Generates an Eclipse Pydev configuration file with path dependencies for an egg
Project description
A recipe that writes a .pydevproject file in a specified location. This file will contain paths of all the eggs of the current zope instance + any other paths specified in the buildout.cfg file. After running the buildout you’ll have to close and reopen the Eclipse project, to regenerate the project’s module indexes.
Almost all options of this recipe for the buildout.cfg are optional. The only one required is the eggs option. A sample zope3 instance buildout, with the pydev recipe could be something like this:
[buildout] develop = . parts = instance pydev [sample-app] recipe = zc.zope3recipes:app eggs = something [app, third_party] [pydev] recipe = pb.recipes.pydev eggs = ${sample-app:eggs}
For Plone integration and further configuration options, read the README.txt doctest inside the source code.
Change History
Version 0.4.5
Change extra_path to extra-path to conform to community standard. Old version is still accepted
Version 0.4.4
Add remote_path parameter to specify external path of the project to access eggs via network shares
Version 0.4.3
Don’t trigger an error if the .pydevproject file is missing
Version 0.4.2
Add documentation on Plone integration
Version 0.4.1
Cleanup package to follow package standards
Version 0.4
no longer crash when dealing with .pydevproject files with no external source folder node.
Version 0.3
Fix issue with paths that appear for two times in the generated file
No longer pass the .pydevproject path to buildout as it gets deleted
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.