Metadata-Version: 2.4
Name: endoreg-db-api
Version: 0.1.2
Summary: EndoReg Db API Service
Author: Max Hild, Hamza Zahid, Peter Kowalczyk
Author-email: "Thomas J. Lux" <lux_t1@ukw.de>
Maintainer: Max Hild, Hamza Zahid, Peter Kowalczyk
Maintainer-email: "Thomas J. Lux" <lux_t1@ukw.de>
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Requires-Python: >=3.11
Requires-Dist: asgiref>=3.8.1
Requires-Dist: channels>=4.2.0
Requires-Dist: daphne>=4.1.2
Requires-Dist: django-cors-headers>=4.7.0
Requires-Dist: django-extensions>=3.2.3
Requires-Dist: django>=5.1.3
Requires-Dist: djangorestframework>=3.15.2
Requires-Dist: dotenv>=0.9.9
Requires-Dist: endoreg-db>=0.6
Requires-Dist: icecream>=2.1.4
Requires-Dist: psycopg[binary]>=3.2.3
Requires-Dist: pydantic>=2.10.6
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: torch>=2.5.1
Requires-Dist: whitenoise>=6.8.2
Description-Content-Type: text/markdown

# Info

## Run in Production

### Requirements

- running psql instance using default port
- sudo privileges

### Setup

- make sure that we use the production settins in our .env file: `DJANGO_SETTINGS_MODULE=endo_ai.settings_prod`
- run `install-api`
  - requires to manually enter admin pwd!
- connect to local postgres db using credentials at: ./conf/db.yaml
- make sure file permissions for this file are hardened as it currently stores the raw db
