PyV8 0.9
0
Python Wrapper for Google V8 Engine
Contents
The pyv8 project, created by Flier Lu, is an old codebase developed in Python 2.7. However, it does not support Python 3 and has been inactive since 2012. Despite its presence on PyPI and availability through pip, it is advised not to use this library.
In 2020, Cloudflare revived the project and created a fork called stpyv8. The new project, stpyv8, can be found on GitHub at https://github.com/cloudflare/stpyv8. Unlike pyv8, stpyv8 is not published on PyPI, so it cannot be installed using pip. Additionally, stpyv8 does not support the Windows operating system.
How to Install pyv8
You can install pyv8 using pip
pip install pyv8
or add it to a project with poetry
poetry add pyv8
Package Details
- Author
- Flier Lu
- License
- Apache Software License
- Homepage
- http://code.google.com/p/pyv8/
- PyPi:
- https://pypi.org/project/PyV8/
Classifiers
- Internet
- Internet/WWW/HTTP
- Software Development
- Software Development/Libraries/Python Modules
- Utilities
Related Packages
Errors
A list of common pyv8 errors.
Code Examples
Here are some pyv8
code examples and snippets.