obecto/perper

Consider Conda Recipes / Packages as a packaging mechanism for Perper Python extension

branimirangelov opened this issue · 1 comments

Research Conda packaging mechanism as complementary for Pip.

For the building of a package conda needs a meta.yaml file and respective scripts for Windows and Linux to execute the build. A command executing setup.py is also an option.
For more info: https://docs.conda.io/projects/conda-build/en/latest/user-guide/tutorials/build-pkgs.html

For local development, we can setup a local conda channel following the instructions here: https://stackoverflow.com/questions/35359147/how-can-i-host-my-own-private-conda-repository
That way we don't need to upload anything to anaconda.org and can register new changes with "conda update ____" inside the desired environment after building the new version of our package.