Python Local Module Repository (Equivalent of mvn install) -
i'm java developer, , workflow write library, run mvn install
create package of library , install local module repo.
then in other projects in unrelated directory, can tell maven import file project maven pom file. if other members of team want use library, check out code, run mvn install
, can import too.
as understand, can use import
keyword import module program, how put module in place python know look?
in summary: pythonic way 'install' module have locally written?
i use setuptools that, since installs machine wide (or locally, like), without forcing copy things manually.
Comments
Post a Comment