avro.py-cli


Nameavro.py-cli JSON
Version 2023.1.20 PyPI version JSON
download
home_pagehttps://github.com/hitblast/avro.py-cli
SummaryA command-line wrapper for avro.py to ease Bangla phonetic workflow inside your terminal.
upload_time2023-01-20 16:59:37
maintainer
docs_urlNone
authorHitBlast
requires_python>=3.8
licenseMIT
keywords python avro avro phonetic bangla bangla phonetics bengali bengali phonetics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# avro.py-cli

A command-line wrapper for avro.py to ease Bangla phonetic workflow inside your terminal.

[![Linting](https://github.com/hitblast/avro.py-cli/actions/workflows/linting.yml/badge.svg?branch=main)](https://github.com/hitblast/avro.py-cli/actions/workflows/linting.yml)
![License](https://img.shields.io/pypi/l/avro.py-cli.svg?color=black&label=License)
![Python Version](https://img.shields.io/pypi/pyversions/avro.py-cli.svg?color=black&label=Python)

<img src="static/terminal_demo.png" alt="Terminal Demo">

## Overview

This Python package wraps around [avro.py](https://pypi.org/project/avro.py) in order to add support for terminal-based Bangla text parsing. It's completely optional over its parent package and completely depends on your workflow as a developer or as a conventional user.

<br>

## Installation

avro.py-cli can be installed with development environments running **Python 3.8** or later. You'll also need to have the latest version of [avro.py](https://pypi.org/project/avro.py) installed in order for the wrapper to actually work. If not installed, though, the command below will also install it as a dependency.

```bash
# installation / upgrade

$ pip install -U avro.py-cli
```

<br>

## Usage Guide

If you have done the installation correctly, the usage should be pretty easy as well:

```bash
# Get help regarding the CLI inside your terminal.
$ python3 -m avro --help 
$ avro --help 
# Minified, both of them can work depending on your environment.

# Parse a text.
$ avro parse --text "ami banglay gan gai."
$ avro parse -t "eije dekh waTar." 
# Minified --text option.

# Parse multiple texts.
$ avro parse -t "amar swopnera" -t "Dana mele ure cole" -t "obarito nIle."
```

Note that each time you parse some text, the output will be automatically copied to your clipboard for convenience.

<br>

## License

```
MIT License

Copyright (c) 2022 HitBlast

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```

The original license text can be found [in this document.](https://github.com/hitblast/avro.py-cli/blob/main/LICENSE)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hitblast/avro.py-cli",
    "name": "avro.py-cli",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "python,avro,avro phonetic,bangla,bangla phonetics,bengali,bengali phonetics",
    "author": "HitBlast",
    "author_email": "hitblastlive@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/6e/fb/0b9d094c07546fb1c1d75c399887c592f3ef1a8a90137906cec6292ff754/avro.py-cli-2023.1.20.tar.gz",
    "platform": null,
    "description": "\n# avro.py-cli\n\nA command-line wrapper for avro.py to ease Bangla phonetic workflow inside your terminal.\n\n[![Linting](https://github.com/hitblast/avro.py-cli/actions/workflows/linting.yml/badge.svg?branch=main)](https://github.com/hitblast/avro.py-cli/actions/workflows/linting.yml)\n![License](https://img.shields.io/pypi/l/avro.py-cli.svg?color=black&label=License)\n![Python Version](https://img.shields.io/pypi/pyversions/avro.py-cli.svg?color=black&label=Python)\n\n<img src=\"static/terminal_demo.png\" alt=\"Terminal Demo\">\n\n## Overview\n\nThis Python package wraps around [avro.py](https://pypi.org/project/avro.py) in order to add support for terminal-based Bangla text parsing. It's completely optional over its parent package and completely depends on your workflow as a developer or as a conventional user.\n\n<br>\n\n## Installation\n\navro.py-cli can be installed with development environments running **Python 3.8** or later. You'll also need to have the latest version of [avro.py](https://pypi.org/project/avro.py) installed in order for the wrapper to actually work. If not installed, though, the command below will also install it as a dependency.\n\n```bash\n# installation / upgrade\n\n$ pip install -U avro.py-cli\n```\n\n<br>\n\n## Usage Guide\n\nIf you have done the installation correctly, the usage should be pretty easy as well:\n\n```bash\n# Get help regarding the CLI inside your terminal.\n$ python3 -m avro --help \n$ avro --help \n# Minified, both of them can work depending on your environment.\n\n# Parse a text.\n$ avro parse --text \"ami banglay gan gai.\"\n$ avro parse -t \"eije dekh waTar.\" \n# Minified --text option.\n\n# Parse multiple texts.\n$ avro parse -t \"amar swopnera\" -t \"Dana mele ure cole\" -t \"obarito nIle.\"\n```\n\nNote that each time you parse some text, the output will be automatically copied to your clipboard for convenience.\n\n<br>\n\n## License\n\n```\nMIT License\n\nCopyright (c) 2022 HitBlast\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n\nThe original license text can be found [in this document.](https://github.com/hitblast/avro.py-cli/blob/main/LICENSE)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A command-line wrapper for avro.py to ease Bangla phonetic workflow inside your terminal.",
    "version": "2023.1.20",
    "split_keywords": [
        "python",
        "avro",
        "avro phonetic",
        "bangla",
        "bangla phonetics",
        "bengali",
        "bengali phonetics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "39d8e9863eeeee490b4941493ca9a74adab8f95f61b2796e7499a83f92454e73",
                "md5": "2f170f8fea2fde5feabebd47847d694b",
                "sha256": "99c472734021e1beafef3fda96bd71c46871a8885112638bf25a2fa513802e40"
            },
            "downloads": -1,
            "filename": "avro.py_cli-2023.1.20-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2f170f8fea2fde5feabebd47847d694b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 6383,
            "upload_time": "2023-01-20T16:59:36",
            "upload_time_iso_8601": "2023-01-20T16:59:36.219858Z",
            "url": "https://files.pythonhosted.org/packages/39/d8/e9863eeeee490b4941493ca9a74adab8f95f61b2796e7499a83f92454e73/avro.py_cli-2023.1.20-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6efb0b9d094c07546fb1c1d75c399887c592f3ef1a8a90137906cec6292ff754",
                "md5": "a444af36109bce00a0bc918851e0efa6",
                "sha256": "d18b37fe3f47be0527221fc58015cd43c88ef892c145ac0bd7c4301ca3dff72a"
            },
            "downloads": -1,
            "filename": "avro.py-cli-2023.1.20.tar.gz",
            "has_sig": false,
            "md5_digest": "a444af36109bce00a0bc918851e0efa6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 4316,
            "upload_time": "2023-01-20T16:59:37",
            "upload_time_iso_8601": "2023-01-20T16:59:37.345606Z",
            "url": "https://files.pythonhosted.org/packages/6e/fb/0b9d094c07546fb1c1d75c399887c592f3ef1a8a90137906cec6292ff754/avro.py-cli-2023.1.20.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-20 16:59:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "hitblast",
    "github_project": "avro.py-cli",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "avro.py-cli"
}
        
Elapsed time: 0.03188s