{ "info": { "author": "Dave Dash", "author_email": "dd+github@davedash.com", "bugtrack_url": null, "classifiers": [], "description": "[![Build Status](https://travis-ci.org/pinterest/wheeljack.png?branch=master)](https://travis-ci.org/pinterest/wheeljack)\n\n# Wheeljack\n\nWheeljack helps manage dependent python projects. All related projects will\nlive in `$WHEELJACK_REPO` and will interact with one another in the active\nvirtual environment.\n\nE.g. you may have a directory structure:\n\n```\n$WHEELJACK_REPO/\n foo/\n bar/\n\n```\n\nWhere `foo` and `bar` are both python packages. In this environment you should\nbe able to freely edit `foo` or `bar` and access one another by doing `import\nfoo` or `import bar`. If you also do:\n\n```\npip install bar\n```\n\nYour environment should favor the `git` working copy of `bar` over the `pip\ninstall`ed package. This will allow you to work on packages and their\ndependencies fairly seemlessly.\n\nWheeljack expects you to use a `virtualenv`.\n\n## repos.conf\n\nThis is a `yaml` file which lists repositories in Github or Github Enterprise.\n\nThere are two main parts of the config. `global` which applies to all `repos`\nand `repos` which define individual repositories.\n\nSee `example.conf`.\n\n## install-repo\n\n`install-repo` will install a repo from a repos.conf file to `$WHEELJACK_CODE`.\nWe'll instruct the user to use the `hub` command to fork this repo.\n\n## TODO\n\n* `update-libs` will update the current virtualenv:\n * It will `git fetch origin/master` on any repos in `$WHEELJACK_CODE`\n * It will `pip install -r $WHEELJACK_CODE/**/requirements.txt` for every\n installed requirement.\n* Work with multiple python `virutalenv`s.", "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/davedash/wheeljack", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "wheeljack-repoman", "package_url": "https://pypi.org/project/wheeljack-repoman/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/wheeljack-repoman/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/davedash/wheeljack" }, "release_url": "https://pypi.org/project/wheeljack-repoman/0.3/", "requires_dist": null, "requires_python": null, "summary": "UNKNOWN", "version": "0.3" }, "last_serial": 830495, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "5dc6d4552ee4d2e302fc48407bcb003f", "sha256": "c9cce235c91efe3234d77dd4173dd40116cb495c4fe0ef70f2768d8c8cc6a121" }, "downloads": -1, "filename": "wheeljack-repoman-0.1.tar.gz", "has_sig": false, "md5_digest": "5dc6d4552ee4d2e302fc48407bcb003f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4202, "upload_time": "2013-07-18T18:04:11", "url": "https://files.pythonhosted.org/packages/38/cf/27b925e998b7cb7a547e484220abe5cc831a2e3600972cab2145a88775c9/wheeljack-repoman-0.1.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "e6c782fb8b893e72437389f352d17d25", "sha256": "37d1161a5f08efc0138b858a85296ccf94f2cc97113d4960bbffbf15279c3a99" }, "downloads": -1, "filename": "wheeljack-repoman-0.3.tar.gz", "has_sig": false, "md5_digest": "e6c782fb8b893e72437389f352d17d25", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4269, "upload_time": "2013-08-01T22:04:39", "url": "https://files.pythonhosted.org/packages/c8/fc/52f697a8241fbab02680d79ee9aa2d88d60bf5d17834c5e64de4fddea94c/wheeljack-repoman-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e6c782fb8b893e72437389f352d17d25", "sha256": "37d1161a5f08efc0138b858a85296ccf94f2cc97113d4960bbffbf15279c3a99" }, "downloads": -1, "filename": "wheeljack-repoman-0.3.tar.gz", "has_sig": false, "md5_digest": "e6c782fb8b893e72437389f352d17d25", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4269, "upload_time": "2013-08-01T22:04:39", "url": "https://files.pythonhosted.org/packages/c8/fc/52f697a8241fbab02680d79ee9aa2d88d60bf5d17834c5e64de4fddea94c/wheeljack-repoman-0.3.tar.gz" } ] }