{ "info": { "author": "eisenlaub", "author_email": "eisenlaub@fea.st", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Filesystems" ], "description": "python-linkat\n=============\n\n.. image:: https://pypip.in/version/linkat/badge.png\n :target: https://pypi.python.org/pypi/linkat/\n :alt: Latest Version\n\n.. image:: https://pypip.in/license/linkat/badge.png\n :target: https://pypi.python.org/pypi/linkat/\n :alt: License\n\nThe single purpose of `python-linkat`_ is to provide python developers with\nthe ability to use the system native functions ``linkat`` and ``symlinkat``.\nThe Library is written in plain python and utilizes `cffi`_ to call native \nsystem functions and therefore depends on it.\n\n\nDocumentation\n-------------\n\nThis module provides only the 2 functions ``linkat`` and ``symlinkat``\nand their constants which can be used as arguments for the ``flag`` parameter.\nFor a more detailed documentation please look at the corresponding linux\nman pages for `linkat`_ and `symlinkat`_. If there was an error during \nthe system call, ``OSError`` with the corresponding error code will be raised.\n\n\nInstallation\n------------\nThe package is available on `PyPI`_ and thus it can be installed with pip:\n\n::\n\n $ pip install linkat\n\n\n.. _python-linkat: https://github.com/eisenlaub/python-linkat\n.. _PyPI: https://pypi.python.org/pypi/linkat/\n.. _cffi: https://cffi.readthedocs.org/\n.. _linkat: http://man7.org/linux/man-pages/man2/link.2.html\n.. _symlinkat: http://man7.org/linux/man-pages/man2/symlink.2.html", "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/eisenlaub/python-linkat", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "linkat", "package_url": "https://pypi.org/project/linkat/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/linkat/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/eisenlaub/python-linkat" }, "release_url": "https://pypi.org/project/linkat/1.1/", "requires_dist": null, "requires_python": null, "summary": "Python support for the POSIX/Linux functions linkat and symlinkat.", "version": "1.1" }, "last_serial": 1280660, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "d3979ec84f1c7a9e62929edd0bdca7be", "sha256": "2582a51124e42a47e2240efac4d7995632e760175ae3c7227ff04b87f5bbbef8" }, "downloads": -1, "filename": "linkat-1.0.0.tar.gz", "has_sig": false, "md5_digest": "d3979ec84f1c7a9e62929edd0bdca7be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3843, "upload_time": "2014-06-08T03:21:26", "url": "https://files.pythonhosted.org/packages/15/06/663d11119191411c581423a23f27850a001576e4632d60ba26d774a8df3d/linkat-1.0.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "5105c35e09cc974d3474fc7c5d6d81f0", "sha256": "eb3e3c02c90f884e7fe3032d39aeb629c6a49c06a65c8506a76bed5bd2d32b82" }, "downloads": -1, "filename": "linkat-1.1.zip", "has_sig": false, "md5_digest": "5105c35e09cc974d3474fc7c5d6d81f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8024, "upload_time": "2014-10-23T22:52:42", "url": "https://files.pythonhosted.org/packages/53/cb/f93b1258198c00dccfdccf0cbc667088ac923206e70a3388909dbac7103e/linkat-1.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5105c35e09cc974d3474fc7c5d6d81f0", "sha256": "eb3e3c02c90f884e7fe3032d39aeb629c6a49c06a65c8506a76bed5bd2d32b82" }, "downloads": -1, "filename": "linkat-1.1.zip", "has_sig": false, "md5_digest": "5105c35e09cc974d3474fc7c5d6d81f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8024, "upload_time": "2014-10-23T22:52:42", "url": "https://files.pythonhosted.org/packages/53/cb/f93b1258198c00dccfdccf0cbc667088ac923206e70a3388909dbac7103e/linkat-1.1.zip" } ] }