Metadata-Version: 2.1
Name: clementine
Version: 2023.12.20
Summary: 🍊 A sweet little Python package
Author-email: Suzen Fylke <codesue@users.noreply.github.com>
License: MIT License
        
        Copyright (c) 2023 Suzen Fylke
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Documentation, https://codesue.github.io/clementine
Project-URL: Source Code, https://github.com/codesue/clementine
Project-URL: Bug Tracker, https://github.com/codesue/clementine/issues
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: blossom
Requires-Dist: bokeh; extra == "blossom"
Requires-Dist: gradio; extra == "blossom"
Requires-Dist: playwright; extra == "blossom"
Provides-Extra: fruit
Requires-Dist: catppuccin-matplotlib; extra == "fruit"
Requires-Dist: numpy; extra == "fruit"
Requires-Dist: pandas; extra == "fruit"
Requires-Dist: scikit-learn; extra == "fruit"
Provides-Extra: leaves
Requires-Dist: mkdocs-click; extra == "leaves"
Requires-Dist: mkdocs-walt; extra == "leaves"
Requires-Dist: mkdocstrings[python]; extra == "leaves"
Provides-Extra: pulp
Requires-Dist: datasets; extra == "pulp"
Requires-Dist: spacy; extra == "pulp"
Requires-Dist: transformers; extra == "pulp"
Requires-Dist: wandb; extra == "pulp"
Provides-Extra: rind
Requires-Dist: build; extra == "rind"
Requires-Dist: tomlkit; extra == "rind"
Requires-Dist: twine; extra == "rind"
Provides-Extra: seeds
Requires-Dist: bandit[toml]; extra == "seeds"
Requires-Dist: black; extra == "seeds"
Requires-Dist: isort; extra == "seeds"
Requires-Dist: mypy; extra == "seeds"
Requires-Dist: pip-tools; extra == "seeds"
Requires-Dist: pre-commit; extra == "seeds"
Requires-Dist: pytest; extra == "seeds"
Requires-Dist: ruff; extra == "seeds"
Provides-Extra: sprout
Requires-Dist: notebook; extra == "sprout"
Requires-Dist: rich; extra == "sprout"
Provides-Extra: tree
Requires-Dist: bokeh; extra == "tree"
Requires-Dist: gradio; extra == "tree"
Requires-Dist: playwright; extra == "tree"
Requires-Dist: catppuccin-matplotlib; extra == "tree"
Requires-Dist: numpy; extra == "tree"
Requires-Dist: pandas; extra == "tree"
Requires-Dist: scikit-learn; extra == "tree"
Requires-Dist: mkdocs-click; extra == "tree"
Requires-Dist: mkdocs-walt; extra == "tree"
Requires-Dist: mkdocstrings[python]; extra == "tree"
Requires-Dist: datasets; extra == "tree"
Requires-Dist: spacy; extra == "tree"
Requires-Dist: transformers; extra == "tree"
Requires-Dist: wandb; extra == "tree"
Requires-Dist: build; extra == "tree"
Requires-Dist: tomlkit; extra == "tree"
Requires-Dist: twine; extra == "tree"
Requires-Dist: bandit[toml]; extra == "tree"
Requires-Dist: black; extra == "tree"
Requires-Dist: isort; extra == "tree"
Requires-Dist: mypy; extra == "tree"
Requires-Dist: pip-tools; extra == "tree"
Requires-Dist: pre-commit; extra == "tree"
Requires-Dist: pytest; extra == "tree"
Requires-Dist: ruff; extra == "tree"
Requires-Dist: notebook; extra == "tree"
Requires-Dist: rich; extra == "tree"
Provides-Extra: all
Requires-Dist: click; extra == "all"
Requires-Dist: playwright; extra == "all"
Requires-Dist: pyperclip; extra == "all"

# clementine

[![License][license_badge]][license_link]
[![PyPI][pypi_badge]][pypi_link]
[![Repo Size][repo_size_badge]][repo_size_link]
[![Docs][docs_badge]][docs_link]
[![Release][release_badge]][release_link]

Clementine is a sweet little Python package. It's just for fun and shouldn't
be used for anything serious.

## Installation

Installing with pip:

```sh
pip install clementine
```

## License

Copyright &copy; 2023 [Suzen Fylke](https://suzenfylke.com). Distributed under the MIT License.


[docs_badge]: https://img.shields.io/github/actions/workflow/status/codesue/clementine/publish-docs.yml?label=docs&colorA=363a4f&colorB=b7bdf8&style=flat
[docs_link]: https://github.com/codesue/clementine/actions/workflows/publish-docs.yml

[license_badge]: https://img.shields.io/github/license/codesue/clementine?colorA=363a4f&colorB=b7bdf8&style=flat
[license_link]: https://github.com/codesue/clementine/tree/main/LICENSE

[pypi_badge]: https://img.shields.io/pypi/v/clementine?colorA=363a4f&colorB=b7bdf8&style=flat
[pypi_link]: https://pypi.org/project/clementine

[release_badge]: https://img.shields.io/github/actions/workflow/status/codesue/clementine/publish-pypi.yml?label=release&colorA=363a4f&colorB=b7bdf8&style=flat
[release_link]: https://github.com/codesue/clementine/actions/workflows/publish-pypi.yml

[repo_size_badge]: https://img.shields.io/github/repo-size/codesue/clementine?colorA=363a4f&colorB=b7bdf8&style=flat
[repo_size_link]: https://github.com/codesue/clementine
