Metadata-Version: 2.1
Name: natural
Version: 0.2.0
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
Keywords: natural data date file number size


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
