khuyentran1401 / atoti_project

An example data science project using atoti

Repository from Github https://github.comkhuyentran1401/atoti_projectRepository from Github https://github.comkhuyentran1401/atoti_project

atoti Project Template

This template can be used to start atoti projects where the goal is to go into production rather than prototyping in a notebook.

On top of the atoti package, it comes with:

Usage

Installation

Commands

  • Start the session:

    poetry run python -m app
  • Run the tests:

    poetry run pytest
  • Check the types:

    poetry run mypy --package app --package tests --show-error-codes
  • Sort the imports:

    poetry run isort app/ tests/
  • Format the code:

    poetry run black app/ tests/
  • Lint the code:

    poetry run pylint app/ tests/

Variants

This repository has the following long-lived branches showcasing different aspects:

About

An example data science project using atoti


Languages

Language:Python 97.5%Language:Dockerfile 2.5%