-
- Downloads
Add y1 DMC code.
parents
No related branches found
No related tags found
Showing
- .gitignore 4 additions, 0 deletions.gitignore
- Dockerfile 11 additions, 0 deletionsDockerfile
- README.md 51 additions, 0 deletionsREADME.md
- dev-requirements.txt 49 additions, 0 deletionsdev-requirements.txt
- docs/Makefile 20 additions, 0 deletionsdocs/Makefile
- docs/conf.py 57 additions, 0 deletionsdocs/conf.py
- docs/index.rst 36 additions, 0 deletionsdocs/index.rst
- docs/installation.rst 81 additions, 0 deletionsdocs/installation.rst
- docs/make.bat 35 additions, 0 deletionsdocs/make.bat
- docs/requirements.rst 52 additions, 0 deletionsdocs/requirements.rst
- docs/restapis.rst 17 additions, 0 deletionsdocs/restapis.rst
- docs/usage.rst 50 additions, 0 deletionsdocs/usage.rst
- mc_openapi/__init__.py 1 addition, 0 deletionsmc_openapi/__init__.py
- mc_openapi/__main__.py 5 additions, 0 deletionsmc_openapi/__main__.py
- mc_openapi/app_config.py 6 additions, 0 deletionsmc_openapi/app_config.py
- mc_openapi/assets/__init__.py 0 additions, 0 deletionsmc_openapi/assets/__init__.py
- mc_openapi/assets/doml.ecore 0 additions, 0 deletionsmc_openapi/assets/doml.ecore
- mc_openapi/assets/doml_meta.yaml 482 additions, 0 deletionsmc_openapi/assets/doml_meta.yaml
- mc_openapi/bytes_uri.py 18 additions, 0 deletionsmc_openapi/bytes_uri.py
- mc_openapi/doml/doml.ecore 0 additions, 0 deletionsmc_openapi/doml/doml.ecore
.gitignore
0 → 100644
Dockerfile
0 → 100644
README.md
0 → 100644
dev-requirements.txt
0 → 100644
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.5 ; python_version >= "3.9" and python_version < "4.0" | ||
atomicwrites==1.4.1 ; python_version >= "3.9" and python_version < "4.0" and sys_platform == "win32" | ||
attrs==22.1.0 ; python_version >= "3.9" and python_version < "4.0" | ||
backcall==0.2.0 ; python_version >= "3.9" and python_version < "4.0" | ||
certifi==2022.6.15 ; 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.0 ; python_version >= "3.9" and python_version < "4" | ||
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" | ||
debugpy==1.6.2 ; python_version >= "3.9" and python_version < "4.0" | ||
decorator==5.1.1 ; python_version >= "3.9" and python_version < "4.0" | ||
entrypoints==0.4 ; python_version >= "3.9" and python_version < "4.0" | ||
executing==0.9.1 ; python_version >= "3.9" and python_version < "4.0" | ||
idna==3.3 ; python_version >= "3.9" and python_version < "4" | ||
iniconfig==1.1.1 ; python_version >= "3.9" and python_version < "4.0" | ||
ipykernel==6.15.1 ; python_version >= "3.9" and python_version < "4.0" | ||
ipython==8.4.0 ; python_version >= "3.9" and python_version < "4.0" | ||
jedi==0.18.1 ; python_version >= "3.9" and python_version < "4.0" | ||
jupyter-client==7.3.4 ; python_version >= "3.9" and python_version < "4.0" | ||
jupyter-core==4.11.1 ; python_version >= "3.9" and python_version < "4.0" | ||
matplotlib-inline==0.1.3 ; python_version >= "3.9" and python_version < "4.0" | ||
nest-asyncio==1.5.5 ; 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.30 ; python_version >= "3.9" and python_version < "4.0" | ||
psutil==5.9.1 ; 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" | ||
pygments==2.12.0 ; python_version >= "3.9" and python_version < "4.0" | ||
pyparsing==3.0.9 ; python_version >= "3.9" and python_version < "4.0" | ||
pytest==6.2.5 ; python_version >= "3.9" and python_version < "4.0" | ||
python-dateutil==2.8.2 ; 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" | ||
pyzmq==23.2.0 ; python_version >= "3.9" and python_version < "4.0" | ||
requests==2.28.1 ; python_version >= "3.9" and python_version < "4" | ||
six==1.16.0 ; python_version >= "3.9" and python_version < "4.0" | ||
stack-data==0.3.0 ; python_version >= "3.9" and python_version < "4.0" | ||
toml==0.10.2 ; python_version >= "3.9" and python_version < "4.0" | ||
tornado==6.2 ; python_version >= "3.9" and python_version < "4.0" | ||
traitlets==5.3.0 ; python_version >= "3.9" and python_version < "4.0" | ||
urllib3==1.26.11 ; python_version >= "3.9" and python_version < "4" | ||
wcwidth==0.2.5 ; python_version >= "3.9" and python_version < "4.0" |
docs/Makefile
0 → 100644
docs/conf.py
0 → 100644
docs/index.rst
0 → 100644
docs/installation.rst
0 → 100644
docs/make.bat
0 → 100644
docs/requirements.rst
0 → 100644
docs/restapis.rst
0 → 100644
docs/usage.rst
0 → 100644
mc_openapi/__init__.py
0 → 100644
mc_openapi/__main__.py
0 → 100644
mc_openapi/app_config.py
0 → 100644
mc_openapi/assets/__init__.py
0 → 100644
mc_openapi/assets/doml.ecore
0 → 100644
This diff is collapsed.
mc_openapi/assets/doml_meta.yaml
0 → 100644
mc_openapi/bytes_uri.py
0 → 100644
mc_openapi/doml/doml.ecore
0 → 100644
This diff is collapsed.
Please register or sign in to comment