Metadata-Version: 1.1
Name: RecSQL
Version: 0.7.9
Summary: Treat SQLite tables as recarrays
Home-page: https://github.com/orbeckst/RecSQL
Author: Oliver Beckstein
Author-email: orbeckst@gmail.com
License: GPLv3
Description: A simple implementation of numpy.recarray-like tables that can
        be operated on via SQL. The underlying tables are SQLite tables
        that are built from a numpy.recarray or a general iterator.
        
Keywords: utilities numpy SQLite SQL CSV
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Text Processing
Classifier: Topic :: Database
