- Notifications
You must be signed in to change notification settings - Fork163
ninia/jep
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Jep embeds CPython in Java through JNI.
Some benefits of embedding CPython in a JVM:
- Using the native Python interpreter may be much faster thanalternatives.
- Python is mature, well supported, and well documented.
- Access to high quality Python modules, both native CPythonextensions and Python-based.
- Compilers and assorted Python tools are as mature as the language.
- Python is an interpreted language, enabling scripting of establishedJava code without requiring recompilation.
- Both Java and Python are cross platform, enabling deployment todifferent operating systems.
Simply runpip install jep or download the source and runpip install .. Building and installing require the JDK and Python,to be installed beforehand. Pip will need to be able to install setuptoolsand numpy to build jep.
- Python >= 3.10
- Java >= 1.8
- NumPy >= 1.7 (optional)
- Interactive Jep console much like Python's interactive console
- Supports multiple, simultaneous, mostly sandboxed sub-interpreters or shared interpreters
- Numpy support for Java primitive arrays
- Documentation
- JavaDoc
- Mailing List (deprecated)
- Known Issues and Help
- Contribution Guidelines
- Project Page
We welcome comments, contributions, bug reports, wiki documentation, etc.
If you need help, please first search for existing solutions online, in thethe issues, and on the wiki. If you still need help, please open a GitHub issueand we will try and help you. Please remember to close the issue once it hasbeen resolved.
Jep Team
About
Embed Python in Java
Topics
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.