Transpiles Java source code into Python source code
Project description
JavaToPythonTranspiler
Transpiles Java source code into Python source code
Installation
pip install java-to-python-transpiler
Functions
java_to_python_from_string
java_to_python_from_string(user_input: str) -> str | TranspilerFailure
This is the primary function provided by this library.
Takes in a user_input
and transpiles it into Python source code. It will return
a String if successful. Otherwise, it will return a TranspilerFailure
Data
TranspilerFailure
This class represents a failure that occurred in the Transpiler.
error_message: str
-> a String that provides informaion about the error that
occurred
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for java_to_python_transpiler-0.1.7.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 21d7805efa648a77e572e507cb010c26710268a96d4de36ead72736eb690c7d2 |
|
MD5 | a197f12a5090e6931b26342b17091928 |
|
BLAKE2b-256 | 6cb7e317a4d7791c11a1ac331a9f29f108071b208bceccd9d368e83f5d539e51 |
Close
Hashes for java_to_python_transpiler-0.1.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a9ae3cd05c8c80578c053fb3303a32652debddcd168bddf00a7246be19dd9b7 |
|
MD5 | c131ade2c245dd988a363aff4cfac062 |
|
BLAKE2b-256 | b804668595d69776d85ab5682abc7bfc4524e202613e19ce0416214141878f58 |