Metadata-Version: 1.0
Name: natto
Version: 0.1.6
Summary: Intended as a debug tool, natto returns a representation of python data structures as pretty HTML tables.
Home-page: natto.idontblog.de
Author: Thomas Schüßler
Author-email: vindolin@gmail.com
License: MIT License
Description: Intended as a debug tool, natto returns a representation of python data structures as pretty HTML tables.
        =========================================================================================================
        :Author:
            Thomas Schüßler <vindolin@gmail.com>
        
        About
        =====
        Take a look at http://natto.idontblog.de/ to get an idea what the output looks like.
        
        Requirements
        ============
            * python >= 2.5
            * modern webbrowser (IE works but is ugly)
        
        Usage
        =====
        Usage example::
        
            from natto import natto
            natto_html = natto(some_data_structure, with_css=True)
            
        TODO
        ====
            lots of things... this is alpha
        
        
        
        Changelog
        =========
        
        0.1.6 ~ July 25, 2011
        ---------------------
        - new option: blacklist
        - use __all__ instead of __dir__ where existent
        - option max_h defaults to 20
        
        0.1.5 ~ July 23, 2011
        ---------------------
        - fixed broken setup.py
        
        0.1.4 ~ July 22, 2011
        ---------------------
        - fixed broken javascript
        
        Bazaar Repo
        ===========
        https://launchpad.net/pynatto
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.5
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Debuggers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
