prop2po


Nameprop2po JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttps://github.com/mivek/prop2po
SummaryPackage converting java property file to Gettext PO
upload_time2024-07-20 09:23:05
maintainerNone
docs_urlNone
authorJean-Kevin KPADEY
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Prop2PO

Prop2PO package converts a java property file into a Gettext PO file.

## Installation

You can install the package from pypi. 

```shell
pip install prop2po
```

## Usage

```shell
# Basic use of the package
prop2po messages.properties messages.po
```

The available options are

| Name       | Shortcut | Type | Explanation                 |
|------------|----------|------|-----------------------------|
| --language | -l       | TEXT | Language of the translation |
| --project  | -p       | TEXT | Name of the project         |
| --encoding | -e       | TEXT | Encoding of the file        |


```shell
# Print help
prop2po --help
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mivek/prop2po",
    "name": "prop2po",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Jean-Kevin KPADEY",
    "author_email": "jeankevin.kpadey@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/0e/66/a4a6994e0efc2215bad18b6bb5f296a17200416485455625e998e55f29c5/prop2po-1.1.0.tar.gz",
    "platform": null,
    "description": "# Prop2PO\n\nProp2PO package converts a java property file into a Gettext PO file.\n\n## Installation\n\nYou can install the package from pypi. \n\n```shell\npip install prop2po\n```\n\n## Usage\n\n```shell\n# Basic use of the package\nprop2po messages.properties messages.po\n```\n\nThe available options are\n\n| Name       | Shortcut | Type | Explanation                 |\n|------------|----------|------|-----------------------------|\n| --language | -l       | TEXT | Language of the translation |\n| --project  | -p       | TEXT | Name of the project         |\n| --encoding | -e       | TEXT | Encoding of the file        |\n\n\n```shell\n# Print help\nprop2po --help\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Package converting java property file to Gettext PO",
    "version": "1.1.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/mivek/prop2po/issues",
        "Homepage": "https://github.com/mivek/prop2po"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2135ccda52a07f5f993d686926f3114d53cf551421ee48becf21d33ea4b33855",
                "md5": "8d0077607d7aecf0ab46852546cb5381",
                "sha256": "4f49cb8226f262164ed04a1cacdd85dfbcca424b320150f50b96121e52339769"
            },
            "downloads": -1,
            "filename": "prop2po-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8d0077607d7aecf0ab46852546cb5381",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3542,
            "upload_time": "2024-07-20T09:23:03",
            "upload_time_iso_8601": "2024-07-20T09:23:03.812111Z",
            "url": "https://files.pythonhosted.org/packages/21/35/ccda52a07f5f993d686926f3114d53cf551421ee48becf21d33ea4b33855/prop2po-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0e66a4a6994e0efc2215bad18b6bb5f296a17200416485455625e998e55f29c5",
                "md5": "342124d090622013de0b1fe112f2d8c6",
                "sha256": "98b45d8bb61743bb056f01ae4a16f7c967a808cd593f69f039d038e1588d8375"
            },
            "downloads": -1,
            "filename": "prop2po-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "342124d090622013de0b1fe112f2d8c6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2982,
            "upload_time": "2024-07-20T09:23:05",
            "upload_time_iso_8601": "2024-07-20T09:23:05.061055Z",
            "url": "https://files.pythonhosted.org/packages/0e/66/a4a6994e0efc2215bad18b6bb5f296a17200416485455625e998e55f29c5/prop2po-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-20 09:23:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mivek",
    "github_project": "prop2po",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "prop2po"
}
        
Elapsed time: 0.32970s