{ "info": { "author": "Tai Lee", "author_email": "real.human@mrmachine.net", "bugtrack_url": null, "classifiers": [], "description": "Overview\n========\n\nThis package provides a ``hardlink`` module and command line script that copies\nfiles and merges directories using hard links.\n\nWhy? Because OS X doesn't support ``cp -lR``.\n\nInstallation\n============\n\nLatest code direct from the repository::\n\n $ pip install hardlink\n\nUsage\n=====\n\nVia the command line script::\n\n $ hardlink -h\n usage: hardlink [-h] [-d] [-f] [-q | -v] src dst\n\n Copy files and merge directories using hard links.\n\n positional arguments:\n src Source file or directory. Follow symbolic links.\n dst Destination file or directory. Merge existing directories.\n\n optional arguments:\n -h, --help show this help message and exit\n -d, --dry-run Do not link files or create directories. Only log operations.\n -f, --force Replace existing files and symbolic links.\n -q, --quiet Silence standard output.\n -v, --verbose Increase verbosity for each occurrence.\n\nVia the module::\n\n import hardlink\n link = hardlink.Command(dry_run=False, force=True)\n link(src, dst)", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mrmachine/hardlink", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "hardlink", "package_url": "https://pypi.org/project/hardlink/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/hardlink/", "project_urls": { "Homepage": "https://github.com/mrmachine/hardlink" }, "release_url": "https://pypi.org/project/hardlink/0.2/", "requires_dist": null, "requires_python": "", "summary": "Copy files and merge directories using hard links.", "version": "0.2" }, "last_serial": 1783721, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "1f8d859f5ba8fa3686c37e49349e7b92", "sha256": "cf59f709fef4b8ab9c8f9b119ae4815771f19d9759ccd8d6f7ef9626312ab8c9" }, "downloads": -1, "filename": "hardlink-0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1f8d859f5ba8fa3686c37e49349e7b92", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4718, "upload_time": "2015-10-23T14:40:09", "url": "https://files.pythonhosted.org/packages/9c/57/42a5f3f0564a48fa33bf76a4b4669e43a48681f264f88a71d53187bee80e/hardlink-0.1-py2.py3-none-any.whl" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "97b16e56537bfa8e1b8ce9b7a2558f9c", "sha256": "fb66af0bf37438a59c14fd68282efabe5e4de1a71ebe1326d367b27a499e7e13" }, "downloads": -1, "filename": "hardlink-0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "97b16e56537bfa8e1b8ce9b7a2558f9c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5409, "upload_time": "2015-10-24T03:33:14", "url": "https://files.pythonhosted.org/packages/12/85/d07ada2c1b99472bcee57866d78beaf60a91a8cc412f8ba66c454788e43c/hardlink-0.2-py2.py3-none-any.whl" } ], "0.2.dev0": [ { "comment_text": "", "digests": { "md5": "561bf77ad9920050ccbf8cc8be88eb5d", "sha256": "0d64109e27edbc6b945954ea3ca5b805e048bd484183d919881b430b2d8c1a86" }, "downloads": -1, "filename": "hardlink-0.2.dev0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "561bf77ad9920050ccbf8cc8be88eb5d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5492, "upload_time": "2015-10-24T03:32:05", "url": "https://files.pythonhosted.org/packages/dd/7d/4c5a31e63b85e236251113594367257aebccc51db0b89693bff76b5ff0a9/hardlink-0.2.dev0-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "97b16e56537bfa8e1b8ce9b7a2558f9c", "sha256": "fb66af0bf37438a59c14fd68282efabe5e4de1a71ebe1326d367b27a499e7e13" }, "downloads": -1, "filename": "hardlink-0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "97b16e56537bfa8e1b8ce9b7a2558f9c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5409, "upload_time": "2015-10-24T03:33:14", "url": "https://files.pythonhosted.org/packages/12/85/d07ada2c1b99472bcee57866d78beaf60a91a8cc412f8ba66c454788e43c/hardlink-0.2-py2.py3-none-any.whl" } ] }