Skip to content

codeocelot/python-subprojects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Python Subproject Directory Structure

Dependencies

Just Poetry. Why not pip? Pep 440 (the "pip pep") seems to imply file urls must be absolute. Poetry does not have that requirement.

To Use

cd projects/project1
poetry install
poetry run python project1

Now:

  • go into module1 and edit it's say_hi function.
  • Re-run poetry run python project1 from projects/project1. Notice that no wheels were built, but your edit shows up in project1.

Credits

python-monorepo got most of the way here. Just a few things that author missed in setting up his repo.

About

Example of how to setup a python monorepo with poetry

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages