Skip to content

FrancescoJo/py-monorepo-multimodule-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py-monorepo-multimodule-template

  • This project is a Python-based, monorepo template demo.

Install just command, and check the recipe list.

/ $ just
Available recipes:
    [help]
    help                    # Default execution options. Show a list of available commands.

    [project]
    common_libs *args       # View a list of common library management commands.
    hello_multimodule *args # View a list of commands related to the "hello_multimodule" application.
    quotes_of_day *args     # View a list of commands related to the "quotes_of_day" application.
├── apps/                     # Collection of application source files
│   ├── common_libs/          # Collection of common libraries used by all applications in Monorepo
│   │   └── ...
│   ├── hello_multimodule/    # Python multimodule app demo
│   │   ├── api_server/
│   │   │   └── ...
│   │   ├── core/
│   │   │   └── ...
│   │   ├── infrastructure/
│   │   │   └── ...
│   │   └── util/
│   │       └── ...
│   └── quotes_of_day         # Another app demo completely unrelated to hello_multimodule
│       └── ...
├── docs/                     # Directory for organizing various documentation files
│   └── ...
└── README.adoc

About

Template to implement a monorepo for Python projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published