Metadata-Version: 2.4
Name: kimnara
Version: 0.0.1
Summary: Modern scientific computing framework
Author-Email: hingebase <zcliu@pku.edu.cn>
License-Expression: Apache-2.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python :: 3 :: Only
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: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Education
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Typing :: Typed
Project-URL: Homepage, https://github.com/hingebase/kimnara
Project-URL: Source Code, https://github.com/hingebase/kimnara
Project-URL: Issue Tracker, https://github.com/hingebase/kimnara/issues
Requires-Python: <3.15,>=3.10
Requires-Dist: exceptiongroup<2.0.0,>=1.3.0; python_version < "3.11"
Requires-Dist: numba<2.0.0,>=0.57.0
Requires-Dist: numba<0.63.0; sys_platform == "darwin" and platform_machine == "x86_64"
Requires-Dist: numpy<3.0.0,>=1.24.0
Requires-Dist: numpy-allocator<2.0.0,>=1.2.1
Requires-Dist: numpy-typing-compat>=20250818.1.23
Requires-Dist: spydlog<2.0.0,>=1.0.1
Requires-Dist: typing-extensions<5.0.0,>=4.12.0
Provides-Extra: nonfree
Requires-Dist: intel-openmp>=2023.2.0; (platform_machine == "AMD64" or platform_machine == "x86_64") and extra == "nonfree"
Requires-Dist: tbb<2023.0.0,>=2021.6.0; (platform_machine == "AMD64" or platform_machine == "x86_64") and extra == "nonfree"
Description-Content-Type: text/markdown

# Kimnara
In active development. Check the [issue tracker][1] for upcoming features.

[1]: https://github.com/hingebase/kimnara/issues
