Metadata-Version: 1.1
Name: cs.mappings
Version: 20180720
Summary: Facilities for mappings and objects associated with mappings.
Home-page: https://bitbucket.org/cameron_simpson/css/commits/all
Author: Cameron Simpson
Author-email: cs@cskk.id.au
License: UNKNOWN
Description: In particular:
        
            - named_column_tuple(column_names), a function returning a factory
                for namedtuples subclasses derived from the supplied column
                names
        
            - named_column_tuples(rows), a function returning a namedtuple
                factory and an iterable of instances containing the row data
        
            These are used by the csv_import and xl_import functions from cs.csvutils.
Keywords: python2,python3
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
