Metadata-Version: 2.4
Name: fruxon
Version: 0.1.0
Summary: The Fruxon SDK is a lightweight Python client for integrating with the Fruxon platform.
Author-email: Hagai Cohen <hagai@fruxon.com>
Maintainer-email: Hagai Cohen <hagai@fruxon.com>
License: MIT
Project-URL: bugs, https://github.com/HagaiCo/fruxon/issues
Project-URL: changelog, https://github.com/HagaiCo/fruxon/blob/master/changelog.md
Project-URL: homepage, https://github.com/HagaiCo/fruxon
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typer
Provides-Extra: test
Requires-Dist: coverage; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: ruff; extra == "test"
Requires-Dist: ty; extra == "test"
Requires-Dist: ipdb; extra == "test"
Dynamic: license-file

# fruxon

![PyPI version](https://img.shields.io/pypi/v/fruxon.svg)
[![Documentation Status](https://readthedocs.org/projects/fruxon/badge/?version=latest)](https://fruxon.readthedocs.io/en/latest/?version=latest)

The Fruxon SDK is a lightweight Python client for integrating with the Fruxon platform.

* PyPI package: https://pypi.org/project/fruxon/
* Free software: MIT License
* Documentation: https://fruxon.readthedocs.io.

## Features

* TODO

## Credits

This package was created with [Cookiecutter](https://github.com/audreyfeldroy/cookiecutter) and the [audreyfeldroy/cookiecutter-pypackage](https://github.com/audreyfeldroy/cookiecutter-pypackage) project template.
