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

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -