abbec / pantry

Pantry is a small service for leasing hardware from a pool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status codecov Code Health

pantry

Pantry is a small service for leasing hardware from a pool

Setting up

To get a development environment up and running, install all requirements with:

$ pip install -r requirements.txt

This will install all requirements and pantry itself as an editable package. This is needed for unit tests to be able to find it.

Seeding the database

There is a small utility script for creating and populating the database. Run it by typing:

$ python manage.py seed

About

Pantry is a small service for leasing hardware from a pool

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 86.5%Language:API Blueprint 12.2%Language:Mako 1.3%