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

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -