{ "info": { "author": "Jon \"Berkona\" Monroe", "author_email": "solipsis.dev@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Linktastic\n\nLinktastic is an extension of the os.link and os.symlink functionality provided\nby the python language since version 2. Python only supports file linking on\n*NIX-based systems, even though it is relatively simple to engineer a solution\nto utilize NTFS's built-in linking functionality. Linktastic attempts to unify\nlinking on the windows platform with linking on *NIX-based systems.\n\nUsage\n\nLinktastic is a single python module and can be imported as such. Examples:\n\n# Hard linking src to dest\nimport linktastic\nlinktastic.link(src, dest)\n\n# Symlinking src to dest\nimport linktastic\nlinktastic.symlink(src, dest)", "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/berkona/linktastic", "keywords": null, "license": "MIT License - See http://opensource.org/licenses/MIT for details", "maintainer": null, "maintainer_email": null, "name": "Linktastic", "package_url": "https://pypi.org/project/Linktastic/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Linktastic/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/berkona/linktastic" }, "release_url": "https://pypi.org/project/Linktastic/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Truly platform-independent file linking", "version": "0.1.0" }, "last_serial": 784628, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "1b078e450b1385a060ecc2fa378f8117", "sha256": "3830587791c595b6ab1bdfffbc5cb136e55c434a8da1346cb720b212e821ebce" }, "downloads": -1, "filename": "Linktastic-0.1.0.tar.gz", "has_sig": false, "md5_digest": "1b078e450b1385a060ecc2fa378f8117", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2153, "upload_time": "2013-02-19T00:51:19", "url": "https://files.pythonhosted.org/packages/dc/27/3639281a6b8409c069ab2b56489eaea03a0824c3e2afb45b6eb012b4ff39/Linktastic-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1b078e450b1385a060ecc2fa378f8117", "sha256": "3830587791c595b6ab1bdfffbc5cb136e55c434a8da1346cb720b212e821ebce" }, "downloads": -1, "filename": "Linktastic-0.1.0.tar.gz", "has_sig": false, "md5_digest": "1b078e450b1385a060ecc2fa378f8117", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2153, "upload_time": "2013-02-19T00:51:19", "url": "https://files.pythonhosted.org/packages/dc/27/3639281a6b8409c069ab2b56489eaea03a0824c3e2afb45b6eb012b4ff39/Linktastic-0.1.0.tar.gz" } ] }