🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

natural3

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

natural3

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

0.1.6
PyPI
Maintainers
1

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

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts