Metadata-Version: 2.4
Name: cartons
Version: 1.0.2
Summary: Simple OSRM routing and Folium map drawing toolkit
Project-URL: Homepage, https://github.com/AndPan3/cartons
Project-URL: Source, https://github.com/AndPan3/cartons
Project-URL: Issues, https://github.com/AndPan3/cartons/issues
Keywords: osrm,routing,maps,folium,geospatial
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: routingpy
Requires-Dist: folium
Dynamic: license-file

# cartons

A small Python toolkit for **routing and map visualization**.

`cartons` calculates routes using **OSRM** (via `routingpy`) and renders them on an **interactive Leaflet map** using `folium`.

With only a few lines of code you can compute a route between two coordinates and generate an HTML map displaying the route.

The library is designed to be **simple, lightweight, and easy to integrate into scripts or small projects.**

---

## Features

- Simple interface for route calculation
- Interactive map rendering
- Uses the OSRM routing engine
- Lightweight with minimal dependencies
- Generates shareable HTML maps

---

## Installation

`cartons` is available on **PyPI**.

### Install from PyPI

```bash
pip install cartons
