Metadata-Version: 1.1
Name: featurevectormatrix
Version: 0.1.0
Summary: Python class to encapsulate different representations of large datasets
Home-page: https://github.com/talentpair/featurevectormatrix
Author: Jeremy Robin
Author-email: jeremy.robin@gmail.com
License: BSD
Description: ===============================
        Feature Vector Matrix
        ===============================
        
        .. image:: https://badge.fury.io/py/featurevectormatrix.png
            :target: http://badge.fury.io/py/featurevectormatrix
        
        .. image:: https://travis-ci.org/talentpair/featurevectormatrix.png?branch=master
                :target: https://travis-ci.org/talentpair/featurevectormatrix
        
        .. image:: https://pypip.in/d/featurevectormatrix/badge.png
                :target: https://pypi.python.org/pypi/featurevectormatrix
        
        
        Python class to encapsulate different representations of large datasets
        
        * Free software: BSD license
        * Documentation: https://featurevectormatrix.readthedocs.org.
        
        Features
        --------
        
        * Python class to encapsulate different representations of large datasets
        * Rows can be inserted as python dictionaries or arrays
        * They can be pulled out as dictionaries or arrays
        
        
        
        History
        -------
        
        0.1.0 (2014-09-12)
        ---------------------
        
        * First release on PyPI.
Keywords: featurevectormatrix
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
