• Stars
    star
    416
  • Rank 104,068 (Top 3 %)
  • Language
    Python
  • License
    MIT License
  • Created about 8 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A demo implementation of a clean architecture in Python

Rent-o-matic

A demo implementation of a clean architecture in Python.

The goal of the "Rent-o-matic" project (fans of Day of the Tentacle may get the reference) is to create a simple search engine on top of a dataset of objects which are described by some quantities. The search engine shall allow to set some filters to narrow the search.

The objects in the dataset are storage rooms for rent described by the following quantities:

  • An unique identifier
  • A size in square meters
  • A renting price in Euro/day
  • Latitude and longitude

The project is explained in detail and developed step-by-step in this post Clean architectures in Python: a step-by-step example .

This package was created with Cookiecutter and my Python project template