Metadata-Version: 1.1
Name: SelectScript
Version: 0.1
Summary: Implementation of the query-language SelectScript for Python.
Home-page: https://pypi.python.org/pypi/SelectScript/0.1
Author: André Dietrich
Author-email: dietrich@ivs.cs.uni-magdeburg.de
License: BSD
Description: SelectScript: A scripting language for select-statements
        
        
        0. Contact: 
        ===========
        
        If you change the code, improve this project, fix bugs, or just have comments, 
        feel free to contact me...
        
        André Dietrich: dietrich@ivs.cs.uni-magdeburg.de
        
        Website: http://eos.cs.ovgu.de/dietrich
        
        
        1. Preface: 
        ===========
        
        todo
        
        
        2. Requirements: 
        ================
        
        todo
        
        3. Install: 
        ===========
        
        Using ``pip``::
        
            $ pip install SelectScript
        
        From a tarball::
        
            $ python setup.py install
        
        
        4. Running the examples:
        ========================
        
        todo
        
Keywords: query,language
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: BSD License
