Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 719 Bytes

File metadata and controls

33 lines (20 loc) · 719 Bytes

source_splitter

source_splitter is a Python library for splitting source files from multiple different languages into component parts.

Installation

Use the package manager pip to install source_splitter.

pip install source_splitter

Usage

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)

Contributing

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.

License

MIT