File: README.md

package info (click to toggle)
python-questplus 2023.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 320 kB
  • sloc: python: 1,345; makefile: 18
file content (11 lines) | stat: -rw-r--r-- 788 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
# A QUEST+ implementation  in Python

[![Latest PyPI Release](https://img.shields.io/pypi/v/questplus.svg)](https://pypi.org/project/questplus/)
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/questplus.svg)](https://anaconda.org/conda-forge/questplus)
[![Travis Build Status](https://travis-ci.com/hoechenberger/questplus.svg?branch=master)](https://travis-ci.com/hoechenberger/questplus)
[![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/hy6dm2w9bs3mt6tb/branch/master?svg=true)](https://ci.appveyor.com/project/hoechenberger/questplus/branch/master)

This is a simple implementation of the QUEST+ algorithm in Python.

## Documentation
Please find the documentation at [questplus.readthedocs.io](https://questplus.readthedocs.io/en/latest/index.html).