flufl-i18n


Nameflufl-i18n JSON
Version 5.0.1 PyPI version JSON
download
home_page
SummaryA high level API for internationalizing Python libraries and applications
upload_time2023-06-13 20:27:57
maintainer
docs_urlhttps://pythonhosted.org/flufl-i18n/
author
requires_python>=3.8
licenseApache-2.0
keywords i18n internationalization
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==========
flufl.i18n
==========

A high level API for internationalizing Python libraries and applications.

The ``flufl.i18n`` library provides a convenient API for managing translation
contexts in Python applications.  It provides facilities not only for
single-context applications like command line scripts, but also more
sophisticated management of multiple-context applications such as Internet
servers.


Author
======

``flufl.i18n`` is Copyright (C) 2004-2023 Barry Warsaw <barry@python.org>

Licensed under the terms of the Apache License Version 2.0.  See the LICENSE
file for details.


Project details
===============

 * Project home: https://gitlab.com/warsaw/flufl.i18n
 * Report bugs at: https://gitlab.com/warsaw/flufl.i18n/issues
 * Code hosting: https://gitlab.com/warsaw/flufl.i18n.git
 * Documentation: https://flufli18n.readthedocs.io/
 * PyPI: https://pypi.python.org/pypi/flufl.i18n

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "flufl-i18n",
    "maintainer": "",
    "docs_url": "https://pythonhosted.org/flufl-i18n/",
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "i18n internationalization",
    "author": "",
    "author_email": "Barry Warsaw <barry@python.org>",
    "download_url": "https://files.pythonhosted.org/packages/45/b0/edeae6e808feed72106b032a45108efbc2dc1844a9be5581be38561710e8/flufl_i18n-5.0.1.tar.gz",
    "platform": null,
    "description": "==========\nflufl.i18n\n==========\n\nA high level API for internationalizing Python libraries and applications.\n\nThe ``flufl.i18n`` library provides a convenient API for managing translation\ncontexts in Python applications.  It provides facilities not only for\nsingle-context applications like command line scripts, but also more\nsophisticated management of multiple-context applications such as Internet\nservers.\n\n\nAuthor\n======\n\n``flufl.i18n`` is Copyright (C) 2004-2023 Barry Warsaw <barry@python.org>\n\nLicensed under the terms of the Apache License Version 2.0.  See the LICENSE\nfile for details.\n\n\nProject details\n===============\n\n * Project home: https://gitlab.com/warsaw/flufl.i18n\n * Report bugs at: https://gitlab.com/warsaw/flufl.i18n/issues\n * Code hosting: https://gitlab.com/warsaw/flufl.i18n.git\n * Documentation: https://flufli18n.readthedocs.io/\n * PyPI: https://pypi.python.org/pypi/flufl.i18n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A high level API for internationalizing Python libraries and applications",
    "version": "5.0.1",
    "project_urls": {
        "Bug tracker": "https://gitlab.com/warsaw/flufl.i18n/issues",
        "Documentation": "https://flufli18n.readthedocs.io",
        "Home page": "https://flufli18n.readthedocs.io",
        "Source code": "https://gitlab.com/warsaw/flufl.i18n.git"
    },
    "split_keywords": [
        "i18n",
        "internationalization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e1ca8e71143fad76dec73f3dc4532b7eb0dc82efd292784cd02b9eb1127ca8e2",
                "md5": "a348779e72cbdb001c29f3a3e3add3cc",
                "sha256": "9a35351abaa10400d31e2bdd3b7479655c952db6ec96e1258be0401b484ece1a"
            },
            "downloads": -1,
            "filename": "flufl_i18n-5.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a348779e72cbdb001c29f3a3e3add3cc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 10839,
            "upload_time": "2023-06-13T20:27:56",
            "upload_time_iso_8601": "2023-06-13T20:27:56.568496Z",
            "url": "https://files.pythonhosted.org/packages/e1/ca/8e71143fad76dec73f3dc4532b7eb0dc82efd292784cd02b9eb1127ca8e2/flufl_i18n-5.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "45b0edeae6e808feed72106b032a45108efbc2dc1844a9be5581be38561710e8",
                "md5": "2a1529b61e0906c67a1a998f4473c792",
                "sha256": "dba7f2115657242975d688e00ca5db4ab69640786ac09b3cb0b1d91be414fb3a"
            },
            "downloads": -1,
            "filename": "flufl_i18n-5.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "2a1529b61e0906c67a1a998f4473c792",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 21621,
            "upload_time": "2023-06-13T20:27:57",
            "upload_time_iso_8601": "2023-06-13T20:27:57.883626Z",
            "url": "https://files.pythonhosted.org/packages/45/b0/edeae6e808feed72106b032a45108efbc2dc1844a9be5581be38561710e8/flufl_i18n-5.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-13 20:27:57",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "warsaw",
    "gitlab_project": "flufl.i18n",
    "lcname": "flufl-i18n"
}
        
Elapsed time: 0.08025s