{ "info": { "author": "George V. Reilly", "author_email": "george@reilly.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: System :: Installation/Setup", "Topic :: System :: Software Distribution" ], "description": "Eggsac: Package Python applications in a virtualenv for deployment.\n\nEggsac takes a Python application,\ninstalls it and all of its dependencies into a *relocatable* virtualenv_,\nand wraps it all up in a ready-to-run tarball, zipfile, or Debian package,\nwhich can be deployed on other machines.\n\nMotivation\n----------\n\nInstalling Python applications can be slow.\nCompiling Python modules into bytecode,\ncompiling C extensions into shared libraries,\nbuilding eggs,\ndownloading a cascade of dependencies from the `Python Package Index`_\n(assuming PyPI is available)\u2014\\\nall of this can take several minutes for a large application.\nEven if you have an internal PyPI mirror and use binary eggs for the dependencies,\nit can still take a long time to roll the application out to a server farm.\n\nEggsac does all of this effort as part of your build process,\nleaving you with a single ready-to-run file to deploy to your servers.\n\nCaveat: your build machine has to be running the same operating system\nas your application servers, but this is a common requirement.\n\n\n\n.. _virtualenv:\n https://pypi.python.org/pypi/virtualenv\n.. _PyPI:\n.. _Python Package Index:\n https://pypi.python.org/pypi", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/cozi/eggsac", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "Eggsac", "package_url": "https://pypi.org/project/Eggsac/", "platform": "any", "project_url": "https://pypi.org/project/Eggsac/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/cozi/eggsac" }, "release_url": "https://pypi.org/project/Eggsac/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Package Python applications in a virtualenv for deployment", "version": "0.1.0" }, "last_serial": 930250, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "618f8cfed2a06b524d5dc3b5485d4c1c", "sha256": "2d4bb4a614fa1092f7b12a76810bc9758417727ce68841fdf052f53b48eab3e1" }, "downloads": -1, "filename": "Eggsac-0.1.0.tar.gz", "has_sig": false, "md5_digest": "618f8cfed2a06b524d5dc3b5485d4c1c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16411, "upload_time": "2013-11-27T06:11:14", "url": "https://files.pythonhosted.org/packages/17/6d/a4d0f687ef77f91aabbe2405a69ebec0d5e5abd2b6af7bf2c84aee31f735/Eggsac-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "618f8cfed2a06b524d5dc3b5485d4c1c", "sha256": "2d4bb4a614fa1092f7b12a76810bc9758417727ce68841fdf052f53b48eab3e1" }, "downloads": -1, "filename": "Eggsac-0.1.0.tar.gz", "has_sig": false, "md5_digest": "618f8cfed2a06b524d5dc3b5485d4c1c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16411, "upload_time": "2013-11-27T06:11:14", "url": "https://files.pythonhosted.org/packages/17/6d/a4d0f687ef77f91aabbe2405a69ebec0d5e5abd2b6af7bf2c84aee31f735/Eggsac-0.1.0.tar.gz" } ] }