Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

java_to_python_transpiler-0.1.7.tar.gz (29.3 kB view hashes)

Uploaded Source

Built Distribution

java_to_python_transpiler-0.1.7-py3-none-any.whl (31.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page