pypi - How to develop python modules locally? -
if have module i.e modulea, , have moduleb depends on modulea, , want modifications modulea , moduleb.
we both own modulea , moduleb, how actively develop against both if both being changed?
should using requirements-dev.txt points fork of modulea in moduleb. ensure isn't committed source control, , have requirements.txt point artifact in our private pypi instance?
thanks, sriram
wiki
Comments
Post a Comment