{ "info": { "author": "Jerome Lecomte", "author_email": "jlecomte1972@yahoo.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Software Development", "Topic :: Utilities" ], "description": "uniquepath\n==========\n\nSimple utility to remove duplicate in PATH-like environment variables. \n\nOn Unix, it outputs the transformed variable so it can be used like this :\n\n::\n\n $ PATH=`uniquepath.py PATH`\n\nOn Windows, there is a helper ``.bat`` script that achieve the same effect (even if it is not as explicit):\n\n::\n\n C:\\uniquepath.bat PATH\n\nThe command line also offers ways to append, prepend, and remove path to the variable and it supports wildcard (usefull for remove).\n\nUsage\n-----\n\n::\n\n usage: uniquepath.py [-h] [-v] [-r PATH] [-a PATH] [-p PATH]\n [--separator CHAR] [--debug]\n variable\n\n positional arguments:\n variable environment variable or variable value to process.\n \n optional arguments:\n -h, --help show this help message and exit\n -v, --version show program's version number and exit\n -r PATH, --remove PATH\n remove value(s) from the environment variable.\n -a PATH, --append PATH\n append value(s) to the environment variable.\n -p PATH, --prepend PATH\n prepend value(s) to the environment variable.\n --separator CHAR changes the path separator (default is os specific).\n --debug different output format more readable but invalid. DO\n NOT ASSIGN to an environment variable.\n \n On Windows: use uniquepath.bat helper script.\n \nThere are also 2 usage examples in the directory ``pyenv.bat`` (to switch python version) and the helper script ``uniquepath.bat`` for windows.\n\nInstallation\n------------\n\nDownload uniquepath.py from http://github.com/elmotec/uniquepath\n\n\nLicense\n-------\n\nLicensed under the term of `MIT License`_. See file LICENSE.\n\n\n\n.. _MIT License: http://en.wikipedia.org/wiki/MIT_License", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/elmotec/uniquepath", "keywords": "path environment variable manipulation", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "uniquepath", "package_url": "https://pypi.org/project/uniquepath/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/uniquepath/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/elmotec/uniquepath" }, "release_url": "https://pypi.org/project/uniquepath/1.0/", "requires_dist": null, "requires_python": null, "summary": "Simple utility to remove duplicate and manipulate PATH-like environment variables (e.g. LD_LIBRARY_PATH, MANPATH).", "version": "1.0" }, "last_serial": 801231, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "5595d63ac180eafd3a97cf3117c267af", "sha256": "d6d988d0a85347644672577110af58ab340e35b2d2d523df1e2c5c1fbdf629e7" }, "downloads": -1, "filename": "uniquepath-1.0.zip", "has_sig": false, "md5_digest": "5595d63ac180eafd3a97cf3117c267af", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4135, "upload_time": "2012-06-04T01:24:50", "url": "https://files.pythonhosted.org/packages/a1/79/ed3d12388103d48d835c4392172844a066cfb4558bb0ad9668cfe2275994/uniquepath-1.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5595d63ac180eafd3a97cf3117c267af", "sha256": "d6d988d0a85347644672577110af58ab340e35b2d2d523df1e2c5c1fbdf629e7" }, "downloads": -1, "filename": "uniquepath-1.0.zip", "has_sig": false, "md5_digest": "5595d63ac180eafd3a97cf3117c267af", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4135, "upload_time": "2012-06-04T01:24:50", "url": "https://files.pythonhosted.org/packages/a1/79/ed3d12388103d48d835c4392172844a066cfb4558bb0ad9668cfe2275994/uniquepath-1.0.zip" } ] }