Closed
Description
Hello, question here:
I'd like to make my own command line application that can calculate a ship's stats (say, DPS) given a fit.
- Is there a library in Pyfa's code that's separated from the front end so I can do this?
- What class represents a ship with modules and rigs attached to it? Do I need another class to calculate its stats?
I'm not looking for a completely modular library, just some guidance in Pyfa's current codebase so I can cherry pick what I want, even if it involves having the whole repository on my working folder.
Thanks!