Metadata-Version: 2.4
Name: func-sketch
Version: 0.2.0
Summary: A graphing calculator currently in development.
Author-Email: Kenta Kabashima <kenta_program37@hotmail.co.jp>
License-Expression: Apache-2.0
Requires-Python: <3.15,>=3.13
Requires-Dist: numpy<3.0.0,>=2.5.2
Requires-Dist: kivy[base]<3.0.0,>=2.3.1
Requires-Dist: scipy<2.0.0,>=1.18.1
Description-Content-Type: text/markdown

# FuncSketch

![icon](docs/icon/icon.svg)

[![Latest Release](https://gitlab.com/MusicScience37Projects/tools/func-sketch/-/badges/release.svg)](https://gitlab.com/MusicScience37Projects/tools/func-sketch/-/releases)
[![pipeline status](https://gitlab.com/MusicScience37Projects/tools/func-sketch/badges/main/pipeline.svg)](https://gitlab.com/MusicScience37Projects/tools/func-sketch/-/commits/main)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![coverage report](https://gitlab.com/MusicScience37Projects/tools/func-sketch/badges/main/coverage.svg)](https://gitlab.com/MusicScience37Projects/tools/func-sketch/-/commits/main)
![Scc Count Badge](https://sloc.xyz/github/MusicScience37/FuncSketch/?lower=true&category=lines)

A graphing calculator currently in development.

This project aims to provide:

- real-time graphing of functions
- support for a wide range of mathematical functions,
  from basic ones like trigonometric functions to special functions such as Bessel functions.

## Installation

Currently, the project is under development and available only via building from source.
See [Build FuncSketch in Repository](docs/sphinx/build_in_repository.md) for instructions.

## Documentation

Documentation is available for:

- [Development version](https://funcsketch.musicscience37.com/)

## Repositories

- [Main repository in GitLab](https://gitlab.com/MusicScience37Projects/tools/func-sketch)
- [Mirror in GitHub](https://github.com/MusicScience37/FuncSketch)

## License

This project is licensed under the [Apache License 2.0](LICENSE.txt).

## Links for Developers

- [Coverage of C++](https://funcsketch.musicscience37.com/coverage_cpp/)
- [Coverage of Python](https://funcsketch.musicscience37.com/coverage_python/)
