Metadata-Version: 2.4
Name: rustamer
Version: 0.1.0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
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: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
License-File: LICENSE
Summary: Rust acceleration backend for the TamerLite temporal planner
Author-email: FBK PSO Unit <pso-tools@fbk.eu>
License-Expression: GPL-3.0-only
Requires-Python: >=3.10
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://github.com/fbk-pso/tamerlite

# rustamer

Rust acceleration backend for [TamerLite](https://github.com/fbk-pso/tamerlite),
a heuristic search-based temporal planner.

This wheel is an optional dependency: `tamerlite` falls back to a
pure-Python implementation when `rustamer` is unavailable. Install via
`pip install "tamerlite[rust]"` to get both; see the main repository
for documentation, usage, and tutorials.

Released under the GNU General Public License v3.0 (see [LICENSE](LICENSE)).

