Metadata-Version: 2.3
Name: funclp
Version: 0.1.0
Summary: A library for defining mathematical functions and fits.
Author: LancelotPincet
Author-email: LancelotPincet <40608570+LancelotPincet@users.noreply.github.com>
Requires-Dist: corelp
Requires-Dist: pytest>=8.4.1
Requires-Dist: sphinx>=8.2.3
Requires-Dist: sphinx-rtd-theme>=3.0.2
Requires-Dist: toml>=0.10.2
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# funcLP

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

**A library for defining mathematical functions and fits.**

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

---

## MIT License

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.