Skip to content

Clean Architecture with Python, Published by Packt

License

Notifications You must be signed in to change notification settings

PacktPublishing/Clean-Architecture-with-Python

Repository files navigation

Clean-Architecture-with-Python

Clean Architecture with Python, Published by Packt

Getting started

Create a virtual environment (with python >= 3.13)

> python -m venv .venv 

> source .venv/bin/activate

Install dependencies

> pip install --upgrade pip && pip install -r requirements.txt

Run tests

## Go to the chapter folder
> cd Chapter_5/TodoApp

## Run tests
> pytest

About

Clean Architecture with Python, Published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages