Metadata-Version: 1.0
Name: natural
Version: 0.1.2
Summary: Convert data to their natural (human-readable) format
Home-page: https://github.com/tehmaze/natural
Author: Wijnand Modderman-Lenstra
Author-email: maze@pyth0n.org
License: MIT
Description: 
        Example Usage
        =============
        
        Basic usage::
        
            >>> from natural.file import accessed
            >>> print accessed(__file__)
            just now
        
        We speak your language (with `your support`_)::
        
            >>> import locale
            >>> locale.setlocale(locale.LC_MESSAGES, 'nl_NL')
            >>> print accessed(__file__)
            zojuist
        
        Bugs/Features
        =============
        
        You can issue a ticket in GitHub: https://github.com/tehmaze/natural/issues
        
        Documentation
        =============
        
        The project documentation can be found at http://natural.rtfd.org/
        
        .. _your support: http://natural.readthedocs.org/en/latest/locales.html
        
Keywords: natural data date file number size
Platform: UNKNOWN
