dmaclean / dfs-python

Tools for DFS data collection and projection creation.
11 stars 2 forks source link

Port line-up optimizer over to Python #8

Open dmaclean opened 10 years ago

dmaclean commented 10 years ago

Bring the lineup optimizer, which is currently written in Groovy and running with IntelliJ, over to Python. This will remove the extra step of generating and cleaning up CSV files that need to be fed into the program. Instead, we should be able to just generate the input right from the database and save a bunch of time.