/cookiecutter-python-app

A template for new Python applications

Primary LanguagePython

CookieCutter for Fedora Infrastructure Python apps

This is a CookieCutter template directory for Fedora Infrastructure Python apps.

Use it with:

cookiecutter gh:fedora-infra/cookiecutter-python-app

It will ask you for the application name and some other variables, and will create the package structure for you.

Features

Here are the libraries and services that are integrated:

Requirements

You need to have these tools installed:

Testing

There are some checks to make sure the templated app pass its own unit tests. You can run those checks with:

pytest -s tests