Aylr / rentomatic

A demo implementation of a clean architecture in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A demo implementation of a clean architecture in Python

License:MIT License


Languages

Language:Python 92.6%Language:Makefile 7.4%