WindhoverLabs / auto-yamcs

A collection of tools to auto-generate everything needed to run a ground system.
4 stars 2 forks source link

Package Organization #17

Open lorenzo-gomez-windhover opened 3 years ago

lorenzo-gomez-windhover commented 3 years ago

While most of auto-yamcs is organized into a src folder, the "package" organization can be very confusing for the python modules system. This can be especially confusing for developers who may want to work in auto-yamcs, given that modules have the same name as the package, which can be painful to deal with as it comes with a lot of gotchas.

This was an oversight of mine that will be addressed in the future.

lorenzo-gomez-windhover commented 3 years ago

Organizing packages the proper way will also make it easier to distribute auto-yamcs to PyPi.