natural3

Convert data to their natural (human-readable) format (fork for py3k support)


Keywords
natural, data, date, file, number, size
License
MIT
Install
pip install natural3==0.1.6

Documentation

About

Convert data to their natural (human-readable) format.

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

Documentation

Auto-generated documentation for the development version of natural is automagically available at http://natural.readthedocs.org/

Bugs/Features

You can issue a ticket in GitHub: https://github.com/tehmaze/natural/issues

Project Status

Tavis-CI Build Status