Backend and DB wrapper for feedback collection system
Project description
fdbk
Backend and DB wrapper for feedback collection system.
Installation
Run:
pip install fdbk
to install from PyPI or download this repository and run
python setup.py install
to install from sources.
Usage
Running the server
Launch development server to port 8080 with:
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
Check and automatically fix formatting with:
pycodestyle fdbk
autopep8 -aaar --in-place fdbk
Run static analysis with:
pylint -E --enable=invalid-name,unused-import,useless-object-inheritance fdbk
Run unit tests with command:
python3 -m unittest discover -s tst/
Get test coverage with commands:
coverage run --branch --source fdbk/ -m unittest discover -s tst/
coverage report -m
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fdbk-2.0a1.tar.gz
(11.4 kB
view hashes)