jgreenemi/Parris

Update setup.py to keep statements in a separate function for extensibility.

Open

#6 opened on 2018年1月2日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Python (320 stars) (22 forks)batch import
good first issuehelp wanted

説明

Move lambda setup statements to their own function. lambda_creation would be a great name though it's already in use, so consider if a refactor is necessary. Also rename internal functions per PEP8. All this would bring the tool to being closer to pipeline integration, as in its current state one can't (easily) import it into an existing tool like a dependency.

コントリビューターガイド

Update setup.py to keep statements in a separate function for extensibility. · jgreenemi/Parris#6 | Good First Issue