Wednesday, 11 September 2013

Packaging single Python module with dependencies

Packaging single Python module with dependencies

I have a single Python3 .py module with a few dependencies (lockfile,
python-daemon). Is there a simple way to package this with its'
dependencies so that users do not need to download and install the other
modules? An all included install is what I am trying to do.
I tried looking at setuptools, distribute, and distutils and ended up even
more confused than when I started.
Could someone just point me in the right direction?
Thanks!

No comments:

Post a Comment