el-get/recipes/elpy.rcp

10 lines
427 B
Plaintext
Raw Normal View History

2013-03-03 21:11:46 +08:00
(:name elpy
:website "https://github.com/jorgenschaefer/elpy"
:description "Emacs Python Development Environment"
:type github
:pkgname "jorgenschaefer/elpy"
2013-05-06 04:10:30 +08:00
:post-init (el-get-envpath-prepend "PYTHONPATH" default-directory)
2013-04-15 23:08:48 +08:00
:depends (auto-complete yasnippet virtualenv
highlight-indentation find-file-in-project
2014-01-22 20:55:37 +08:00
idomenu iedit nose jedi rope pyvenv))