{ "info": { "author": "Ritesh Kadmawala", "author_email": "k.g.ritesh@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "License :: OSI Approved :: ISC License (ISCL)", "Natural Language :: English", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX :: Linux", "Operating System :: Unix", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Build Tools", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Archiving :: Packaging", "Topic :: System :: Installation/Setup", "Topic :: System :: Software Distribution" ], "description": "### pip-save\n\n[](https://pypi.python.org/pypi/pip-save)\n\npip-save is a simple wrapper around **pip** so as to add ```npm --save``` style functionality to pip.\n\nCurrently its a big pain while installing new dependencies using pip. After installing the dependency,\nyou need to figure out the version number and then manually add it to your requirements file.\n``pip-save`` allows you to install/uninstall any dependecy and automatically add/remove\nit to/from your requirements file using one command only.\n\nSince its only a wrapper around pip install and uninstall commands,\nit accepts all options/config as these commands.\n\n#### Installation\n\n\t$ pip install pip-save\n\n####Use\n\nTo Install a package and add it to your requirements.tx\n\n\t$ pip-save install []\n\nTo upgrade a package\n\n $ pip-save install --upgrade []\n\nTo uninstall a package and remove it from your requirements.txt\n\n\t$ pip-save uninstall []\n\nTo install a package from VCS and add it to your requirements file\n\n $ pip-save install -e \n\n\n#### Configuration\n\nFor most users the default configuration of pip-save should be fine. If you do\nwant to change pip-save's defaults you do so by adding configuration options to\na configuration file. If a `.pipconfig` file exists in the current working\ndirectory, its automatically loaded.\n\nHere is an example of available options along with their default values.\n\n [pip-save]\n requirements = requirements.txt\n use_compatible = False\n\n\n##### Configuration Options\n\n* requirements:- path to the requirements file to be used. Default value is `requirements.txt`\nCan be overwritten by using command line option `-r` or `--requirement`\n\n* use_compatible:- whether to use compatible version specifier instead of exact versions.\nDefault value is `False`. Can be overwritten by using command line flag `--use-compatible`", "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/kgritesh/pip-save", "keywords": "pip-save", "license": "ISCL", "maintainer": null, "maintainer_email": null, "name": "pip-save", "package_url": "https://pypi.org/project/pip-save/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pip-save/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/kgritesh/pip-save" }, "release_url": "https://pypi.org/project/pip-save/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "A wrapper around pip to add `npm --save` style functionality to pip", "version": "0.2.0" }, "last_serial": 2353636, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "3c4f0e25699db1269cff8eb29d990ece", "sha256": "26f581d6524772c8eb9878c1ce1b50b9357a723a31b019d6c0bd2ef6aa86f1ef" }, "downloads": -1, "filename": "pip-save-0.1.0.tar.gz", "has_sig": false, "md5_digest": "3c4f0e25699db1269cff8eb29d990ece", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5525, "upload_time": "2016-04-11T09:58:45", "url": "https://files.pythonhosted.org/packages/14/d7/dea581531909d448c3d849d007d6e056202eaa01005dbe532891474972b4/pip-save-0.1.0.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "2c8ad84c8f4c356c65fd0c3538a911d1", "sha256": "5bc82f572340f4b0c9e49412903b3d9e55224bd800d5823a47517f985d7e3c7a" }, "downloads": -1, "filename": "pip-save-0.1.3.tar.gz", "has_sig": false, "md5_digest": "2c8ad84c8f4c356c65fd0c3538a911d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5853, "upload_time": "2016-04-21T06:28:49", "url": "https://files.pythonhosted.org/packages/24/bd/9883b64253dc50f227bbc8b1ac16415265bbd5e00a23b5df99821ae87427/pip-save-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "221ff83b928893fdd915f9c4f0096137", "sha256": "6e10e76f27e5a4762362f1bc3e246edaf9d96f8addc478e5e32ba6d8c40a1e96" }, "downloads": -1, "filename": "pip-save-0.1.4.tar.gz", "has_sig": false, "md5_digest": "221ff83b928893fdd915f9c4f0096137", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5843, "upload_time": "2016-05-01T09:25:35", "url": "https://files.pythonhosted.org/packages/5e/aa/c6f50a38068aa3f91a06cc652a9871e63a1d55ec18d2fee3cf3ef80e0cb3/pip-save-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "a09467db0a25abf4bb7e213ec6b231e8", "sha256": "e5c7556a68cafe9603a5207a02a3ef6480f16909a5d11faaae7412c9ab1e1b26" }, "downloads": -1, "filename": "pip-save-0.1.5.tar.gz", "has_sig": false, "md5_digest": "a09467db0a25abf4bb7e213ec6b231e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5795, "upload_time": "2016-09-20T19:14:10", "url": "https://files.pythonhosted.org/packages/d1/d2/2144e9f525299ef5e000964e97879bd05a3b7afdfaf694016229e65358d7/pip-save-0.1.5.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "de66f0edfd56b4e1d3accdc9a5f5f982", "sha256": "3b1fb5154d5aa7e7c6b6fc9695c0265579cfb8e608c2ddae5d6e32ce3965ce37" }, "downloads": -1, "filename": "pip-save-0.2.0.tar.gz", "has_sig": false, "md5_digest": "de66f0edfd56b4e1d3accdc9a5f5f982", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5945, "upload_time": "2016-09-20T19:38:09", "url": "https://files.pythonhosted.org/packages/20/32/b2a0e07c2419bd1c9fccc7582c94dea9df49bbe183d1c3f98c19216709ef/pip-save-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "de66f0edfd56b4e1d3accdc9a5f5f982", "sha256": "3b1fb5154d5aa7e7c6b6fc9695c0265579cfb8e608c2ddae5d6e32ce3965ce37" }, "downloads": -1, "filename": "pip-save-0.2.0.tar.gz", "has_sig": false, "md5_digest": "de66f0edfd56b4e1d3accdc9a5f5f982", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5945, "upload_time": "2016-09-20T19:38:09", "url": "https://files.pythonhosted.org/packages/20/32/b2a0e07c2419bd1c9fccc7582c94dea9df49bbe183d1c3f98c19216709ef/pip-save-0.2.0.tar.gz" } ] }