Socket
Socket
Sign inDemoInstall

will-natural

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    will-natural

Convert data to their natural (human-readable) format


Maintainers
1

Readme

This is a temporary fork of the official natural <https://github.com/tehmaze/natural> repo to add Python 3 support, and allow pip to keep working with the behavior changes with the --process-dependency-links deprecation.

Once the python 3 pull request <https://github.com/tehmaze/natural/pull/13> is merged and a new version is released, this package will be deleted.

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

FAQs


Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc