{ "info": { "author": "thg", "author_email": "", "bugtrack_url": null, "classifiers": [], "description": "# malloc\nMalloc interface for python\n## Examples\n```py\nfrom malloc import Memory\n\nmem = Memory.from_malloc(1000)\nmem.as_buffer()\nmem.free()\ndel mem\n\nwith Memory.from_calloc(10, 100) as mem:\n mem.cast(etc)\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/thg-consulting/malloc", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "malloc", "package_url": "https://pypi.org/project/malloc/", "platform": "", "project_url": "https://pypi.org/project/malloc/", "project_urls": { "Homepage": "https://github.com/thg-consulting/malloc" }, "release_url": "https://pypi.org/project/malloc/0.2.0/", "requires_dist": null, "requires_python": "", "summary": "PyMem_ family interface", "version": "0.2.0" }, "last_serial": 5642234, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "3811546a9d3f430ec9278424c84833ca", "sha256": "f3727d876134bcc4280637920e3beeaeb67db6269746a117a57bc7448515fd2b" }, "downloads": -1, "filename": "malloc-0.1.0.tar.gz", "has_sig": false, "md5_digest": "3811546a9d3f430ec9278424c84833ca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 977, "upload_time": "2019-08-06T22:48:12", "url": "https://files.pythonhosted.org/packages/51/1c/b23c64073a93f9fec40e5095ed86bb53059b46cd1ffa0a72ffac1099315f/malloc-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "5d0a86ebe4eed97b631ad5328f6ad12c", "sha256": "f14456ab7eaf2ec26fba3ee55c28f27f3970bbc75ea3b5325766c0ab991aef44" }, "downloads": -1, "filename": "malloc-0.2.0.tar.gz", "has_sig": false, "md5_digest": "5d0a86ebe4eed97b631ad5328f6ad12c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1741, "upload_time": "2019-08-06T23:30:01", "url": "https://files.pythonhosted.org/packages/77/1a/7ef6180c35c03f8ca3e63bc64c6777be06d2a814dd0f11421d656fd9509f/malloc-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5d0a86ebe4eed97b631ad5328f6ad12c", "sha256": "f14456ab7eaf2ec26fba3ee55c28f27f3970bbc75ea3b5325766c0ab991aef44" }, "downloads": -1, "filename": "malloc-0.2.0.tar.gz", "has_sig": false, "md5_digest": "5d0a86ebe4eed97b631ad5328f6ad12c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1741, "upload_time": "2019-08-06T23:30:01", "url": "https://files.pythonhosted.org/packages/77/1a/7ef6180c35c03f8ca3e63bc64c6777be06d2a814dd0f11421d656fd9509f/malloc-0.2.0.tar.gz" } ] }