codejnki / py-example

Trying to find the optimal python project layout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

py-example

This repo is a modified version of code project created by the generator-py for Yeoman https://github.com/kaelzhang/generator-py.

To get started it is first recommended to create a python virtual environment.

python3 -m venv .venv
source .venv/bin/activate

Then run make install.

In Visual Studio Code unit tests should be auto discovered as well as linting and intellisense.

TODO

  • Fix Dockerfile
  • Fix docs

About

Trying to find the optimal python project layout

License:MIT License


Languages

Language:Python 51.9%Language:Makefile 35.1%Language:Dockerfile 12.2%Language:Shell 0.8%