Metadata-Version: 2.4
Name: ldaca-web-app-backend
Version: 0.2.0
Summary: LDaCA Web App Backend - FastAPI backend for the Language Data Commons of Australia
Author: Australian Text Analytics Platform
License: MIT
Keywords: corpus,fastapi,ldaca,linguistics,text-analytics
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3.14
Requires-Dist: aiosqlite>=0.21.0
Requires-Dist: bertopic>=0.17.3
Requires-Dist: docworkspace>=0.2.0
Requires-Dist: fastapi-users[sqlalchemy]>=14.0.1
Requires-Dist: fastapi[standard]>=0.115.14
Requires-Dist: fastexcel>=0.18.0
Requires-Dist: google-auth-oauthlib>=1.2.2
Requires-Dist: httpx>=0.27.0
Requires-Dist: ldaca-loader
Requires-Dist: openai>=2.26.0
Requires-Dist: polars-text>=0.1.0
Requires-Dist: psutil>=6.1.0
Requires-Dist: pyarrow>=16.0.0
Requires-Dist: pydantic-settings>=2.0.0
Requires-Dist: tbb>=2022.3.1; sys_platform != 'darwin'
Provides-Extra: deploy
Requires-Dist: ipython>=9.5.0; extra == 'deploy'
Requires-Dist: jupyter-server-proxy>=4.4.0; extra == 'deploy'
Description-Content-Type: text/markdown

# LDaCA Web App Backend

FastAPI backend for the LDaCA platform. This README is a short entry point; full docs live under `docs/`.

## Start here

- Backend docs: `ldaca_web_app/ldaca_web_app_backend/docs/index.md`
- Run locally: `ldaca_web_app/ldaca_web_app_backend/docs/user-guide/running-locally.md`
- Configuration: `ldaca_web_app/ldaca_web_app_backend/docs/reference/configuration.md`
