Coder Social home page Coder Social logo

poetry-demo-calc's Introduction

Project Name

A brief description of what the project does.

Table of Contents

Installation

Clone the repository:

git clone https://github.com/username/project.git
cd project
poetry install

Usage:

```bash
poetry shell
python app.py
```

Contributing:

Contributions are welcome! Please see the Contributing Guidelines.

License:

This project is licensed under the MIT License.

Python project checklist

  • Source code in separate folder
  • Tests code in test folder
  • README file wich contains usefull information
  • Code documentation in docs folder
  • Makefile for more productive work:
    • Target for setup and activate env using poetry
      • poetry env use python3.9 # creates venv
      • poetry shell # activate venv
      • poetry add package_name # adds dependency
      • poetry install # install dependencies in venv
      • simply type exit or press Ctrl + D. # deactivates venv
    • Target for running tests with pytest
    • Target for running test coverage with pytest
    • Target for code formating using black
    • Target for linting code with pylint to get code quality assesment and error check
    • Target for building application from Dockerfile to containerize app
    • Target for running container locally
    • Traget for pushing container image to dockerhub
    • Target for post deployment tests Push docker container
    • Target for creating docs
    • Target for cleanup after tests
  • Contribute.md file for guidelines
  • Github actions automation to trigger tests and formarating, continerization and push on commit
  • Security to protect main branche that does not allow push to main branche without PR

poetry-demo-calc's People

Contributors

vfedotovs avatar

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.