-
- Downloads
Merge branch 'model_factory' into 'main'
Model factory See merge request !2
No related branches found
No related tags found
Showing
- .gitignore 3 additions, 0 deletions.gitignore
- LICENSE.txt 661 additions, 0 deletionsLICENSE.txt
- README.md 9 additions, 0 deletionsREADME.md
- app/__init.py__ 0 additions, 0 deletionsapp/__init.py__
- app/internal/__init.py__ 0 additions, 0 deletionsapp/internal/__init.py__
- app/internal/model_factory.py 57 additions, 0 deletionsapp/internal/model_factory.py
- app/main.py 94 additions, 0 deletionsapp/main.py
- models_example.txt 15 additions, 0 deletionsmodels_example.txt
- postman_tests/VIPSCore-Python tests.postman_collection.json 56 additions, 0 deletionspostman_tests/VIPSCore-Python tests.postman_collection.json
- requirements.txt 1 addition, 28 deletionsrequirements.txt
- safe_pip_freeze.py 6 additions, 0 deletionssafe_pip_freeze.py
- src/main.py 0 additions, 8 deletionssrc/main.py
LICENSE.txt
0 → 100644
app/__init.py__
0 → 100644
app/internal/__init.py__
0 → 100644
app/internal/model_factory.py
0 → 100644
app/main.py
0 → 100644
models_example.txt
0 → 100644
anyio==3.6.2 | |||
certifi==2022.12.7 | |||
click==8.1.3 | |||
dnspython==2.3.0 | |||
email-validator==1.3.0 | |||
fastapi==0.89.1 | fastapi==0.89.1 | ||
h11==0.14.0 | git+https://gitlab.nibio.no/VIPS/vipscore-python-common.git@0.1.9 | ||
httpcore==0.16.3 | \ No newline at end of file | ||
httptools==0.5.0 | |||
httpx==0.23.3 | |||
idna==3.4 | |||
itsdangerous==2.1.2 | |||
Jinja2==3.1.2 | |||
MarkupSafe==2.1.1 | |||
orjson==3.8.5 | |||
pydantic==1.10.4 | |||
python-dotenv==0.21.0 | |||
python-multipart==0.0.5 | |||
PyYAML==6.0 | |||
rfc3986==1.5.0 | |||
six==1.16.0 | |||
sniffio==1.3.0 | |||
starlette==0.22.0 | |||
typing_extensions==4.4.0 | |||
ujson==5.7.0 | |||
uvicorn==0.20.0 | |||
uvloop==0.17.0 | |||
watchfiles==0.18.1 | |||
websockets==10.4 |
safe_pip_freeze.py
0 → 100644
src/main.py
deleted
100644 → 0
Please register or sign in to comment