Metadata-Version: 2.3
Name: arrlp
Version: 0.1.22
Summary: A library that provides tools for arrays on CPU & GPU [any shape].
Requires-Dist: bottleneck
Requires-Dist: corelp
Requires-Dist: joblib
Requires-Dist: numba
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: cupy-cuda12x ; extra == 'cuda12'
Requires-Dist: cupy-cuda13x ; extra == 'cuda13'
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-design ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: toml ; extra == 'docs'
Requires-Python: >=3.12
Provides-Extra: cuda12
Provides-Extra: cuda13
Provides-Extra: docs
Description-Content-Type: text/markdown

# arrLP

```text
Author        : Lancelot PINCET
GitHub        : https://github.com/LancelotPincet/arrLP
HTTPS         : https://github.com/LancelotPincet/arrLP.git
SSH           : git@github.com:LancelotPincet/arrLP.git
PyPI          : https://pypi.org/project/arrLP
Docs          : https://arrLP.readthedocs.io
```

**A library that provides tools for arrays on CPU & GPU [any shape].**

arrLP is available on [PyPI](https://pypi.org/project/arrLP) for pip installs.
For more information, do not hesitate to consult the [Documentation](https://arrLP.readthedocs.io).

---

## MIT License

<details>
<summary>details</summary>

Intellectual property behind this Library is protected via an [MIT license](LICENSE). This means everyone can *freely* use it in a personnal, academic or commercial manner, if they **keep the copyright name** at the top of the codes.

The library can be redistributed, *with or without modifications*, in open or closed projects. However the **MIT license must be conserved**. For example in a commercial closed project, this means the **copyright and license must be visible somewhere**, like in the documentation or credits.

The license also explains that the **code performances are not warrantied**, and you are responsible for how you are using it. For more information on your rights and obligations please refer to [descriptive websites](https://en.wikipedia.org/wiki/MIT_License), or contact author for approvales.

</details>
