-
- Downloads
Merge branch 'mar23-modelchecker-update' into 'main'
Update Model Checker to latest version See merge request piacere/private/t41-doml-model-checker!8
No related branches found
No related tags found
Showing
- .github/workflows/docs.yml 22 additions, 0 deletions.github/workflows/docs.yml
- .gitignore 160 additions, 4 deletions.gitignore
- .gitlab-ci.yml 1 addition, 1 deletion.gitlab-ci.yml
- .readthedocs.yaml 29 additions, 0 deletions.readthedocs.yaml
- .vscode/launch.json 19 additions, 0 deletions.vscode/launch.json
- .vscode/settings.json 7 additions, 0 deletions.vscode/settings.json
- Dockerfile 1 addition, 1 deletionDockerfile
- README.md 29 additions, 17 deletionsREADME.md
- dev-requirements.txt 0 additions, 95 deletionsdev-requirements.txt
- docker-compose.yaml 2 additions, 2 deletionsdocker-compose.yaml
- docs/PIACERE_logo.png 0 additions, 0 deletionsdocs/PIACERE_logo.png
- docs/conf.py 9 additions, 8 deletionsdocs/conf.py
- docs/dict_reference.rst 171 additions, 0 deletionsdocs/dict_reference.rst
- docs/index.rst 5 additions, 3 deletionsdocs/index.rst
- docs/installation.rst 19 additions, 21 deletionsdocs/installation.rst
- docs/requirements.rst 17 additions, 2 deletionsdocs/requirements.rst
- docs/requirements.txt 1 addition, 0 deletionsdocs/requirements.txt
- docs/tests.rst 10 additions, 0 deletionsdocs/tests.rst
- docs/usage.rst 63 additions, 4 deletionsdocs/usage.rst
- docs/writing-requirements.rst 118 additions, 0 deletionsdocs/writing-requirements.rst
.github/workflows/docs.yml
0 → 100644
.readthedocs.yaml
0 → 100644
.vscode/launch.json
0 → 100644
.vscode/settings.json
0 → 100644
dev-requirements.txt
deleted
100644 → 0
alabaster==0.7.12 ; python_version >= "3.9" and python_version < "4.0" | ||
anyio==3.6.1 ; python_version >= "3.9" and python_version < "4.0" | ||
appnope==0.1.3 ; python_version >= "3.9" and python_version < "4.0" and platform_system == "Darwin" or python_version >= "3.9" and python_version < "4.0" and sys_platform == "darwin" | ||
asttokens==2.0.8 ; python_version >= "3.9" and python_version < "4.0" | ||
attrs==22.1.0 ; python_version >= "3.9" and python_version < "4.0" | ||
babel==2.10.3 ; python_version >= "3.9" and python_version < "4.0" | ||
backcall==0.2.0 ; python_version >= "3.9" and python_version < "4.0" | ||
certifi==2022.9.24 ; python_version >= "3.9" and python_version < "4" | ||
cffi==1.15.1 ; python_version >= "3.9" and python_version < "4.0" and implementation_name == "pypy" | ||
charset-normalizer==2.1.1 ; python_version >= "3.9" and python_version < "4" | ||
click==8.1.3 ; python_version >= "3.9" and python_version < "4.0" | ||
clickclick==20.10.2 ; python_version >= "3.9" and python_version < "4.0" | ||
colorama==0.4.5 ; python_version >= "3.9" and python_version < "4.0" and sys_platform == "win32" or python_version >= "3.9" and python_version < "4.0" and platform_system == "Windows" | ||
colorful==0.5.4 ; python_version >= "3.9" and python_version < "4.0" | ||
connexion[swagger-ui]==2.14.1 ; python_version >= "3.9" and python_version < "4.0" | ||
debugpy==1.6.3 ; python_version >= "3.9" and python_version < "4.0" | ||
decorator==5.1.1 ; python_version >= "3.9" and python_version < "4.0" | ||
docutils==0.17.1 ; python_version >= "3.9" and python_version < "4.0" | ||
entrypoints==0.4 ; python_version >= "3.9" and python_version < "4.0" | ||
executing==1.1.0 ; python_version >= "3.9" and python_version < "4.0" | ||
flask==2.2.2 ; python_version >= "3.9" and python_version < "4.0" | ||
future-fstrings==1.2.0 ; python_version >= "3.9" and python_version < "4.0" | ||
h11==0.14.0 ; python_version >= "3.9" and python_version < "4.0" | ||
httptools==0.5.0 ; python_version >= "3.9" and python_version < "4.0" | ||
idna==3.4 ; python_version >= "3.9" and python_version < "4" | ||
imagesize==1.4.1 ; python_version >= "3.9" and python_version < "4.0" | ||
importlib-metadata==5.0.0 ; python_version >= "3.9" and python_version < "3.10" | ||
inflection==0.5.1 ; python_version >= "3.9" and python_version < "4.0" | ||
iniconfig==1.1.1 ; python_version >= "3.9" and python_version < "4.0" | ||
ipykernel==6.16.0 ; python_version >= "3.9" and python_version < "4.0" | ||
ipython==8.5.0 ; python_version >= "3.9" and python_version < "4.0" | ||
itsdangerous==2.1.2 ; python_version >= "3.9" and python_version < "4.0" | ||
jedi==0.18.1 ; python_version >= "3.9" and python_version < "4.0" | ||
jinja2==3.1.2 ; python_version >= "3.9" and python_version < "4.0" | ||
joblib==1.2.0 ; python_version >= "3.9" and python_version < "4.0" | ||
jsonschema==4.16.0 ; python_version >= "3.9" and python_version < "4.0" | ||
jupyter-client==7.3.5 ; python_version >= "3.9" and python_version < "4.0" | ||
jupyter-core==4.11.1 ; python_version >= "3.9" and python_version < "4.0" | ||
lxml==4.9.1 ; python_version >= "3.9" and python_version < "4.0" | ||
markupsafe==2.1.1 ; python_version >= "3.9" and python_version < "4.0" | ||
matplotlib-inline==0.1.6 ; python_version >= "3.9" and python_version < "4.0" | ||
nest-asyncio==1.5.6 ; python_version >= "3.9" and python_version < "4.0" | ||
networkx==2.8.7 ; python_version >= "3.9" and python_version < "4.0" | ||
ordered-set==4.1.0 ; python_version >= "3.9" and python_version < "4.0" | ||
packaging==21.3 ; python_version >= "3.9" and python_version < "4.0" | ||
parso==0.8.3 ; python_version >= "3.9" and python_version < "4.0" | ||
pexpect==4.8.0 ; python_version >= "3.9" and python_version < "4.0" and sys_platform != "win32" | ||
pickleshare==0.7.5 ; python_version >= "3.9" and python_version < "4.0" | ||
pluggy==1.0.0 ; python_version >= "3.9" and python_version < "4.0" | ||
prettyprinter==0.18.0 ; python_version >= "3.9" and python_version < "4.0" | ||
prompt-toolkit==3.0.31 ; python_version >= "3.9" and python_version < "4.0" | ||
psutil==5.9.2 ; python_version >= "3.9" and python_version < "4.0" | ||
ptyprocess==0.7.0 ; python_version >= "3.9" and python_version < "4.0" and sys_platform != "win32" | ||
pure-eval==0.2.2 ; python_version >= "3.9" and python_version < "4.0" | ||
py==1.11.0 ; python_version >= "3.9" and python_version < "4.0" | ||
pycparser==2.21 ; python_version >= "3.9" and python_version < "4.0" and implementation_name == "pypy" | ||
pyecore==0.12.2 ; python_version >= "3.9" and python_version < "4.0" | ||
pygments==2.13.0 ; python_version >= "3.9" and python_version < "4.0" | ||
pyparsing==3.0.9 ; python_version >= "3.9" and python_version < "4.0" | ||
pyrsistent==0.18.1 ; python_version >= "3.9" and python_version < "4.0" | ||
pytest==7.1.3 ; python_version >= "3.9" and python_version < "4.0" | ||
python-dateutil==2.8.2 ; python_version >= "3.9" and python_version < "4.0" | ||
python-dotenv==0.21.0 ; python_version >= "3.9" and python_version < "4.0" | ||
pytz==2022.4 ; python_version >= "3.9" and python_version < "4.0" | ||
pywin32==304 ; sys_platform == "win32" and platform_python_implementation != "PyPy" and python_version >= "3.9" and python_version < "4.0" | ||
pyyaml==6.0 ; python_version >= "3.9" and python_version < "4.0" | ||
pyzmq==24.0.1 ; python_version >= "3.9" and python_version < "4.0" | ||
requests==2.28.1 ; python_version >= "3.9" and python_version < "4" | ||
restrictedpython==5.0 ; python_version >= "3.9" and python_version < "4.0" | ||
setuptools==65.4.1 ; python_version >= "3.9" and python_version < "4.0" | ||
six==1.16.0 ; python_version >= "3.9" and python_version < "4.0" | ||
sniffio==1.3.0 ; python_version >= "3.9" and python_version < "4.0" | ||
snowballstemmer==2.2.0 ; python_version >= "3.9" and python_version < "4.0" | ||
sphinx-rtd-theme==1.0.0 ; python_version >= "3.9" and python_version < "4.0" | ||
sphinx==5.2.3 ; python_version >= "3.9" and python_version < "4.0" | ||
sphinxcontrib-applehelp==1.0.2 ; python_version >= "3.9" and python_version < "4.0" | ||
sphinxcontrib-devhelp==1.0.2 ; python_version >= "3.9" and python_version < "4.0" | ||
sphinxcontrib-htmlhelp==2.0.0 ; python_version >= "3.9" and python_version < "4.0" | ||
sphinxcontrib-jsmath==1.0.1 ; python_version >= "3.9" and python_version < "4.0" | ||
sphinxcontrib-qthelp==1.0.3 ; python_version >= "3.9" and python_version < "4.0" | ||
sphinxcontrib-serializinghtml==1.1.5 ; python_version >= "3.9" and python_version < "4.0" | ||
stack-data==0.5.1 ; python_version >= "3.9" and python_version < "4.0" | ||
swagger-ui-bundle==0.0.9 ; python_version >= "3.9" and python_version < "4.0" | ||
tomli==2.0.1 ; python_version >= "3.9" and python_version < "4.0" | ||
tornado==6.2 ; python_version >= "3.9" and python_version < "4.0" | ||
traitlets==5.4.0 ; python_version >= "3.9" and python_version < "4.0" | ||
urllib3==1.26.12 ; python_version >= "3.9" and python_version < "4" | ||
uvicorn[standard]==0.18.3 ; python_version >= "3.9" and python_version < "4.0" | ||
uvloop==0.17.0 ; sys_platform != "win32" and sys_platform != "cygwin" and platform_python_implementation != "PyPy" and python_version >= "3.9" and python_version < "4.0" | ||
watchfiles==0.17.0 ; python_version >= "3.9" and python_version < "4.0" | ||
wcwidth==0.2.5 ; python_version >= "3.9" and python_version < "4.0" | ||
websockets==10.3 ; python_version >= "3.9" and python_version < "4.0" | ||
werkzeug==2.2.2 ; python_version >= "3.9" and python_version < "4.0" | ||
z3-solver==4.11.2.0 ; python_version >= "3.9" and python_version < "4.0" | ||
zipp==3.8.1 ; python_version >= "3.9" and python_version < "3.10" |
docs/PIACERE_logo.png
0 → 100644
3.13 KiB
docs/dict_reference.rst
0 → 100644
docs/requirements.txt
0 → 100644
docs/tests.rst
0 → 100644
docs/writing-requirements.rst
0 → 100644