{ "info": { "author": "Tjelvar Olsson", "author_email": "tjelvar.olsson@jic.ac.uk", "bugtrack_url": null, "classifiers": [], "description": "README\n======\n\nAdd ability to create dataset where data directory is a symlink.\n\nInstalling this package provides the dtool command line client with a storage\nbroker named ``symlink``. This is useful if one wants to mark up files in a\ndirectory as a dataset without having to re-organise their structure on disk.\nFor example if one wants to mark up some Next Generation Sequencing data that\nhas arrived on an external hard disk as a dataset before copying the resulting\ndataset to some other form of storage.\n\nIf one wants to make use of the\n``dtool_symlink.storagebroker.SymLinkStorageBroker`` class programatically one\nneeds to set an attribute called ``symlink_path`` on the\n``SymLinkStorageBroker`` instance with the path to the directory to be linked\nbefore calling the ``create_structure`` method. For example::\n\n from dtool_symlink.storagebroker import SymLinkStorageBroker\n\n symlink_storage_broker = SymLinkStorageBroker(\"/path/to/dataset\")\n symlink_storage_broker.symlink_path = \"/mnt/my_data/\"\n symlink_storage_broker.create_structure()\n\n\n\nInstallation\n------------\n\nTo install the dtool-symlink package.\n\n.. code-block:: bash\n\n cd dtool-symlink\n python setup.py install\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/jic-dtool/dtool-symlink/tarball/0.3.0", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jic-dtool/dtool-symlink", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "dtool-symlink", "package_url": "https://pypi.org/project/dtool-symlink/", "platform": "", "project_url": "https://pypi.org/project/dtool-symlink/", "project_urls": { "Download": "https://github.com/jic-dtool/dtool-symlink/tarball/0.3.0", "Homepage": "https://github.com/jic-dtool/dtool-symlink" }, "release_url": "https://pypi.org/project/dtool-symlink/0.3.0/", "requires_dist": null, "requires_python": "", "summary": "Create dataset where data directory is a symlink", "version": "0.3.0" }, "last_serial": 4119642, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "5e37ace9d5c477a36641784204691212", "sha256": "ab09db7a733ee36dd378821d71c5bbc8be6cf0f0d854611cdd5c7c945886e579" }, "downloads": -1, "filename": "dtool-symlink-0.1.0.tar.gz", "has_sig": false, "md5_digest": "5e37ace9d5c477a36641784204691212", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2355, "upload_time": "2017-09-13T12:02:05", "url": "https://files.pythonhosted.org/packages/6a/96/6d8f2397a9012aafbfc76b5b87951663c777814d349627a518322f41a496/dtool-symlink-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "360ca3112e13c1601f79a5f2450e5055", "sha256": "33bc947b1f235019bbeb70fe07282f513fabc533baf0df8761f01b897900feb7" }, "downloads": -1, "filename": "dtool-symlink-0.1.1.tar.gz", "has_sig": false, "md5_digest": "360ca3112e13c1601f79a5f2450e5055", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2489, "upload_time": "2017-10-25T12:32:10", "url": "https://files.pythonhosted.org/packages/86/ff/04f1e769b81a96d054246ed1503c03fe778b9f19a66f1bb24c00c8ec0428/dtool-symlink-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "2a229d543f712d26a8cc05d2cf061153", "sha256": "3ec4157ebeb695afec4b2c51ea56b8e60662d0f80a1c52315d6615c1414a2ead" }, "downloads": -1, "filename": "dtool-symlink-0.1.2.tar.gz", "has_sig": false, "md5_digest": "2a229d543f712d26a8cc05d2cf061153", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2492, "upload_time": "2017-10-25T12:56:38", "url": "https://files.pythonhosted.org/packages/f2/19/eb0553854a0b4a299c5fb317e3c3cb1a3a80bebba3443917cc262f15123c/dtool-symlink-0.1.2.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "d494a003f46859f5fe309df53075ab1f", "sha256": "775352328f73fc09680b7b4a131aee1ab84b059eaf89fbe9361f5f0a29b57e6a" }, "downloads": -1, "filename": "dtool-symlink-0.2.0.tar.gz", "has_sig": false, "md5_digest": "d494a003f46859f5fe309df53075ab1f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2366, "upload_time": "2018-02-09T11:42:39", "url": "https://files.pythonhosted.org/packages/41/71/9b89818da9bd371da8eab45847562af1432d605300ff400ad2257b49b8e4/dtool-symlink-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "bac4cb76027304613f05986ab9e0111b", "sha256": "b8efec1d72dc56cb3825d1e237316bf6d926c775c005ff2179ed8ff2cedad248" }, "downloads": -1, "filename": "dtool-symlink-0.3.0.tar.gz", "has_sig": false, "md5_digest": "bac4cb76027304613f05986ab9e0111b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2368, "upload_time": "2018-07-31T10:24:42", "url": "https://files.pythonhosted.org/packages/a5/eb/4a2981d7c54c82716eef872b85c572432644104a762c2d86a1228649b5e1/dtool-symlink-0.3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bac4cb76027304613f05986ab9e0111b", "sha256": "b8efec1d72dc56cb3825d1e237316bf6d926c775c005ff2179ed8ff2cedad248" }, "downloads": -1, "filename": "dtool-symlink-0.3.0.tar.gz", "has_sig": false, "md5_digest": "bac4cb76027304613f05986ab9e0111b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2368, "upload_time": "2018-07-31T10:24:42", "url": "https://files.pythonhosted.org/packages/a5/eb/4a2981d7c54c82716eef872b85c572432644104a762c2d86a1228649b5e1/dtool-symlink-0.3.0.tar.gz" } ] }