资 源 简 介
pyEggs is now able to encrypt Egg contents that are imported using a specialized Python code importer that knows how to import arbitrarily encrypted Python code and data files.
pyEggs compiles all Python scripts contained within a folder tree into an Egg suitable for uploading to PyPI.
This is a completely automated process that begins with the setup.py which you must supply using the template supplied with this windows executable package.
Once you type in the command line pyEggs handles the rest of the process.
pyEggs is planned to support Cython. Folders that have .pyx files get automatic handling to allow .pyd files to be automatically generated from .pyx files - setup.py and build.cmd files are automatically generated if they are absent at the time the .Egg file is created for any given folder path for an Egg. Cython code must reside in a folder tree with "ext" at the base directly under the parent folder for the Egg. Cython code is plac