Metadata-Version: 2.1
Name: fdbk
Version: 0.4.1
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.
        
        ## Usage
        
        **TODO**
        
        ## 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
