Metadata-Version: 2.4
Name: karrio_server_core
Version: 2026.1
Summary: Multi-carrier shipping API Core module
Author-email: karrio <hello@karrio.io>
License-Expression: LGPL-3.0
Project-URL: Homepage, https://github.com/karrioapi/karrio
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: karrio
Requires-Dist: psycopg2-binary
Requires-Dist: django-health-check
Requires-Dist: psutil
Requires-Dist: pyyaml
Requires-Dist: Jinja2

# karrio.server.core

This package is a module of the [karrio](https://pypi.org/project/karrio.server) universal shipping API.

## Requirements

`Python 3.11+`

## Installation

```bash
pip install karrio.server.core
```

Check the [karrio docs](https://docs.karrio.io) to get started.
