pypath-magic v0.3

pypath command-line interface in pypath-magic v0.3

pypath-magic provides a simple interface for adding modules and packages to your Python path.

Unlike modifications to sys.path, this allows you to easily modify your Python path across sessions. Unlike modifications to environment variables, this doesn't require you to explain to ...

more ...


pypath-magic

%pypath: An IPython magic for manipulating your Python path

Edit: Now with support for Python 3!

You're a pragmatic Python developer, so you extract the logically related bits of your code into functions and group those functions together into modules.

Now, how do you actually import those modules? If ...

more ...