Metadata-Version: 1.1
Name: rows
Version: 0.3.1
Summary: A common, beautiful interface to tabular data, no matter the format
Home-page: https://github.com/turicas/rows/
Author: Álvaro Justen
Author-email: alvarojusten@gmail.com
License: UNKNOWN
Description: No matter in which format your tabular data is: rows will import it,
        automatically detect types and give you high-level Python objects so you can
        start working with the data instead of trying to parse it. It is also
        locale-and-unicode aware. :)
        
        See a quick start tutorial at:
            https://github.com/turicas/rows/blob/develop/README.md
Keywords: tabular,table,csv,xls,xlsx,xpath,sqlite,html,rows,data,opendata
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: Topic :: Utilities
