bioweb
0.09.92
C++/Python(django)/JavaScript(angularJS) framework
|
▼ calc | |
▼ src | |
calc.cpp | C++ file with example calculation library |
calc.hpp | C++ calculation library interface |
calcpy.cpp | Python interface for C++ calculation library |
▼ tests | |
calc_test.cpp | |
SConscript | Scons build for calc C++ library |
▼ client | |
▼ css | |
styles.css | |
▼ js | |
app.js | Main client module, AngularJS application with routing |
controllers.js | AngularJS controllers |
services.js | AngularJS services, AJAX communication with the server |
▼ tests | |
srv.py | Echo server for client unit testing |
test01_basic.js | Client unit tests, check the qunit testing library |
test02_services.js | Client unit tests, check the service calling |
▼ views | |
main.html | |
file_include.py | Helping python script for substitution files when generationg |
myapp.html | |
myapp_body.html | |
myapp_include.html | |
SConscript | Scons build for client part (JavaScript, AngularJS) |
unit_test.html | |
▼ web | |
▼ calcpy | |
__init__.py | |
tests.py | C++ calculation library Python API unit testing |
views.py | Calculation library interface to client |
▼ config | |
__init__.py | |
settings.py | |
urls.py | |
views.py | |
▼ current | |
__init__.py | |
models.py | Current server status model |
tests.py | Current server status unit testing |
views.py | Current server status interface to client |
▼ version | |
__init__.py | |
models.py | Server version model |
tests.py | Version module unit testing |
views.py | Server version interface to client |
__init__.py | |
manage.py | Django run script |
SConscript | Scons build for server part (Python django) |
wsgi.py | Django wsgi interface |