Giter VIP home page Giter VIP logo

todo-clean-architecture-sample's Introduction

Todo Clean Architecture Sample package

This is a simple todo application packaged for pypi.

Requirements

pip install todo-clean-architecture-sample

Note: package is not yet published

Usage

TBD

Development

Requirements

  • python >= 3.7
  • poetry
git clone https://github.com/Oltho/todo-clean-architecture-sample.git
cd todo-clean-architecture-sample
poetry install

Pre-commit check

pre-commit is a framework for managing pre-commit hooks. These hooks help to identify simple issues before committing code for review.

To use this tool, first install it and then the git hooks:

$ pip install pre-commit
$ pre-commit install

Testing

Tox:

All testing can be done thought tox, you can provide the tox environement to run with tox -e <environement_to_run>

List of environments availables:

  • flake8: run flake8 linter
  • isort: run isort linter
  • black: run black code formating
  • mypy: run mypy type checker
  • linters: run flake8, isort, black tox environments
  • bandit: run bandit AST
  • safety: run safety dependencies check
  • security: run bandit, safety tox environments

You can also just run the tox command that will run default(pytest), linters, mypy, security environments.

Note: you might need to prepend poetry run in front of your command eg: poetry run tox

Todo

  • Integration of SonarQube
  • Update code with clean architecture and 12 app factor
  • Handle semver
  • Automated github release
  • CI:
    • jenkins

Acknowledgements

Inspired by:

todo-clean-architecture-sample's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.