Skip to content

A simple Python Framework to work with Clean Architecture for Web

License

Notifications You must be signed in to change notification settings

wallacesilva/pycleanarch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyCleanArch - Python Clean Architecture

A simple Python toolkit to work with Clean Architecture for Web. This code base is inspired by liasis from Johnny Well.

Use this toolkit to build better applications implementing Clean Architecture from Robert C. Martin

Requirements

  • python3 (3.7+)
  • pip3

Install

Using pip (pip3)

pip install pycleanarch

Using pipenv:

pipenv install pycleanarch

Using poetry:

poetry add pycleanarch

Usage

# to use in your project eg.:
from pycleanarch.core.domain import Entity

Concepts:

This project use some concepts like DDD, Clean Architecture, TDD, Hexagonal Architecture, Onion Architecture, and much more. See some links below.

Articles

Books

Contributing

I encourage you to contribute to this project! Join us!

Trying to report a possible security vulnerability? Open a issue now.

Everyone interacting in this project and its sub-projects' codebases, issue trackers, chat rooms, and mailing lists is expected to follow the code of conduct (building, but respect everyone).

License

MIT License

About

A simple Python Framework to work with Clean Architecture for Web

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages