pyquickhelper: various automations in python¶


Links: pypi, github, documentation, wheel, travis, pyquickhelper: automation of many things, blog
What is it?¶
This module contains the automation process used by all the modules I write including my teachings. Magic commands, Jenkins jobs, notebook conversion into slides, scripts to build setups, documentation, unit tests.
Installation¶
The module works for Python 3.5+. The module can be migrated to Python 2.7 but this functionality is not tested on a regular basis anymore.
pip install pyquickhelper
And to avoid installing the dependencies:
pip install pyquickhelper --no-deps
Others options are described at: Installation.