https://github.com/tehmaze/natural
Convert data to their natural (human-readable) format
https://github.com/tehmaze/natural
Last synced: over 1 year ago
JSON representation
Convert data to their natural (human-readable) format
- Host: GitHub
- URL: https://github.com/tehmaze/natural
- Owner: tehmaze
- License: mit
- Created: 2012-06-13T12:50:23.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2021-11-04T15:51:15.000Z (over 4 years ago)
- Last Synced: 2025-03-01T11:34:52.591Z (over 1 year ago)
- Language: Python
- Homepage: http://natural.readthedocs.org/
- Size: 221 KB
- Stars: 30
- Watchers: 6
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
About
=====
Convert data to their natural (human-readable) format.
Example Usage
=============
Basic usage:
```python
>>> from natural.file import accessed
>>> print accessed(__file__)
just now
```
We speak your language (with [your support](https://github.com/tehmaze/natural/wiki/translate)):
```python
>>> 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
==============
[](https://travis-ci.org/tehmaze/natural)