Thank you very much for this port!
Our lab would like to include your software as a dependency of a cell morphology software we maintain.
https://github.com/CamaraLab/CAJAL
Currently it seems easiest to just include your source code in our distribution with appropriate attribution, but if you wrote a setup.py or a pyproject.toml file then people could do "pip install git+https://github.com/dylkot/pyWNN" and then we could just put your software in the dependency list and pip would install your code automatically when the user downloads our package. As it stands, if we distribute your software now and you update it later then users will have an old copy of your code with versioning not tracked by the package manager.
Thank you very much for this port!
Our lab would like to include your software as a dependency of a cell morphology software we maintain.
https://github.com/CamaraLab/CAJAL
Currently it seems easiest to just include your source code in our distribution with appropriate attribution, but if you wrote a setup.py or a pyproject.toml file then people could do "pip install git+https://github.com/dylkot/pyWNN" and then we could just put your software in the dependency list and pip would install your code automatically when the user downloads our package. As it stands, if we distribute your software now and you update it later then users will have an old copy of your code with versioning not tracked by the package manager.