Metadata-Version: 1.1
Name: hexlite
Version: 0.3.5
Summary: HEXLite Python-based solver for a fragment of HEX
Home-page: https://github.com/hexhex/hexlite
Author: Peter Schuller
Author-email: schueller.p@gmail.com
License: GPL3
Description: 
        # HEXLite Python-based solver for a fragment of HEX
        
        This is a solver for a fragment of the HEX language and for Python-based plugins
        which is based on Python interfaces of Clingo and WASP and does not contain any
        C++ code itself.
        
        The intention is to provide a lightweight system for an easy start with HEX.
        
        The vision is that HEXLite can use existing Python plugins and runs based on
        the Clingo or WASP python interface, without realizing the full power of HEX.
        
        The system is currently under development and *only works for certain programs*.
        
        A manuscript about the system is under preparation.
        
        * License: GPL (3.0)
        * Author: Peter Schüller <schueller.p@gmail.com>
        * Available at PyPi: https://pypi.python.org/pypi/hexlite
        * Installation: ```pip install hexlite```
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 2.7
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Utilities
