{ "info": { "author": "Romain Guillebert", "author_email": "romain.py@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "PyMetabiosis\n============\n\nA bridge between PyPy and CPython that works by embedding CPython, its main purpose it to allow you to use any CPython module on PyPy (including C extensions).\n\n* PyMetabiosis tries to link with the python command available on $PATH, however you can override this (if you want to use a virtualenv and/or if \"python\" points to PyPy) by setting the ``PYTHON_EMBED`` environment variable to a virtualenv (or /usr)\n\n* Use pymetabiosis.module.import_module to import cpython modules on PyPy\n\nInstallation\n------------\n\nBefore pip installing the package, you must set the ``PYTHON_EMBED`` environment variable to a Python virtualenv (or /usr) and then do ``pip install git+https://github.com/rguillebert/pymetabiosis``\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pymetabiosis", "package_url": "https://pypi.org/project/pymetabiosis/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pymetabiosis/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/pymetabiosis/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "A way of using CPython 2's C extension modules on other cffi compatible Python implementations", "version": "0.0.1" }, "last_serial": 1649223, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "f53e3dd1c6bf08e0fea36708bbf95a12", "sha256": "ae03ae59486ab0c33e7b339baff383da0e4f3f5061cfc7344c3a34ecba6fb377" }, "downloads": -1, "filename": "pymetabiosis-0.0.1.tar.gz", "has_sig": false, "md5_digest": "f53e3dd1c6bf08e0fea36708bbf95a12", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13009, "upload_time": "2015-07-25T13:56:50", "url": "https://files.pythonhosted.org/packages/d3/c1/51c1272868c5c5f3942e2f9ccc64bceb86ac386f4156fd4e63b47339e6bf/pymetabiosis-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f53e3dd1c6bf08e0fea36708bbf95a12", "sha256": "ae03ae59486ab0c33e7b339baff383da0e4f3f5061cfc7344c3a34ecba6fb377" }, "downloads": -1, "filename": "pymetabiosis-0.0.1.tar.gz", "has_sig": false, "md5_digest": "f53e3dd1c6bf08e0fea36708bbf95a12", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13009, "upload_time": "2015-07-25T13:56:50", "url": "https://files.pythonhosted.org/packages/d3/c1/51c1272868c5c5f3942e2f9ccc64bceb86ac386f4156fd4e63b47339e6bf/pymetabiosis-0.0.1.tar.gz" } ] }