Skip to content Skip to sidebar Skip to footer
Showing posts with the label Egg

Exclude Single Source File From Python Bdist_egg Or Bdist_wheel

Background: I have one source file which is responsible for security. In there are magic keys and s… Read more Exclude Single Source File From Python Bdist_egg Or Bdist_wheel

How To Make "python Setup.py Install" Install Source Instead Of Egg File?

I used to run python setup.py install in a python project, it will just move the source to site-pac… Read more How To Make "python Setup.py Install" Install Source Instead Of Egg File?

How To Update A File In Python Egg

We are using trac. In our setup we have a problem that is solved in repository. So I got the fixed … Read more How To Update A File In Python Egg

Bundle Python Script And Dependencies Into A Single File

I have a few script that had their own copy of a some functions, so I extracted these functions to … Read more Bundle Python Script And Dependencies Into A Single File

How To Easy_install Egg Plugin And Load It Without Restarting Application?

I'm creating an app that downloads and installs its own egg plugins, but I have a problem loadi… Read more How To Easy_install Egg Plugin And Load It Without Restarting Application?