pluralizefr


Namepluralizefr JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
Summarypluralize for french language
upload_time2024-10-26 16:03:14
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ================
French Pluralize
================

Convert a singular word into plural according french grammar rules.
Plural to singular is available too (but some special cases are probably missing).


Usable as Jinja2 filter.

Licence
-------

BSD license (see LICENCE file)


Features
--------

1. Python code example:

.. code-block:: python

    import pluralizefr
    pluralizefr.pluralize("fromage") # return fromages
    pluralizefr.singularize("fromages") # return fromage


2. Jinja2 exemple:

.. code-block:: jinja2

    {{ 'fromage' | pluralize }}


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pluralizefr",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Yaal Coop <contact@yaal.coop>",
    "download_url": "https://files.pythonhosted.org/packages/5e/33/d094021a21ac6a46895e29bb8d59b71d2912ca2e20a8105609a64e764ca4/pluralizefr-0.0.1.tar.gz",
    "platform": null,
    "description": "================\nFrench Pluralize\n================\n\nConvert a singular word into plural according french grammar rules.\nPlural to singular is available too (but some special cases are probably missing).\n\n\nUsable as Jinja2 filter.\n\nLicence\n-------\n\nBSD license (see LICENCE file)\n\n\nFeatures\n--------\n\n1. Python code example:\n\n.. code-block:: python\n\n    import pluralizefr\n    pluralizefr.pluralize(\"fromage\") # return fromages\n    pluralizefr.singularize(\"fromages\") # return fromage\n\n\n2. Jinja2 exemple:\n\n.. code-block:: jinja2\n\n    {{ 'fromage' | pluralize }}\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "pluralize for french language",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/sblondon/pluralizefr"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "97427eda689175610868ad4bf741a7a265c4000a7f1f1fe64df10dbfb29bd241",
                "md5": "52ea8d9d47051763b7208a391aec97b3",
                "sha256": "dc3d2912b9b9ca8bf973178ae428f7affb505e0f1395e5ff1d965b1c518a58aa"
            },
            "downloads": -1,
            "filename": "pluralizefr-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "52ea8d9d47051763b7208a391aec97b3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3901,
            "upload_time": "2024-10-26T16:03:13",
            "upload_time_iso_8601": "2024-10-26T16:03:13.021885Z",
            "url": "https://files.pythonhosted.org/packages/97/42/7eda689175610868ad4bf741a7a265c4000a7f1f1fe64df10dbfb29bd241/pluralizefr-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5e33d094021a21ac6a46895e29bb8d59b71d2912ca2e20a8105609a64e764ca4",
                "md5": "d228e7c17d51218dabfdec20d863e74a",
                "sha256": "59163d5a40f5233f6e150b303cb667fdf26b3ad592d34aa122b376a63f0457cf"
            },
            "downloads": -1,
            "filename": "pluralizefr-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d228e7c17d51218dabfdec20d863e74a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 5113,
            "upload_time": "2024-10-26T16:03:14",
            "upload_time_iso_8601": "2024-10-26T16:03:14.682182Z",
            "url": "https://files.pythonhosted.org/packages/5e/33/d094021a21ac6a46895e29bb8d59b71d2912ca2e20a8105609a64e764ca4/pluralizefr-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-26 16:03:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sblondon",
    "github_project": "pluralizefr",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pluralizefr"
}
        
Elapsed time: 1.05770s