Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transform scripts into clean Python modules #64

Open
AnHeuermann opened this issue Mar 1, 2024 · 0 comments
Open

Transform scripts into clean Python modules #64

AnHeuermann opened this issue Mar 1, 2024 · 0 comments
Labels
good first issue A good issue to start working on OpenModelicaLibraryTesting help wanted

Comments

@AnHeuermann
Copy link
Member

This repository is working well, but is a mess to work with.
Changing the scripts to a Python module would have some advantages:

  • Register module in Python Package Index
  • Versioning of dependencies via pip instead of installing requirements.txt manually
  • Version OpenModelicaLibraryTesting
  • Testing parts of the module
  • Chance to
    • Improve documentation
    • clean up the code base

For e.g. https://github.com/OpenModelica/openmodelica-library-testing-action it would also simplify things. No need to clone the repository on some specific hash but simply install and cache with pip.

@AnHeuermann AnHeuermann added help wanted good first issue A good issue to start working on OpenModelicaLibraryTesting labels Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue A good issue to start working on OpenModelicaLibraryTesting help wanted
Projects
None yet
Development

No branches or pull requests

1 participant