Davidas-98 / Pyta

Voor het warme vlees
MIT License
0 stars 0 forks source link

Python skeleton app

A very simple Python skeleton app for use with Python 3.

Need some extra information? Check Jean-Paul Calderone's well explained blog post for how to structure your Python projects.

Requirements

Installation

Windows / macOS / Linux

$ git clone $(this.repo)
$ cd $(this.repo)
$ pip install -r requirements.txt
$ pytest --cov=.

Vagrant

Alternatively, you could create a virtual machine with the accompanying Vagrantfile:

$ git clone $(this.repo)
$ vagrant plugin install vagrant-vbguest
$ vagrant up
$ vagrant ssh
$ cd /code
$ pytest --cov=.