Metadata-Version: 2.4
Name: gtec-oscar
Version: 1.1.0
License-Expression: LicenseRef-Proprietary
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.10
Requires-Dist: numpy>=1.24.4
Requires-Dist: scipy>=1.10.1
Requires-Dist: threadpoolctl>=3.0.0
Provides-Extra: test
Requires-Dist: pytest>=7.0.0; extra == "test"
Requires-Dist: pytest-cov>=5.0.0; extra == "test"
Requires-Dist: pytest-html>=4.1.1; extra == "test"
Requires-Dist: coverage>=7.6.1; extra == "test"
Provides-Extra: build
Requires-Dist: setuptools>=75.3.2; extra == "build"
Requires-Dist: cython>=3.1.1; extra == "build"
Requires-Dist: build>=1.2.2; extra == "build"
Requires-Dist: wheel>=0.45.1; extra == "build"
Requires-Dist: delvewheel>=1.7.0; sys_platform == "win32" and extra == "build"
Requires-Dist: tomli; python_version < "3.11" and extra == "build"
Provides-Extra: lint
Requires-Dist: flake8>=7.0.0; extra == "lint"
Requires-Dist: black>=24.0.0; extra == "lint"
Requires-Dist: isort>=5.13.0; extra == "lint"
Provides-Extra: examples
Requires-Dist: gpype; extra == "examples"
Requires-Dist: matplotlib; extra == "examples"
Provides-Extra: pypi
Requires-Dist: twine>=5.0.0; extra == "pypi"
Provides-Extra: release
Requires-Dist: requests>=2.32.0; extra == "release"
