MachUpX
MachUpX copied to clipboard
Hosting MachUpX on PyPI
I would like use MachUpX with an existing tool chain developed for other aerodynamics solvers. It would be much easier to do that if I could simply pip install the package directly from PyPI rather than writing a custom script to install it. This would also lower the entry barrier for other interested users as well.
Because MachUpX is a pure python package I believe this can be done without too much head ache. Although, since AirfoilDatabase is a dependency, you should get that situated on PyPI first.
Since you are already using good versioning practices, I'd suggest setting up a Github action to push a new package to PyPI on releases.