source_splitter is a Python library for splitting source files from multiple different languages into component parts.
Use the package manager pip to install source_splitter.
pip install source_splitter
python -m source_splitter
(will return a list of arguments)
Objects can also be instantiated to work on source files with out writing them.
(TODO: document this)
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.