natural


Namenatural JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/tehmaze/natural
SummaryConvert data to their natural (human-readable) format
upload_time2016-06-07 08:48:17
maintainerNone
docs_urlNone
authorWijnand Modderman-Lenstra
requires_pythonNone
licenseMIT
keywords natural data date file number size
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            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
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tehmaze/natural",
    "name": "natural",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "natural data date file number size",
    "author": "Wijnand Modderman-Lenstra",
    "author_email": "maze@pyth0n.org",
    "download_url": "https://files.pythonhosted.org/packages/0d/ef/68cf67e7dded77070f3471cfaa36b4f59416011307f74d25ee16be94b5ee/natural-0.2.0.tar.gz",
    "platform": "UNKNOWN",
    "description": "Example Usage\n=============\n\nBasic usage::\n\n    >>> from natural.file import accessed\n    >>> print accessed(__file__)\n    just now\n\nWe speak your language (with `your support`_)::\n\n    >>> import locale\n    >>> locale.setlocale(locale.LC_MESSAGES, 'nl_NL')\n    >>> print accessed(__file__)\n    zojuist\n\nBugs/Features\n=============\n\nYou can issue a ticket in GitHub: https://github.com/tehmaze/natural/issues\n\nDocumentation\n=============\n\nThe project documentation can be found at http://natural.rtfd.org/\n\n.. _your support: http://natural.readthedocs.org/en/latest/locales.html",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Convert data to their natural (human-readable) format",
    "version": "0.2.0",
    "project_urls": {
        "Download": "UNKNOWN",
        "Homepage": "https://github.com/tehmaze/natural"
    },
    "split_keywords": [
        "natural",
        "data",
        "date",
        "file",
        "number",
        "size"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0def68cf67e7dded77070f3471cfaa36b4f59416011307f74d25ee16be94b5ee",
                "md5": "b8fd5d084c839432723fd2aa589ff6cb",
                "sha256": "18c83662d2d33fd7e6eee4e3b0d7366e1ce86225664e3127a2aaf0a3233f7df2"
            },
            "downloads": -1,
            "filename": "natural-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b8fd5d084c839432723fd2aa589ff6cb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 27274,
            "upload_time": "2016-06-07T08:48:17",
            "upload_time_iso_8601": "2016-06-07T08:48:17.791586Z",
            "url": "https://files.pythonhosted.org/packages/0d/ef/68cf67e7dded77070f3471cfaa36b4f59416011307f74d25ee16be94b5ee/natural-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2016-06-07 08:48:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tehmaze",
    "github_project": "natural",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "natural"
}
        
Elapsed time: 0.12864s