Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use openapi-python-client (see GENERATOR.md) #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
23 changes: 0 additions & 23 deletions .github/workflows/test.yml

This file was deleted.

69 changes: 13 additions & 56 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,66 +1,23 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
.pytest_cache/

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
.hypothesis/
venv/
.venv/
# pyenv
.python-version
.pytest_cache

# Translations
*.mo
*.pot

# Django stuff:
*.log
# Environments
.env
.venv

# Sphinx documentation
docs/_build/
# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# PyBuilder
target/
# JetBrains
.idea/

#Ipython Notebook
.ipynb_checkpoints
/coverage.xml
/.coverage
33 changes: 0 additions & 33 deletions .gitlab-ci.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .openapi-generator-ignore

This file was deleted.

Loading