kivy-garden-i18n


Namekivy-garden-i18n JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/gottadiveintopython/i18n
Summaryi18n for Kivy
upload_time2023-11-11 12:20:31
maintainer
docs_urlNone
authorNattōsai Mitō
requires_python>=3.10,<4.0
licenseMIT
keywords kivy
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # kivy_garden.i18n

A library that assists in creating a Kivy app with internationalization support.

It's composed of the following two primary components:

- The **Font Finder** helps you find fonts.
  If your app doesn't need i18n support, and you just want to use pre-installed fonts to saving space, you probably only need this.
- The **Localizer** helps you switch texts and fonts according to "current language".

## Installation

```
pip install "kivy-garden-i18n>=0.2<0.3"
poetry add kivy-garden-i18n@~0.2
```

# Tested on

- CPython 3.10 + Kivy 2.2.1
- CPython 3.11 + Kivy 2.2.1

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/gottadiveintopython/i18n",
    "name": "kivy-garden-i18n",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "kivy",
    "author": "Natt\u014dsai Mit\u014d",
    "author_email": "flow4re2c@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/38/1e/fd5e8ef8f86e3466a945d1fcf2f18736ebc34935da631a70fe9bd38c2e1a/kivy_garden_i18n-0.2.0.tar.gz",
    "platform": null,
    "description": "# kivy_garden.i18n\n\nA library that assists in creating a Kivy app with internationalization support.\n\nIt's composed of the following two primary components:\n\n- The **Font Finder** helps you find fonts.\n  If your app doesn't need i18n support, and you just want to use pre-installed fonts to saving space, you probably only need this.\n- The **Localizer** helps you switch texts and fonts according to \"current language\".\n\n## Installation\n\n```\npip install \"kivy-garden-i18n>=0.2<0.3\"\npoetry add kivy-garden-i18n@~0.2\n```\n\n# Tested on\n\n- CPython 3.10 + Kivy 2.2.1\n- CPython 3.11 + Kivy 2.2.1\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "i18n for Kivy",
    "version": "0.2.0",
    "project_urls": {
        "Homepage": "https://github.com/gottadiveintopython/i18n",
        "Repository": "https://github.com/gottadiveintopython/i18n"
    },
    "split_keywords": [
        "kivy"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6d9037a9c2766a01645fae2dce74f9b8f3fd0478f8e073a7669ca30d3eb0dda8",
                "md5": "d3b355c33cac1e0120cec946aa89723b",
                "sha256": "70a5478259f75ed8b5cc0eb966dbe284d0cc2f5968583b28167da379fe008a7a"
            },
            "downloads": -1,
            "filename": "kivy_garden_i18n-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d3b355c33cac1e0120cec946aa89723b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 7556,
            "upload_time": "2023-11-11T12:20:30",
            "upload_time_iso_8601": "2023-11-11T12:20:30.464681Z",
            "url": "https://files.pythonhosted.org/packages/6d/90/37a9c2766a01645fae2dce74f9b8f3fd0478f8e073a7669ca30d3eb0dda8/kivy_garden_i18n-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "381efd5e8ef8f86e3466a945d1fcf2f18736ebc34935da631a70fe9bd38c2e1a",
                "md5": "4536ac1ae9717e27dcd82c535b252cb9",
                "sha256": "01caffbccb35f23d15995f00c89938fa98f822188a5109b24a554fce0a041981"
            },
            "downloads": -1,
            "filename": "kivy_garden_i18n-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "4536ac1ae9717e27dcd82c535b252cb9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 5782,
            "upload_time": "2023-11-11T12:20:31",
            "upload_time_iso_8601": "2023-11-11T12:20:31.946013Z",
            "url": "https://files.pythonhosted.org/packages/38/1e/fd5e8ef8f86e3466a945d1fcf2f18736ebc34935da631a70fe9bd38c2e1a/kivy_garden_i18n-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-11 12:20:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "gottadiveintopython",
    "github_project": "i18n",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "kivy-garden-i18n"
}
        
Elapsed time: 0.13681s