Skip to content

Pythonify the project

Valentin Valls requested to merge add-setup-py into master

This MR changes few things to the project in order to make is compliant with Python.

  • Create a setup.py
  • Rework the project layout to create a Lima.Server directory
  • Rework conda recipe to use pip
  • Rework the CI to process first the tests, then the conda package, then the deploy

This allows to use pip install -e . for developments.

Edited by Valentin Valls

Merge request reports