Skip to main content

A simple Python toolkit to work with Clean Architecture for Web

Project description

# 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](https://github.com/johnnywell/liasis/).

Use this toolkit to build better applications implementing [Clean Architecture from Robert C. Martin](https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html)

## Requirements

  • python3 (3.7+)

  • pip3

## Install

Using pip (pip3) `python pip install pycleanarch `

Using pipenv:

`python pipenv install pycleanarch `

Using poetry:

`python poetry add pycleanarch `

## Usage

`python # to uuse in your project eg.: from pycleanarch.core.domain import Entity `

## Concepts:

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.](https://github.com/wallacesilva/pycleanarch/issues/new)

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pycleanarch-0.0.2.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

pycleanarch-0.0.2-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page