Metadata-Version: 2.1
Name: ddSMT
Version: 0.1.dev774
Summary: A delta debugger for SMT-LIBv2 files
Home-page: https://github.com/ddsmt/ddSMT
Author: Aina Niemetz
Author-email: foo@bar.baz
License: GPL
Download-URL: https://github.com/ddsmt/ddSMT
Project-URL: Bug Tracker, https://github.com/ddsmt/ddSMT/issues
Project-URL: Documentation, https://ddsmt.readthedocs.io/
Project-URL: Source Code, https://github.com/ddsmt/ddSMT
Description: .. image:: https://img.shields.io/github/workflow/status/ddsmt/ddSMT/main
          :alt: GitHub Workflow Status
          :target: https://github.com/ddsmt/ddSMT/actions
        
        .. image:: https://img.shields.io/readthedocs/ddsmt/development
          :alt: Read the Docs
          :target: https://ddsmt.readthedocs.io
        
        .. image:: https://img.shields.io/pypi/v/ddsmt
          :alt: PyPI
          :target: https://pypi.org/project/ddSMT/
        
        .. image:: https://img.shields.io/pypi/pyversions/ddsmt
          :alt: PyPI - Python Version
          :target: https://pypi.org/project/ddSMT/
        
        .. image:: https://img.shields.io/pypi/l/ddsmt
          :alt: PyPI - License
          :target: https://github.com/ddsmt/ddSMT/blob/master/LICENSE
        
        
        ddSMT: delta debugging for SMT-LIBv2
        ====================================
        
        ddSMT is a delta debugger for Sat Modulo Theories (SMT) benchmarks in
        SMT-LIB v2 format. It serves as an input minimizer for SMT benchmarks on
        which a given executable shows unexpected or faulty behavior and supports
        all SMT-LIB v2 logics. For more details on the SMT-LIB v2 format see http://www.smtlib.org.
        
        ddSMT is implemented in Python 3 and developed on a Linux OS. ddSMT requires
        Python version 3.6 or later.
        
        ddSMT is free software released under the GPLv3. You should have received a
        copy of the GNU General Public License along with ddSMT (see file `LICENSE <https://github.com/ddsmt/ddSMT/blob/development/LICENSE>`_).
        If not, see http://www.gnu.org/licenses/.
        
        Documentation for ddSMT is available at https://ddsmt.readthedocs.io.
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
