Skip to content

schmiddim/python-template

Repository files navigation

Reference Project

Description of all stuff that's already setup

Usage

Clone and Save Project as Template in IntelliJ

Logging

Inspired by https://www.youtube.com/watch?v=9L77QExPmI0

Docs https://docs.python.org/3/library/logging.html

Attrs over Dataclasses

Inspired by https://www.youtube.com/watch?v=1S2h11XronA Code https://github.com/mCodingLLC/VideosSampleCode/blob/master/videos/126_attrs_revolution/main.py

Env Variables

Docs https://pypi.org/project/python-dotenv/

GitHub Action + Unit Testing

https://pytest-with-eric.com/integrations/pytest-github-actions/

pytest  -v -s

Docker

docker build  . -t awesome-app
docker run awesome-app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published