• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

natural/H07-Jun-2016-2,2921,860

natural.egg-info/H03-May-2022-4029

PKG-INFOH A D07-Jun-20161.1 KiB4029

READMEH A D07-Jun-2016871 4328

setup.cfgH A D07-Jun-201659 64

setup.pyH A D07-Jun-20161.1 KiB4936

README

1About
2=====
3
4Convert data to their natural (human-readable) format.
5
6Example Usage
7=============
8
9Basic usage:
10
11```python
12
13    >>> from natural.file import accessed
14    >>> print accessed(__file__)
15    just now
16```
17
18We speak your language (with [your support](https://github.com/tehmaze/natural/wiki/translate)):
19
20```python
21
22    >>> import locale
23    >>> locale.setlocale(locale.LC_MESSAGES, 'nl_NL')
24    >>> print accessed(__file__)
25    zojuist
26```
27
28Documentation
29=============
30
31Auto-generated documentation for the development version of natural is
32automagically available at http://natural.readthedocs.org/
33
34Bugs/Features
35=============
36
37You can issue a ticket in GitHub: https://github.com/tehmaze/natural/issues
38
39Project Status
40==============
41
42[![Tavis-CI Build Status](https://travis-ci.org/tehmaze/natural.png?branch=master)](https://travis-ci.org/tehmaze/natural)
43