Metadata-Version: 2.4
Name: snuffled
Version: 0.1.6
Summary: Systematic Numerical Univariate Full-Function anaLysis for Establishing Difficulty of root-finding
Project-URL: Source, https://github.com/bertpl/snuffled
Project-URL: ChangeLog, https://github.com/bertpl/snuffled/blob/main/CHANGELOG.md
Project-URL: Issues, https://github.com/bertpl/snuffled/issues
Project-URL: Roadmap, https://github.com/bertpl/snuffled/milestones
Author-email: Bert Pluymers <bert.pluymers@gmail.com>
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: numpy>=2.0.0; python_version < '3.13'
Requires-Dist: numpy>=2.1.0; python_version == '3.13'
Requires-Dist: numpy>=2.3.2; python_version >= '3.14'
Provides-Extra: numba
Requires-Dist: numba>=0.57; (python_version < '3.12') and extra == 'numba'
Requires-Dist: numba>=0.59; (python_version == '3.12') and extra == 'numba'
Requires-Dist: numba>=0.61; (python_version == '3.13') and extra == 'numba'
Requires-Dist: numba>=0.63; (python_version >= '3.14') and extra == 'numba'
Description-Content-Type: text/markdown

[![CI](https://img.shields.io/github/actions/workflow/status/bertpl/snuffled/push_to_main.yml?branch=main&label=CI)](https://github.com/bertpl/snuffled/actions/workflows/push_to_main.yml)
[![Coverage](https://img.shields.io/badge/coverage-98.34%25-brightgreen)](https://github.com/bertpl/snuffled/actions/workflows/push_to_main.yml)
[![Tests](https://img.shields.io/badge/tests-3150-blue)](https://github.com/bertpl/snuffled/actions/workflows/push_to_main.yml)
[![PyPI](https://img.shields.io/pypi/v/snuffled.svg)](https://pypi.org/project/snuffled/)
[![Python](https://img.shields.io/pypi/pyversions/snuffled.svg)](https://pypi.org/project/snuffled/)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue)](https://github.com/bertpl/snuffled/blob/main/LICENSE)
[![code style: ruff](https://img.shields.io/badge/code%20style-ruff-261230)](https://github.com/astral-sh/ruff)
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/bertpl/snuffled/badge)](https://scorecard.dev/viewer/?uri=github.com/bertpl/snuffled)

![snuffled logo](https://raw.githubusercontent.com/bertpl/snuffled/v0.1.6/images/splash_with_version.webp)

# SNUFFLED
**S**ystematic **N**umerical **U**nivariate **F**ull-**F**unction ana**L**ysis for **E**stablishing **D**ifficulty of root-finding.
