{ "info": { "author": "Christian Heimes", "author_email": "christian@python.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "License :: OSI Approved :: Python Software Foundation License", "Natural Language :: English", "Operating System :: POSIX :: Linux", "Programming Language :: C", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: Implementation :: CPython" ], "description": "pymemfd -- memfd_create wrapper for Python\n==========================================\n\nThis modules provides a Python wrapper for the new memfd_create() syscall\nand the new file-sealing fcntl() operators.\n\nLow level interface\n-------------------\n\nmemfd.memfd_create(name, flags) -> int\n\nmemfd.MFD_ALLOW_SEALING\n\nmemfd.MFD_CLOEXEC\n\nmemfd.F_ADD_SEALS\n\nmemfd.F_GET_SEALS\n\nmemfd.F_SEAL_SEAL\n\nmemfd.F_SEAL_GROW\n\nmemfd.F_SEAL_SHRINK\n\nmemfd.F_SEAL_WRITE\n\n\nHigh level interfaces\n---------------------\n\nmemfd.open(name, *, flags=MFD_CLOEXEC, mode='wb+', buffering=0, closefd=True,\n **kwargs) -> io.FileIO\n\nmemfd.F_SEAL_ALL\n\nmemfd.MFD_ALLOW_SEALING_CLOEXEC\n\nMore\n----\n\nhttp://man7.org/linux/man-pages/man2/memfd_create.2.html\n\nhttps://dvdhrm.wordpress.com/tag/memfd/", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.org/tiran/pymemfd", "keywords": "memfd memfd_create", "license": "Apache 2.0", "maintainer": null, "maintainer_email": null, "name": "pymemfd", "package_url": "https://pypi.org/project/pymemfd/", "platform": "Linux", "project_url": "https://pypi.org/project/pymemfd/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.org/tiran/pymemfd" }, "release_url": "https://pypi.org/project/pymemfd/0.1/", "requires_dist": null, "requires_python": null, "summary": "memfd_create interface for Linux", "version": "0.1" }, "last_serial": 2081026, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "4bc3211480a6a744f68194e0d82b39eb", "sha256": "e754c0ffc036e0eb2e07feabe2687487afde52b960522aa011ab99848e554d9c" }, "downloads": -1, "filename": "pymemfd-0.1.tar.gz", "has_sig": false, "md5_digest": "4bc3211480a6a744f68194e0d82b39eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4525, "upload_time": "2016-04-24T13:36:37", "url": "https://files.pythonhosted.org/packages/93/98/927c4c8ea2a39191af16631756cfd84a401d6fe7bdb7414b5c8c2943e3e4/pymemfd-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4bc3211480a6a744f68194e0d82b39eb", "sha256": "e754c0ffc036e0eb2e07feabe2687487afde52b960522aa011ab99848e554d9c" }, "downloads": -1, "filename": "pymemfd-0.1.tar.gz", "has_sig": false, "md5_digest": "4bc3211480a6a744f68194e0d82b39eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4525, "upload_time": "2016-04-24T13:36:37", "url": "https://files.pythonhosted.org/packages/93/98/927c4c8ea2a39191af16631756cfd84a401d6fe7bdb7414b5c8c2943e3e4/pymemfd-0.1.tar.gz" } ] }