Skip to content

LBAF Dependencies

Marcin Wróbel edited this page Apr 12, 2022 · 2 revisions

Load-Balancing-Analysis-Framework needs external Python packages in order to work.

A file which contains all requirements can be found under <project-path>/requirements-3.<x>.txt, where <x> stands for python version.

Application dependencies

  • VTK BSD License (BSD) VTK is an open-source toolkit for 3D computer graphics, image processing, and visualization
  • NumPy BSD License (BSD) NumPy is the fundamental package for array computing with Python
  • PyYAML MIT License (MIT) YAML parser and emitter for Python
  • Brotli MIT License (MIT) Python bindings for the Brotli compression library
  • schema MIT License (MIT) Simple data validation library
  • scikit-learn OSI Approved (new BSD) A set of python modules for machine learning and data mining
  • colorama BSD License (BSD) Cross-platform colored terminal text

Testing dependencies

  • tox MIT License (MIT) Tox is a generic virtualenv management and test command line tool
  • coverage Apache Software License (Apache 2.0) Code coverage measurement for Python
  • pylint GNU General Public License v2 (GPLv2) (GPL-2.0-or-later) Python code static checker
  • pytest MIT License (MIT) Simple, powerful testing with Python
  • anybadge MIT License Simple, flexible badge generator for project badges.

Building package dependencies

  • build MIT License (MIT) A simple, correct PEP517 package builder
Clone this wiki locally