Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 1.94 KB

README.md

File metadata and controls

56 lines (42 loc) · 1.94 KB

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