Metadata-Version: 1.0
Name: asqc
Version: 0.1.4
Summary: A SPARQL Query Client
Home-page: https://github.com/gklyne/asqc
Author: Graham Klyne
Author-email: gk-pypi@ninebynine.org
License: MIT
Description: ASQC provides a simple command-line SPARQL query client.
        
        The intent is that this client can be used in Unix-style pipeline operations to perform sequences of query operations that pass information as RDF (from CONSTRUCT queries) or variable bindings (from SELECT queries).
        
        
        == Installation ==
        
        Assumes Python 2.7 installed; not yet tested with other versions.  Also not yet tested on systems other than Linux or MacOS.
        
        Installation is from the Python Package Index (PyPI - http://pypi.python.org/pypi):
        
            pip install asqc
        
        See the project page at github for more details.
        
        
        == Documentation ==
        
        Right now, there's not much.  After installation, type:
        
            asq --help
        
        for a usage summary, or see the example queries.
        
        
        == Examples ==
        
        The package includes a small number of sample queries.  See the project page at github for more details.
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
