Metadata-Version: 1.1
Name: toytable
Version: 0.0.34
Summary: Simple in-memory tables in pure Python.
Home-page: https://bitbucket.org/salimfadhley/toytable
Author: Salim Fadhley
Author-email: salimfadhley@gmail.com
License: MIT
Description: Toytable
        ========
        
        Toytable is a lightweight python table library. It provides a class called Table  which is suitable for representing one-dimensional tables (e.g. time-sequences).
        
        It is suitable for data analysis tasks. 
        
        Toytable is built with an emphasis on simplicity, both in interface and internal design rather than performance or scalability. Toytable is intended to have as few dependancies as possible, and is therefore suitable for casual development tasks.
        
        Toytable is not intended for high performance or scalability. Toytable is not complete. For these reasons, please consider evaluating other more mature packages (e.g. Pandas).
        
        Project Status
        --------------
        
        .. image:: https://drone.io/bitbucket.org/salimfadhley/toytable/status.png
           :target: https://drone.io/bitbucket.org/salimfadhley/toytable
        
        .. image:: https://pypip.in/wheel/toytable/badge.png
                :target: https://pypi.python.org/pypi/toytable/
        
        .. image:: https://pypip.in/license/toytable/badge.png
                :target: https://pypi.python.org/pypi/toytable/
        
        .. image:: https://pypip.in/download/toytable/badge.png
            :target: https://pypi.python.org/pypi//toytable/
            :alt: Downloads
        
        About this project
        ------------------
        
        * Documentation: http://toytable.readthedocs.org
        * Latest release: https://pypi.python.org/pypi/toytable/
        * Latest source: https://bitbucket.org/salimfadhley/toytable
        * Issues: https://bitbucket.org/salimfadhley/toytable/issues?status=new&status=open
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Testing
