Skip to content

rguillebert/pymetabiosis

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

PyMetabiosis

A 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).

  • 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)
  • Use pymetabiosis.module.import_module to import cpython modules on PyPy

Installation

Before pip installing the package, you must set the PYTHON_EMBED environment variable to a Python virtualenv (or /usr) and then do pip install pymetabiosis

About

A way to use CPython modules on PyPy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages