Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 462 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 462 Bytes

Earthworm: Code Decomposition Tool

Background

This project intends to serve as a educational tool for teaching code
decomposition in Python. This project has been tested for Python 2.7.10 and
Python 3.5.2.

Running Program

Run decomposer.py on a File

 python -m src.decomposer <PYTHON-2-FILE>
 python3 -m src.decomposer <PYTHON-3-FILE>

Running Tests

  ./runtests.sh

Packages Required

  pip install enum34