Metadata-Version: 2.1
Name: fdbk
Version: 0.5.2
Summary: Backend and DB wrapper for feedback collection system
Home-page: https://github.com/kangasta/fdbk
Author: Toni Kangas
License: UNKNOWN
Description: # fdbk
        
        [![Build Status](https://travis-ci.org/kangasta/fdbk.svg?branch=master)](https://travis-ci.org/kangasta/fdbk)
        
        Backend and DB wrapper for feedback collection system.
        
        ## Installation
        
        Run:
        
        ```bash
        pip install fdbk
        ```
        
        ## Usage
        
        ### Running the server
        
        Launch development server to port 8080 with:
        
        ```bash
        fdbk-server -p 8080
        ```
        
        See `fdbk-server --help` for other options. The server is configured via a configuration file: see example in examples directory.
        
        ## Testing
        
        Run unit tests with command:
        
        ```bash
        python3 -m unittest discover -s fdbk/tst/
        ```
        
        Get test coverage with commands:
        ```bash
        coverage run -m unittest discover -s fdbk/tst/
        coverage report -m
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
