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
See examples directory for example use cases.
Running the server
Launch development server to port 8080 with:
fdbk-server -p 8080
See fdbk-server --help for other options.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fdbk-3.4.1.tar.gz.
File metadata
- Download URL: fdbk-3.4.1.tar.gz
- Upload date:
- Size: 23.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e91a65ebc568ce597ca9594155ee0f579775b51771d7cdc74f2c13d024e8a8da
|
|
| MD5 |
8f02ae078db1d426f5fe614deaea11c9
|
|
| BLAKE2b-256 |
2a1c52e4ad5c40de07c04b491ede1cef5e6118b96ad516b6794090c2502261da
|
File details
Details for the file fdbk-3.4.1-py3-none-any.whl.
File metadata
- Download URL: fdbk-3.4.1-py3-none-any.whl
- Upload date:
- Size: 32.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25d78aa1639f4bccf28f000a99aae00f8f31eb3c0b40d1c06f4f6d7d99dd206e
|
|
| MD5 |
e74023194af8a75e8b2c44869382974a
|
|
| BLAKE2b-256 |
a576a4ea877921c9b0036c04c119ef8881d90c16f955c75e623fdb1f4387e4dd
|