Metadata-Version: 2.4
Name: samplerslib
Version: 2602.1
Summary: A samplers library for (in)active sampling that supports both supports both online and offline interactions with processes executed by external libraries
Author-email: "Ahmed H. Bayoumy" <ahmed.bayoumy@mail.mcgill.ca>
License-File: LICENSE
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Requires-Dist: numpy>=2.2.6
Requires-Dist: pandas>=2.3.3
Requires-Dist: plotly>=6.5.1
Requires-Dist: requests>=2.32.5
Requires-Dist: scipy>=1.15.3
Requires-Dist: seaborn>=0.13.2
Provides-Extra: test
Requires-Dist: pytest-cov>=7.0.0; extra == 'test'
Requires-Dist: pytest>=8.0; extra == 'test'
Provides-Extra: visualization
Requires-Dist: matplotlib>=3.10.8; extra == 'visualization'
Requires-Dist: plotly>=6.5.0; extra == 'visualization'
