Tagged Questions
14
votes
2answers
4k views
Questions about Setuptools and alternatives
I've seen a good bit of setuptools bashing on the internets lately. Most recently, I read James Bennett's On packaging post on why no one should be using setuptools. From my time in #python on ...
6
votes
2answers
700 views
Migrating to pip+virtualenv from setuptools
So pip and virtualenv sound wonderful compared to setuptools. Being able to uninstall would be great. But my project is already using setuptools, so how do I migrate? The web sites I've been able to ...
3
votes
1answer
47 views
Multiple installation configurations for a Python package
I'm working on creating a Python package that is somewhat modular in nature and I was wondering what's the best way to go about handling multiple installation configurations?
Take the following ...
2
votes
0answers
47 views
python packages: how to depend on the latest version of a separate package
I'm developing coding a test django site, which I keep in a bitbucket repository in order to be able to deploy it easily on a remote server, and possible share development with a friend. I use hg for ...
1
vote
1answer
54 views
Utility for releasing packages to PyPi?
I have a number of python packages in GitHub repositories and it would be really great to have these available in PyPi. I know I could do these releases manually (update the version number, perhaps ...