flufl.i18n


Nameflufl.i18n JSON
Version 5.1.0 PyPI version JSON
download
home_pageNone
SummaryA high level API for internationalizing Python libraries and applications
upload_time2024-03-31 02:51:37
maintainerNone
docs_urlhttps://pythonhosted.org/flufl.i18n/
authorNone
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-2024 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": null,
    "name": "flufl.i18n",
    "maintainer": null,
    "docs_url": "https://pythonhosted.org/flufl.i18n/",
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "i18n, internationalization",
    "author": null,
    "author_email": "Barry Warsaw <barry@python.org>",
    "download_url": "https://files.pythonhosted.org/packages/d2/5a/f5e0092801689c8f6dfb7b77623691b0f6284c3d3c249dcf7085cdf359fd/flufl_i18n-5.1.0.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-2024 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.1.0",
    "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": null,
            "digests": {
                "blake2b_256": "ffd19afccb671cfd9cfa120985c5e7ccf8cee2869faca7bfc73946440aa5a1f6",
                "md5": "b5e70673872e2cc17b4b56bebc1f1b7f",
                "sha256": "957d8f9b2805a06c14a494a56aafe029656f028dde539bb5b263dea62262c576"
            },
            "downloads": -1,
            "filename": "flufl_i18n-5.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b5e70673872e2cc17b4b56bebc1f1b7f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 10690,
            "upload_time": "2024-03-31T02:51:35",
            "upload_time_iso_8601": "2024-03-31T02:51:35.392910Z",
            "url": "https://files.pythonhosted.org/packages/ff/d1/9afccb671cfd9cfa120985c5e7ccf8cee2869faca7bfc73946440aa5a1f6/flufl_i18n-5.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d25af5e0092801689c8f6dfb7b77623691b0f6284c3d3c249dcf7085cdf359fd",
                "md5": "b9ff8305e302758a21be9a29c467ccf2",
                "sha256": "ba7620b27f0de0777cdaacf398340b34f8745eae4d555b3c31a13e02629da42e"
            },
            "downloads": -1,
            "filename": "flufl_i18n-5.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b9ff8305e302758a21be9a29c467ccf2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 20831,
            "upload_time": "2024-03-31T02:51:37",
            "upload_time_iso_8601": "2024-03-31T02:51:37.088668Z",
            "url": "https://files.pythonhosted.org/packages/d2/5a/f5e0092801689c8f6dfb7b77623691b0f6284c3d3c249dcf7085cdf359fd/flufl_i18n-5.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-31 02:51:37",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "warsaw",
    "gitlab_project": "flufl.i18n",
    "lcname": "flufl.i18n"
}
        
Elapsed time: 0.21893s