Metadata-Version: 2.1
Name: lbaf
Version: 1.0.1
Summary: Analysis framework for exploring, testing, and comparing load balancing strategies
Home-page: https://github.com/DARMA-tasking/LB-analysis-framework
Author: P. P. Pébaÿ
Author-email: philippe.pebay@ng-analytics.com
Project-URL: Bug Tracker, https://github.com/DARMA-tasking/LB-analysis-framework/issues
Keywords: HPC,concurrency,distributed-computing,parallelism,load-balancing
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: <=3.10,>=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: numpy ==1.22.3
Requires-Dist: PyYAML ==6.0
Requires-Dist: Brotli ==1.0.9
Requires-Dist: schema ==0.7.5
Requires-Dist: scikit-learn ==1.0.2
Requires-Dist: colorama ==0.4.6
Requires-Dist: vtk ==9.0.1 ; python_version == "3.8"
Requires-Dist: matplotlib ==3.5.3 ; python_version == "3.8"
Requires-Dist: vtk ==9.1.0 ; python_version == "3.9"
Requires-Dist: matplotlib ==3.6.2 ; python_version == "3.9"

LBAF: Load Balancing Analysis Framework
=======================================

This package provides Python Analysis framework for exploring, testing, and comparing load balancing strategies (website_).

.. _website: https://github.com/DARMA-tasking/LB-analysis-framework


Install
-------

You will need a compatible python interpreter and then just:

.. code-block:: bash

  pip install lbaf

