{ "info": { "author": "Jeff Hammel", "author_email": "k0scist@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "make a self-extracting virtualenv from directories or URLs of packages\n\nTo package up all files in a virtualenvs source directory (e.g.)::\n\n python path/to/carton.py myproject project/src/*\n\nThis will create a self-extracting file, `myproject.py`, that will unfold\na virtualenv with the specified packages setup for development\n\nThe sources may be directories, local or HTTP-accessible tarballs, or ordinary\nfiles. The `setup.py`s found in the `src` directory after extraction will be\nrun (via `python setup.py develop`) in the order they are provided. This makes\nit possible to have completely local dependencies (without touching the net)\nby correctly specifying the source order. If a `setup.py` is overwritten from\na later source, it will not be rerun (known limitation).\n\nThe extracted virtualenv will be created in the current directory and will have\nthe same name as provided initially (e.g. `myproject`) unless `--env` is\nspecified.\n\nNormally, the entire contents of source directories are compressed and\npackaged as-is. When running with the `--package` flag, a source tarball is\nproduced via `python setup.py sdist` if the directory contains a top-level\n`setup.py`.\n\nSince directories are compressed as-is, portable file-based VCS repositories,\nsuch a mercurial and git, may be cartoned this way (though note that newer\nrepositories may not be backwards-compatible with older clients).", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://k0s.org/hg/carton", "keywords": "packaging", "license": "MPL", "maintainer": null, "maintainer_email": null, "name": "carton", "package_url": "https://pypi.org/project/carton/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/carton/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://k0s.org/hg/carton" }, "release_url": "https://pypi.org/project/carton/0.3/", "requires_dist": null, "requires_python": null, "summary": "make self-extracting virtualenvs", "version": "0.3" }, "last_serial": 1970471, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "eadadbc0b48d19663159b4b8fc8f7c26", "sha256": "7a7f81cf222e8f3e7ebee1fbebbdf6e7a64a52977c655e3bc84f439cd4865976" }, "downloads": -1, "filename": "carton-0.1.tar.gz", "has_sig": false, "md5_digest": "eadadbc0b48d19663159b4b8fc8f7c26", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3215, "upload_time": "2011-07-09T00:56:27", "url": "https://files.pythonhosted.org/packages/87/e0/e92eede041e4e8b80c721b472591b2b2b88799a4ff3f87d3c3792153e253/carton-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "f7f20cb97973263fab59ad83b4bda1a2", "sha256": "097502897ac57e744949a2083cceeb01d9818c7706d30aa2788a56d691c040cf" }, "downloads": -1, "filename": "carton-0.2.tar.gz", "has_sig": false, "md5_digest": "f7f20cb97973263fab59ad83b4bda1a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3852, "upload_time": "2011-07-11T03:51:07", "url": "https://files.pythonhosted.org/packages/94/c6/663f3d2386ecd3d90be85cff1b8b8866a24c4a2fc4deeb025b661586b941/carton-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "7c9d4474b8347d25c9209465686423d6", "sha256": "24abad2ebce716cd5312f0d15c6c54e1962bce7b31a43af0bdd2fff56703ff0b" }, "downloads": -1, "filename": "carton-0.2.1.tar.gz", "has_sig": false, "md5_digest": "7c9d4474b8347d25c9209465686423d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5300, "upload_time": "2011-07-11T22:06:42", "url": "https://files.pythonhosted.org/packages/d8/b7/9eec1ece8605f0d8fe4377a5c2e9acd177dbdd67f51b7035fa1c4f14684b/carton-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "7fa5afe9a8897ae74135f2bd7e493c98", "sha256": "a4fa7f19ecb753154bc343c39ac6f59a5aad582dedb9b70c3fa71214ad41428b" }, "downloads": -1, "filename": "carton-0.2.2.tar.gz", "has_sig": false, "md5_digest": "7fa5afe9a8897ae74135f2bd7e493c98", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5667, "upload_time": "2011-08-09T08:25:11", "url": "https://files.pythonhosted.org/packages/02/f7/ffa4bee0d7cf0a6233f9d783b7a95c0fb89281929ec76615e5a18c962ac2/carton-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "fd1ae0a1ff28ee5ad3f69c24db33e689", "sha256": "d17591323c8846a685bff5171f9cda97aa2c5dbe6e60728d877435135b6a20c2" }, "downloads": -1, "filename": "carton-0.2.3.tar.gz", "has_sig": false, "md5_digest": "fd1ae0a1ff28ee5ad3f69c24db33e689", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5754, "upload_time": "2012-04-09T22:47:08", "url": "https://files.pythonhosted.org/packages/ce/ce/ab73a36820de26ae615eaa4d75a84757e0ac6aa0914e91d3f5e8718f2705/carton-0.2.3.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "fd093801f6063a0a558767d0cb41befa", "sha256": "1270dea881d52d503797a0fca6897d8229b05098404557d642e22a8d9c1477ab" }, "downloads": -1, "filename": "carton-0.3.tar.gz", "has_sig": false, "md5_digest": "fd093801f6063a0a558767d0cb41befa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5737, "upload_time": "2016-02-22T22:17:10", "url": "https://files.pythonhosted.org/packages/9b/2b/0bfc9e285e83dceefa0ca3abe21708b6bbba900bdded303f8c12373e5ca6/carton-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fd093801f6063a0a558767d0cb41befa", "sha256": "1270dea881d52d503797a0fca6897d8229b05098404557d642e22a8d9c1477ab" }, "downloads": -1, "filename": "carton-0.3.tar.gz", "has_sig": false, "md5_digest": "fd093801f6063a0a558767d0cb41befa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5737, "upload_time": "2016-02-22T22:17:10", "url": "https://files.pythonhosted.org/packages/9b/2b/0bfc9e285e83dceefa0ca3abe21708b6bbba900bdded303f8c12373e5ca6/carton-0.3.tar.gz" } ] }