Metadata-Version: 2.1
Name: fast-tsp
Version: 0.0.1
Summary: A fast TSP solver with Python bindings
Author: Søren Mulvad
License: MIT
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: test
License-File: LICENSE


fast-tsp
==============


|      CI              | status |
|----------------------|--------|
| conda.recipe         | [![Conda Actions Status][actions-conda-badge]][actions-conda-link] |
| pip builds           | [![Pip Actions Status][actions-pip-badge]][actions-pip-link] |



An example project built with [pybind11](https://github.com/pybind/pybind11) and scikit-build. Python 3.6+ (see older commits for older versions of Python).


[gitter-badge]:            https://badges.gitter.im/pybind/Lobby.svg
[gitter-link]:             https://gitter.im/pybind/Lobby
[actions-badge]:           https://github.com/pybind/fast_tsp/workflows/Tests/badge.svg
[actions-conda-link]:      https://github.com/pybind/fast_tsp/actions?query=workflow%3AConda
[actions-conda-badge]:     https://github.com/pybind/fast_tsp/workflows/Conda/badge.svg
[actions-pip-link]:        https://github.com/pybind/fast_tsp/actions?query=workflow%3APip
[actions-pip-badge]:       https://github.com/pybind/fast_tsp/workflows/Pip/badge.svg
[actions-wheels-link]:     https://github.com/pybind/fast_tsp/actions?query=workflow%3AWheels
[actions-wheels-badge]:    https://github.com/pybind/fast_tsp/workflows/Wheels/badge.svg

Installation
------------

- clone this repository
- `pip install ./fast_tsp`


CI Examples
-----------

There are examples for CI in `.github/workflows`. A simple way to produces
binary "wheels" for all platforms is illustrated in the "wheels.yml" file,
using [`cibuildwheel`][].

License
-------

pybind11 is provided under a BSD-style license that can be found in the LICENSE
file. By using, distributing, or contributing to this project, you agree to the
terms and conditions of this license.


[`cibuildwheel`]:          https://cibuildwheel.readthedocs.io
