Eugene Sajine writes:
> ...
> Here is what i'm trying to achieve:
> 1. I want to be able to specify the set of dependencies for the project i'm
> currently developing and make them available for the import. Think java jar -
> having it in class path allows for the code reuse (import packages pro
Hi!
I'm trying to create a development infrastructure that would allow for simple
and unified ways of sharing, *deploying* and *reusing* the code within private
entity. I can see that pip with virtual environments and requirements.txt is
very similar to dependency management provided by maven o