Metadata-Version: 2.1
Name: optunacy
Version: 0.1.1
Summary: Optunacy is a contour plot generator for Optuna studies.
Home-page: https://github.com/retospect/optunacy
License: GPL-3
Keywords: optuna,contour,plot,snn,hyperparameter,optimization
Author: Reto Stamm
Maintainer: Reto Stamm
Requires-Python: >=3.9,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: matplotlib (>=3.8.2,<4.0.0)
Requires-Dist: numpy (>=1.26.2,<2.0.0)
Requires-Dist: optuna (>=3.4.0,<4.0.0)
Requires-Dist: plotly (>=5.18.0,<6.0.0)
Requires-Dist: scipy (>=1.11.4,<2.0.0)
Project-URL: Repository, https://github.com/retospect/optunacy
Description-Content-Type: text/markdown

[![check](https://github.com/retospect/optunacy/actions/workflows/check.yml/badge.svg)](https://github.com/retospect/optunacy/actions/workflows/check.yml)
# Optunacy - a better Optuna contour plotter

Plots Optuna contour plots trivially and with detailed mouseovers.

## Things to replace

- ```grep -ri word .``` will find the *word* in all the files
- ```find . | grep word``` will find the *word* in any filenames
- *wobble* - change to the internal package name you want to use 
- update the pyproject.py file to have your name and the right description. 

