Metadata-Version: 2.4
Name: tensorx-python
Version: 0.0.1
Summary: Python bindings for the Tensor-library
Author-Email: Alar Akilbekov <alar.akilbekov@gmail.com>
License-Expression: MPL-2.0
License-File: LICENSE
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Project-URL: Homepage, https://github.com/alarxx/tensorx-python
Project-URL: Issues, https://github.com/alarxx/tensorx-python/issues
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# tensorx-python

Python bindings for the Tensor-library

- C++20
- CMake
- Python3
- pybind11
- scikit-build-core


Add Tensor-library:
```sh
git submodule add -b c++mappings git@github.com:alarxx/Tensor-library.git
```

