Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yet Another Clean Architecture Python Example

Layers

Layer Name Path
1 Entities (Domain Models & Domain Business Logic) /entities
2 Use Cases (App Business Logic) /use_cases
3 Interface Adapters /adapters
4 Frameworks & Drivers /externals

Installation

python -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt

Run App

source ./venv/bin/activate
python main.py

Run Tests

python -m unittest

About

yacape - Yet Another Clean Architecture Python Example

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages