babbleon


Namebabbleon JSON
Version 0.1.5 PyPI version JSON
download
home_pagehttps://github.com/dengdengyee/babbleon
Summarybabbleon - Manage your app translations with ease.
upload_time2024-10-26 06:05:37
maintainerNone
docs_urlNone
authormh
requires_python<4.0,>=3.12
licenseMIT
keywords translation i18n cli localization
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # babbleon

Manage your app translations with ease. babbleon is a command-line tool that helps you manage, validate, and generate translations for your applications.

## Features

- 🚀 **Quick Setup**: Initialize translation configs with a single command
- ✅ **Validation**: Ensure translation references are valid and documented
- 🌍 **Multi-language**: Generate translations for multiple languages
- 📝 **Documentation**: Keep translation contexts organized

## Installation

```bash
pip install babbleon
```

## Quick Start

1. Initialize babbleon in your project:
```bash
babbleon init
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/dengdengyee/babbleon",
    "name": "babbleon",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.12",
    "maintainer_email": null,
    "keywords": "translation, i18n, cli, localization",
    "author": "mh",
    "author_email": "akic4op4@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/09/6e/21a9a9af92f18b35da3dc3be2eb887351f25a31ae0615d3c8539631c7d8a/babbleon-0.1.5.tar.gz",
    "platform": null,
    "description": "# babbleon\n\nManage your app translations with ease. babbleon is a command-line tool that helps you manage, validate, and generate translations for your applications.\n\n## Features\n\n- \ud83d\ude80 **Quick Setup**: Initialize translation configs with a single command\n- \u2705 **Validation**: Ensure translation references are valid and documented\n- \ud83c\udf0d **Multi-language**: Generate translations for multiple languages\n- \ud83d\udcdd **Documentation**: Keep translation contexts organized\n\n## Installation\n\n```bash\npip install babbleon\n```\n\n## Quick Start\n\n1. Initialize babbleon in your project:\n```bash\nbabbleon init\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "babbleon - Manage your app translations with ease.",
    "version": "0.1.5",
    "project_urls": {
        "Homepage": "https://github.com/dengdengyee/babbleon",
        "Repository": "https://github.com/dengdengyee/babbleon"
    },
    "split_keywords": [
        "translation",
        " i18n",
        " cli",
        " localization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "88893d2292809bfe3fdbf5fc7870aaea09991e0346660b5b7cf60f38a0b822fc",
                "md5": "8f4b7e0801755bac0b68bb4038e0494d",
                "sha256": "409e1ac09c579dd0b710faaa2e5e48e4a85a3a738351dd122914f6670f403b5d"
            },
            "downloads": -1,
            "filename": "babbleon-0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8f4b7e0801755bac0b68bb4038e0494d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.12",
            "size": 11157,
            "upload_time": "2024-10-26T06:05:35",
            "upload_time_iso_8601": "2024-10-26T06:05:35.431261Z",
            "url": "https://files.pythonhosted.org/packages/88/89/3d2292809bfe3fdbf5fc7870aaea09991e0346660b5b7cf60f38a0b822fc/babbleon-0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "096e21a9a9af92f18b35da3dc3be2eb887351f25a31ae0615d3c8539631c7d8a",
                "md5": "f9792abcc492d2095de34958f55409df",
                "sha256": "ebf47c6d788a96522c77a9feb10762f89fa8bd67e770039c49179cb3ef8db541"
            },
            "downloads": -1,
            "filename": "babbleon-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "f9792abcc492d2095de34958f55409df",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.12",
            "size": 7370,
            "upload_time": "2024-10-26T06:05:37",
            "upload_time_iso_8601": "2024-10-26T06:05:37.020295Z",
            "url": "https://files.pythonhosted.org/packages/09/6e/21a9a9af92f18b35da3dc3be2eb887351f25a31ae0615d3c8539631c7d8a/babbleon-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-26 06:05:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dengdengyee",
    "github_project": "babbleon",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "babbleon"
}
        
mh
Elapsed time: 0.49203s