Metadata-Version: 2.4
Name: konnect
Version: 0.1.0
Summary: Python client for Dynamics 365 Business Central
Author: Akshay Prabhu
Author-email: Akshay Prabhu <akshay.prabhu@konspec.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: requests>=2.32.0
Requires-Python: >=3.12
Project-URL: Homepage, https://github.com/konfpa/konnect
Project-URL: Repository, https://github.com/konfpa/konnect
Description-Content-Type: text/markdown

# konnect

Python client for Dynamics 365 Business Central.

## Installation

```bash
pip install konnect
```

## Development

```bash
uv sync
prek install
uv run pytest
uv run mypy
```

Tests require 95% coverage; the library is fully type-annotated and checked with `mypy --strict`.
