Metadata-Version: 1.1
Name: clipspy
Version: 0.0.7
Summary: CLIPS Python bindings
Home-page: https://github.com/noxdafox/clipspy
Author: Matteo Cafasso
Author-email: noxdafox@gmail.com
License: BSD
Description: CLIPS Python bindings
        =====================
        
        .. image:: https://travis-ci.org/noxdafox/clipspy.svg?branch=master
           :target: https://travis-ci.org/noxdafox/clipspy
        
        Python CFFI bindings for CLIPS_ 6.30.
        
        Installation
        ------------
        
        The CLIPS shared library and headers must be installed within the system.
        
        If library and headers are not in the system default locations, they can be specified to the installer via the ``CFLAGS`` and ``LDFLAGS`` environment variables.
        
        ::
        
            # CFLAGS="-I<headers path>" LDFLAGS="-L<library path>" pip install pyclips
        
        .. _CLIPS: http://www.clipsrules.net/
        
Keywords: clips python cffi expert-system
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
