Metadata-Version: 2.1
Name: perprof-web
Version: 0.0.1
Summary: Web interface for perprof-py
Author-email: Abel Soares Siqueira <abel.s.siqueira@gmail.com>
Project-URL: repository, https://github.com/abelsiqueira/perprof-web
Project-URL: documentation, https://abelsiqueira.com/perprof-web/
Keywords: benchmark,comparison,performance profile,flask
Classifier: Programming Language :: Python
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: publishing
Provides-Extra: docs
License-File: LICENSE.md

# perprof-web

<!--
[![Tests](https://github.com/abelsiqueira/perprof-web/actions/workflows/tests.yml/badge.svg)](https://github.com/abelsiqueira/perprof-web/actions/workflows/tests.yml)
[![Lint](https://github.com/abelsiqueira/perprof-web/actions/workflows/lint.yml/badge.svg)](https://github.com/abelsiqueira/perprof-web/actions/workflows/lint.yml)
![PyPI](https://img.shields.io/pypi/v/perprof-web)
[![](https://img.shields.io/badge/docs-latest-blue)](https://abelsiqueira.github.io/perprof-web/latest)
[![](https://img.shields.io/badge/docs-dev-blue)](https://abelsiqueira.github.io/perprof-web/dev)
-->

Web interface for the [perprof-py](https://github.com/abelsiqueira/perprof-py) for creating performance profiles (as described by [Dolan and Moré](http://arxiv.org/abs/cs/0102001)).

## Reference

When using this software for publications, please cite the paper below, which
describes this project:

> Siqueira, A. S., Costa da Silva, R. G. and Santos, L.-R., (2016). Perprof-web: A Python Package for Performance Profile of Mathematical Optimization Software. Journal of Open Research Software. 4(1), p.e12. DOI: [10.5334/jors.81](http://doi.org/10.5334/jors.81).

## Install

TODO: Add installation information for the end-user.

## How to use

TODO: Add a simple way to run for the end-user.

## Getting Help

If you didn't find something at the documentation, want to report a bug, or request a new feature, please open an [issue](https://github.com/abelsiqueira/perprof-web/issues).
