Metadata-Version: 2.4
Name: Sorbetto
Version: 0.1.0
Summary: A Python Library for Producing Classification Tiles With Different Flavors
Author-email: "Sébastien Piérard et al." <Sebastien.Pierard@gmail.com>, Sébastien Piérard <Sebastien.Pierard@gmail.com>, Anaïs Halin <anais.halin@gmail.com>, François Marelli <francois.marelli@umons.ac.be>, Simon Pernas <simonpernas@orange.fr>, Jérôme Pierre <jepi1202@gmail.com>
License-Expression: Apache-2.0
Project-URL: Documentation, https://sorbetto.readthedocs.io/en/latest/
Project-URL: Source, https://github.com/uliege-performance/sorbetto
Project-URL: Issues, https://github.com/uliege-performance/sorbetto/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.20.0
Requires-Dist: matplotlib>=3.6.0
Requires-Dist: scipy>=1.16.0
Requires-Dist: jax
Requires-Dist: tqdm
Provides-Extra: dev
Requires-Dist: ruff>=0.12; extra == "dev"
Requires-Dist: pre-commit>=4.3; extra == "dev"
Requires-Dist: pytest>=8; extra == "dev"
Provides-Extra: dist
Requires-Dist: build; extra == "dist"
Requires-Dist: twine; extra == "dist"
Provides-Extra: doc
Requires-Dist: sphinx; extra == "doc"
Requires-Dist: sphinx-rtd-theme; extra == "doc"
Requires-Dist: sphinxcontrib-bibtex; extra == "doc"
Requires-Dist: nbsphinx; extra == "doc"
Requires-Dist: sphinx-gallery; extra == "doc"
Requires-Dist: sphinxcontrib-apidoc; extra == "doc"
Dynamic: license-file

![sorbetto banner](doc/images/sorbetto_banner.svg)

**Disclaimer: Sorbetto is currently in its early development phase, coming
updates might introduce some breaking changes.**

Sorbetto is a Python Library for producing classification tiles with different
flavors.

Check out the [documentation](https://sorbetto.readthedocs.io/en/latest/) for user guides and a detailed API reference!

## Installing

We recommend installing Sorbetto from PyPI:

```bash
pip install sorbetto
```

But you can also clone this repository for a manual installation:

```bash
git clone https://github.com/uliege-performance/sorbetto.git
cd sorbetto
pip install .
```

## Getting started

Check out our interactive demos to learn about the core concepts of Sorbetto
[here](https://sorbetto.readthedocs.io/en/latest/demos.html)!

You can also have a look at our detailed example notebooks
[here](https://sorbetto.readthedocs.io/en/latest/examples.html).

## Contributing

If you want to bring your contribution to this library, we will be happy to
welcome it! Please go through our
[contributor guidelines](https://sorbetto.readthedocs.io/en/latest/contributing.html)
to get started.

## License

Copyright 2025 Sebastien Pierard, Anais Halin, Francois Marelli, Simon Pernas, Jerome Pierre

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at <http://www.apache.org/licenses/LICENSE-2.0>

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
