Metadata-Version: 2.1
Name: jijmodeling-transpiler
Version: 0.3.8
Home-page: https://www.jijzept.com
Author: Jij Inc.
Author-email: info@j-ij.com
License: Other/Proprietary License
Project-URL: Documentation, https://www.documentation.jijzept.com/docs/jijmodeling_docs/
Project-URL: Reference, https://www.ref.documentation.jijzept.com/jijmodeling-transpiler/
Project-URL: JijZept, https://pypi.org/project/jijzept/
Project-URL: JijModeling, https://pypi.org/project/jijmodeling/
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Requires-Python: <3.11,>=3.9
Description-Content-Type: text/markdown
Requires-Dist: jijmodeling (>=0.10.0)
Requires-Dist: numpy (<1.25.0,>=1.17.0)
Requires-Dist: pyqubo (<1.4.0,>=1.3.0)
Requires-Dist: typeguard
Requires-Dist: pydantic
Requires-Dist: mip
Provides-Extra: dev
Requires-Dist: setuptools-git-versioning ; extra == 'dev'
Requires-Dist: pytest-runner ; extra == 'dev'
Requires-Dist: Cython (>=3.0.0a10) ; extra == 'dev'
Requires-Dist: scikit-build ; extra == 'dev'
Requires-Dist: numpy ; extra == 'dev'
Provides-Extra: doc
Requires-Dist: mkdocs[i18n] ; extra == 'doc'
Requires-Dist: mkdocs-material ; extra == 'doc'
Requires-Dist: mkdocstrings[python] ; extra == 'doc'
Requires-Dist: mkdocs-gen-files ; extra == 'doc'
Requires-Dist: mkdocs-literate-nav ; extra == 'doc'
Requires-Dist: mkdocs-section-index ; extra == 'doc'
Requires-Dist: markdown-katex ; extra == 'doc'
Requires-Dist: mkdocs-git-revision-date-localized-plugin ; extra == 'doc'
Requires-Dist: mkdocs-autorefs ; extra == 'doc'
Requires-Dist: mkdocs-static-i18n ; extra == 'doc'
Requires-Dist: mkdocs-minify-plugin ; extra == 'doc'
Requires-Dist: pymdown-extensions ; extra == 'doc'
Provides-Extra: test
Requires-Dist: networkx ; extra == 'test'
Requires-Dist: openjij ; extra == 'test'
Requires-Dist: coverage ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-mock ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: pytest-html ; extra == 'test'
Requires-Dist: pytest-randomly ; extra == 'test'
Requires-Dist: pytest-cython ; extra == 'test'
Requires-Dist: pytest-annotate ; extra == 'test'
Requires-Dist: pytest-clarity ; extra == 'test'
Requires-Dist: mip ; extra == 'test'

# JijModeling Transpiler

[![PyPI version shields.io](https://img.shields.io/pypi/v/jijmodeling-transpiler.svg)](https://pypi.python.org/pypi/jijmodeling-transpiler/)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/jijmodeling-transpiler.svg)](https://pypi.python.org/pypi/jijmodeling-transpiler/)
[![PyPI implementation](https://img.shields.io/pypi/implementation/jijmodeling-transpiler.svg)](https://pypi.python.org/pypi/jijmodeling-transpiler/)
[![PyPI format](https://img.shields.io/pypi/format/jijmodeling-transpiler.svg)](https://pypi.python.org/pypi/jijmodeling-transpiler/)
[![PyPI license](https://img.shields.io/pypi/l/jijmodeling-transpiler.svg)](https://pypi.python.org/pypi/jijmodeling-transpiler/)
[![PyPI download month](https://img.shields.io/pypi/dm/jijmodeling-transpiler.svg)](https://pypi.python.org/pypi/jijmodeling-transpiler/)

`JijModeling Transpiler` provides the feature to transpile mathematical models created by JijModeling to other formats such as `PyQUBO` or `LP files`.\
The library is located on the public PyPI server and is available free of charge to users, but it is obfuscated. You cannot do reverse engineering.

Users can install this library and use it as a subpackage of `jijmodeling` like `from jijmodeling import transpiler`.
