Metadata-Version: 2.1
Name: dudl
Version: 0.4
Summary: DUDL App Backend Server
Home-page: https://github.com/v0rtex20k/DUDL/
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: psutil==6.1.1
Requires-Dist: Flask==2.3.3
Requires-Dist: Flask-API>=3.1
Requires-Dist: flask-smorest>=0.42.3
Requires-Dist: randomname>=0.2.1
Requires-Dist: Werkzeug==2.3.8
Requires-Dist: flasgger>=0.9.7.1
Requires-Dist: pathlib>=1.0.1
Requires-Dist: waitress>=2.1.2
Requires-Dist: inflection>=0.5.1
Requires-Dist: itsdangerous>=2.1.2
Requires-Dist: requests>=2.31.0
Requires-Dist: ConfigArgParse>=1.7
Requires-Dist: setuptools>=75.0.0

# DÜDL
Welcome to DÜDL! Here's how to get started:

## Option 1:

    Install locally by running `pip install dudl`

1. Download the files in this repository.
2. If you do not already have `pip` installed, download it [here](https://pip.pypa.io/en/stable/installation/) first, then run `pip install -e .` to install all dependencies. Alternatively, you may install all dependencies manually. 
3. Run with the `start-dudl` command, or just `python3 src/dudl_app.py`.

Once the server is running, note the IP address that is printed out (http://192.168.1.15:8001)
