Metadata-Version: 2.4
Name: longlink
Version: 0.2.1
Summary: Python SDK for building and packaging LongLink applications.
Author-email: LongLink SAGL <info@longlink.ch>
License-Expression: MIT
Project-URL: Homepage, https://www.longlink.dev
Project-URL: Documentation, https://longlink.dev/docs
Project-URL: Repository, https://github.com/xLongLink/longlink.git
Project-URL: Bug Tracker, https://github.com/xLongLink/longlink/issues
Keywords: longlink,sdk,fastapi,sqlalchemy,pydantic,alembic
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiosqlite>=0.22.1
Requires-Dist: alembic>=1.19.0
Requires-Dist: asyncpg>=0.31.0
Requires-Dist: click>=8.4.2
Requires-Dist: email-validator>=2.3.0
Requires-Dist: fastapi>=0.141.1
Requires-Dist: fsspec>=2026.4.0
Requires-Dist: lxml>=6.1.0
Requires-Dist: pydantic>=2.13.4
Requires-Dist: pydantic-settings>=2.15.0
Requires-Dist: s3fs>=2026.4.0
Requires-Dist: sqlalchemy>=2.0.51
Requires-Dist: sqlmodel>=0.0.39
Requires-Dist: uvicorn>=0.52.1
Requires-Dist: watchfiles>=0.20
Dynamic: license-file

<div align="center">

<img src="https://www.longlink.dev/logo.svg" alt="LongLink logo" />

[![PyPI version](https://img.shields.io/pypi/v/longlink)](https://pypi.org/project/longlink/)
[![Python versions](https://img.shields.io/pypi/pyversions/longlink)](https://pypi.org/project/longlink/)
[![License](https://img.shields.io/github/license/xLongLink/longlink)](https://github.com/xLongLink/longlink/blob/main/LICENSE)

[Website](https://longlink.dev) &nbsp; - &nbsp; [Docs](https://longlink.dev/docs) &nbsp; - &nbsp; [Issues](https://github.com/xLongLink/longlink/issues)

</div>

<br/>

## Getting started

```bash
longlink init
```

> See [`xLongLink/sample`](https://github.com/xLongLink/sample) for a minimal LongLink application that demonstrates SDK setup, XML pages, routes, tests, and Docker image builds.

<br/>

## Development

```bash
make sdk
```

This builds the SDK web bundle, recreates `sdk/dev`, links that generated app to the local SDK source, and starts the SDK development app. Do not keep manual changes in `sdk/dev`; it is recreated by this command.

> Requirements: Python 3.12 or newer, `uv`, and Docker if you want to build an image. See [`CONTRIBUTING.md`](./CONTRIBUTING.md) for more details.

<br/>

## Testing

```bash
uv sync --group dev
uv run pytest tests
```

<br/>
<br/>

---

<div align="center">
LongLink 2026

[License](./LICENSE) &nbsp; - &nbsp; [Contributing](./CONTRIBUTING.md) &nbsp; - &nbsp; [Contact](mailto:info@longlink.dev)

</div>

---
