add openapi-generated client

This commit is contained in:
NoeBerdoz
2025-04-12 00:11:16 +02:00
parent d64bf40d46
commit f30ed175ee
51 changed files with 4590 additions and 0 deletions

17
generated/.travis.yml Normal file
View File

@ -0,0 +1,17 @@
# ref: https://docs.travis-ci.com/user/languages/python
language: python
python:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
# uncomment the following if needed
#- "3.12-dev" # 3.12 development branch
#- "nightly" # nightly build
# command to install dependencies
install:
- "pip install -r requirements.txt"
- "pip install -r test-requirements.txt"
# command to run tests
script: pytest --cov=openapi_client