Skip to main content

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

Source Distribution

pb.recipes.pydev-0.4.3.tar.gz (11.1 kB view hashes)

Uploaded Source

Built Distributions

pb.recipes.pydev-0.4.3-py2.5.egg (15.7 kB view hashes)

Uploaded Source

pb.recipes.pydev-0.4.3-py2.4.egg (15.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page