-
- Downloads
Huge feature update of the whole library, BC-BREAK!
* Greatly improved module documentation * Code style improvements with the use of pylint tool * BC breaking refactoring to unify code style * Multiple minor bugfixes Note: I am well aware of the ugliness of such a huge commit. However all of the changes were done in a short time and as part of a single big feature upgrade and in my opinion in this case I can justify that, because all changes are related to one another.
Showing
- LICENSE.txt 6 additions, 1 deletionLICENSE.txt
- Makefile 1 addition, 1 deletionMakefile
- README.rst 47 additions, 7 deletionsREADME.rst
- conf.py 3 additions, 3 deletionsconf.py
- doc/_pages/_inc.bin.app-opt.rst 75 additions, 0 deletionsdoc/_pages/_inc.bin.app-opt.rst
- doc/_pages/_inc.bin.daemon-opt.rst 39 additions, 0 deletionsdoc/_pages/_inc.bin.daemon-opt.rst
- doc/_pages/_inc.bin.script-opt.rst 29 additions, 0 deletionsdoc/_pages/_inc.bin.script-opt.rst
- doc/_pages/api.rst 8 additions, 2 deletionsdoc/_pages/api.rst
- doc/_pages/api_pyzenkit.baseapp.rst 2 additions, 0 deletionsdoc/_pages/api_pyzenkit.baseapp.rst
- doc/_pages/api_pyzenkit.zendaemon.rst 2 additions, 0 deletionsdoc/_pages/api_pyzenkit.zendaemon.rst
- doc/_pages/api_pyzenkit.zenscript.rst 2 additions, 0 deletionsdoc/_pages/api_pyzenkit.zenscript.rst
- doc/_pages/architecture.rst 63 additions, 0 deletionsdoc/_pages/architecture.rst
- manual.rst 4 additions, 3 deletionsmanual.rst
- pyzenkit/__init__.py 14 additions, 0 deletionspyzenkit/__init__.py
- pyzenkit/baseapp.py 1181 additions, 604 deletionspyzenkit/baseapp.py
- pyzenkit/daemonizer.py 8 additions, 3 deletionspyzenkit/daemonizer.py
- pyzenkit/jsonconf.py 14 additions, 9 deletionspyzenkit/jsonconf.py
- pyzenkit/tests/__init__.py 12 additions, 0 deletionspyzenkit/tests/__init__.py
- pyzenkit/tests/test_baseapp.py 62 additions, 24 deletionspyzenkit/tests/test_baseapp.py
- pyzenkit/tests/test_daemonizer.py 9 additions, 5 deletionspyzenkit/tests/test_daemonizer.py
Loading
Please register or sign in to comment