Totally refactored. Split everything in classes. Integrated HTTP server support for a status page. bottle, celery and pyramid supported but I will choose only one. Currently cherrypy looks perfect. Writing results to a database will become optionally and will use SQLAlchemy in the next days. This all is a work in progress and the code should not really be used. I am refreshing my Python skills and I hope the next release will be modular and usable for everybody... stay tuned
This commit is contained in:
parent
3c4aa09bf1
commit
a14fccfb71
16 changed files with 780 additions and 167 deletions
11
files/devhelp.md
Normal file
11
files/devhelp.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
- https://cherrypy.dev/
|
||||
- https://docs.cherrypy.dev/en/latest/index.html
|
||||
- https://docs.cherrypy.dev/en/latest/tutorials.html
|
||||
- https://cherrypydocrework.readthedocs.io/index.html
|
||||
- https://helpful.knobs-dials.com/index.php/CherryPy
|
||||
|
||||
- https://bottlepy.org/docs/dev/index.html
|
||||
|
||||
- https://www.sqlalchemy.org/
|
||||
- https://docs.sqlalchemy.org/en/14/
|
||||
Loading…
Add table
Add a link
Reference in a new issue