{ "info": { "author": "Wei Huang", "author_email": "h.wei@outlook.com", "bugtrack_url": null, "classifiers": [], "description": "# Eggs -- Simple Python3 Packages Manager\n\nEggs wrapped `install`, `uninstall` and `update` of `pip`.\nThe eggs file is `eggs.txt` which just keep **user-care** packages without\nother dependency packages. It like this:\n\n```\n[prod]\nsanic = 0.5.0\n\n[dev]\npylint = 1.8.2\nrope = 0.10.7\n```\n\n## Section\nThe default section_of is `prod` for production environment. You can freely set your section_of\n\n## Usage\n```\npython eggs.py -h\n```\n\n### Init\n```\npython3 eggs.py init\npython3 eggs.py init [new-egg]\n```\n\n### Install\n```\npython eggs.py install\npython eggs.py install bcrypt\npython eggs.py install -S dev rope\n```\n\n### Uninstall\n```\npython eggs.py uninstall bcrypt rope\n```\n\n### Update\n```\npython eggs.py update\n```\n\n### List\n```\npython eggs.py list\n```\n\n### Search\n```\npython eggs.py search jwt\n```\n\n## RoadMap\n\n- 0.1.0 simple wrap *venv* and *pip* command\n- 0.2.0 remove commands\n- 0.3.0 add eggs cache", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/egg3/eggs/archive/0.0.3.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/egg3/eggs", "keywords": "packages", "license": "", "maintainer": "", "maintainer_email": "", "name": "eggs", "package_url": "https://pypi.org/project/eggs/", "platform": "", "project_url": "https://pypi.org/project/eggs/", "project_urls": { "Download": "https://github.com/egg3/eggs/archive/0.0.3.tar.gz", "Homepage": "https://github.com/egg3/eggs" }, "release_url": "https://pypi.org/project/eggs/0.0.3/", "requires_dist": null, "requires_python": "", "summary": "Simple Python3 Packages Manager", "version": "0.0.3" }, "last_serial": 3540683, "releases": { "0.0.1a2": [ { "comment_text": "", "digests": { "md5": "60191f2bbe8ac8aa030220c726c36ae6", "sha256": "da8d28ec813bef806c8145b7fb4f36fc103ee82b099da7fe6c4797a495627ec8" }, "downloads": -1, "filename": "eggs-0.0.1a2.tar.gz", "has_sig": false, "md5_digest": "60191f2bbe8ac8aa030220c726c36ae6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4181, "upload_time": "2018-02-01T04:04:52", "url": "https://files.pythonhosted.org/packages/88/fb/32066a293080d777e01801a888e18656e342c37a91d24dba622cabbf367d/eggs-0.0.1a2.tar.gz" } ], "0.0.1a3": [ { "comment_text": "", "digests": { "md5": "48187042c7771e257a12ed2dfb583554", "sha256": "22af4f111c63c9e13269c0779669b0d197af1e9f84aa4706c9c54c717f166687" }, "downloads": -1, "filename": "eggs-0.0.1a3.tar.gz", "has_sig": false, "md5_digest": "48187042c7771e257a12ed2dfb583554", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4187, "upload_time": "2018-02-01T04:50:06", "url": "https://files.pythonhosted.org/packages/96/d5/d9dac03ed0cdbe336533ad7fafaf99779ef8681cec3eaf851d557be25be7/eggs-0.0.1a3.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "079a0958a3bf0b4d56c712903bba83d3", "sha256": "a59e644827a307ee5e1c480327de74998b81fb20e1452395ef826749216bd4b9" }, "downloads": -1, "filename": "eggs-0.0.2.tar.gz", "has_sig": false, "md5_digest": "079a0958a3bf0b4d56c712903bba83d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4219, "upload_time": "2018-02-01T05:16:10", "url": "https://files.pythonhosted.org/packages/3b/2c/95ec0661b94a45363cdabbbf51a6e707e475c77fc3ee633c145cc4dda5db/eggs-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "cbd3dbf0b2a9565b843c21272f6dd491", "sha256": "b0614de90f279e2e7db95eb3221d163c7d528d216bdbaa647e5470206988c373" }, "downloads": -1, "filename": "eggs-0.0.3.tar.gz", "has_sig": false, "md5_digest": "cbd3dbf0b2a9565b843c21272f6dd491", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4628, "upload_time": "2018-02-01T07:40:35", "url": "https://files.pythonhosted.org/packages/71/b2/2943822862dd292f3e93f845f56b9eada85d1e045597fb7296e720fafbf3/eggs-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cbd3dbf0b2a9565b843c21272f6dd491", "sha256": "b0614de90f279e2e7db95eb3221d163c7d528d216bdbaa647e5470206988c373" }, "downloads": -1, "filename": "eggs-0.0.3.tar.gz", "has_sig": false, "md5_digest": "cbd3dbf0b2a9565b843c21272f6dd491", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4628, "upload_time": "2018-02-01T07:40:35", "url": "https://files.pythonhosted.org/packages/71/b2/2943822862dd292f3e93f845f56b9eada85d1e045597fb7296e720fafbf3/eggs-0.0.3.tar.gz" } ] }