Skip to content
Kate edited this page Jan 30, 2018 · 3 revisions

PT.Config (PT Configuration Checking Utility)

Documentation

Dependencies

  • Python 3.5.2;
  • PyInstaller is used for building python sources into a single package;
  • pywin32 and WMI Python Extension are used for free disk space monitoring;
  • PLY Python Extension is used for parsing lighttpd configuration file;
  • nginxparser is used for parsing nginx configuration file;
  • LXML is used for parsing XML-like configuration files;
  • pytest is used for testing.