AUTHORS
LICENSE
MANIFEST.in
Makefile
README.rst
setup.cfg
setup.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/releases.rst
docs/internals/contributing.rst
docs/internals/roadmap.rst
python/org/Python.java
python/org/python/Callable.java
python/org/python/Iterable.java
python/org/python/Object.java
python/org/python/exceptions/ArithmeticError.java
python/org/python/exceptions/AssertionError.java
python/org/python/exceptions/AttributeError.java
python/org/python/exceptions/BaseException.java
python/org/python/exceptions/BlockingIOError.java
python/org/python/exceptions/BrokenPipeError.java
python/org/python/exceptions/BufferError.java
python/org/python/exceptions/BytesWarning.java
python/org/python/exceptions/ChildProcessError.java
python/org/python/exceptions/ConnectionAbortedError.java
python/org/python/exceptions/ConnectionError.java
python/org/python/exceptions/ConnectionRefusedError.java
python/org/python/exceptions/ConnectionResetError.java
python/org/python/exceptions/DeprecationWarning.java
python/org/python/exceptions/EOFError.java
python/org/python/exceptions/Exception.java
python/org/python/exceptions/FileExistsError.java
python/org/python/exceptions/FileNotFoundError.java
python/org/python/exceptions/FloatingPointError.java
python/org/python/exceptions/FutureWarning.java
python/org/python/exceptions/GeneratorExit.java
python/org/python/exceptions/ImportError.java
python/org/python/exceptions/ImportWarning.java
python/org/python/exceptions/IndentationError.java
python/org/python/exceptions/IndexError.java
python/org/python/exceptions/InterruptedError.java
python/org/python/exceptions/IsADirectoryError.java
python/org/python/exceptions/KeyError.java
python/org/python/exceptions/KeyboardInterrupt.java
python/org/python/exceptions/LookupError.java
python/org/python/exceptions/MemoryError.java
python/org/python/exceptions/NameError.java
python/org/python/exceptions/NotADirectoryError.java
python/org/python/exceptions/NotImplementedError.java
python/org/python/exceptions/OSError.java
python/org/python/exceptions/OverflowError.java
python/org/python/exceptions/PendingDeprecationWarning.java
python/org/python/exceptions/PermissionError.java
python/org/python/exceptions/ProcessLookupError.java
python/org/python/exceptions/ReferenceError.java
python/org/python/exceptions/ResourceWarning.java
python/org/python/exceptions/RuntimeError.java
python/org/python/exceptions/RuntimeWarning.java
python/org/python/exceptions/StandardError.java
python/org/python/exceptions/StopIteration.java
python/org/python/exceptions/SyntaxError.java
python/org/python/exceptions/SyntaxWarning.java
python/org/python/exceptions/SystemError.java
python/org/python/exceptions/SystemExit.java
python/org/python/exceptions/TabError.java
python/org/python/exceptions/TimeoutError.java
python/org/python/exceptions/TypeError.java
python/org/python/exceptions/UnboundLocalError.java
python/org/python/exceptions/UnicodeDecodeError.java
python/org/python/exceptions/UnicodeEncodeError.java
python/org/python/exceptions/UnicodeError.java
python/org/python/exceptions/UnicodeTranslateError.java
python/org/python/exceptions/UnicodeWarning.java
python/org/python/exceptions/UserWarning.java
python/org/python/exceptions/ValueError.java
python/org/python/exceptions/Warning.java
python/org/python/exceptions/ZeroDivisionError.java
python/org/python/types/Bool.java
python/org/python/types/ByteArray.java
python/org/python/types/Bytes.java
python/org/python/types/Class.java
python/org/python/types/Complex.java
python/org/python/types/Constructor.java
python/org/python/types/ContextManager.java
python/org/python/types/Dict.java
python/org/python/types/DictView.java
python/org/python/types/Ellipsis.java
python/org/python/types/Float.java
python/org/python/types/FrozenSet.java
python/org/python/types/Function.java
python/org/python/types/Int.java
python/org/python/types/Iterator.java
python/org/python/types/List.java
python/org/python/types/MemoryView.java
python/org/python/types/Method.java
python/org/python/types/Module.java
python/org/python/types/NotImplemented.java
python/org/python/types/Null.java
python/org/python/types/Object.java
python/org/python/types/Range.java
python/org/python/types/Set.java
python/org/python/types/Str.java
python/org/python/types/Tuple.java
python/org/python/types/Type.java
tests/__init__.py
tests/example.py
tests/test_for.py
tests/test_if_elif_else.py
tests/test_lists.py
tests/test_operators.py
tests/test_sequences.py
tests/test_try_catch.py
tests/test_tuples.py
tests/test_while.py
tests/utils.py
voc/__init__.py
voc/__main__.py
voc/transpiler.py
voc.egg-info/PKG-INFO
voc.egg-info/SOURCES.txt
voc.egg-info/dependency_links.txt
voc.egg-info/entry_points.txt
voc.egg-info/top_level.txt
voc/java/__init__.py
voc/java/__main__.py
voc/java/attributes.py
voc/java/constants.py
voc/java/fields.py
voc/java/klass.py
voc/java/methods.py
voc/java/opcodes.py
voc/java/signatures.py
voc/python/__init__.py
voc/python/blocks.py
voc/python/klass.py
voc/python/methods.py
voc/python/modules.py
voc/python/opcodes.py
voc/python/utils.py