معرفی شرکت ها


avro.py-2023.4.3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A modern Pythonic implementation of Avro Phonetic.
ویژگی مقدار
سیستم عامل -
نام فایل avro.py-2023.4.3
نام avro.py
نسخه کتابخانه 2023.4.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده HitBlast
ایمیل نویسنده hitblastlive@gmail.com
آدرس صفحه اصلی https://github.com/hitblast/avro.py
آدرس اینترنتی https://pypi.org/project/avro.py/
مجوز MIT
<div align="center"> # <img src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/python/python.png" height="35px"/> avro.py A modern Pythonic implementation of the popular Bengali phonetic-typing software **Avro Phonetic.** [![Downloads](https://static.pepy.tech/personalized-badge/avro-py?period=total&units=international_system&left_color=grey&right_color=black&left_text=Downloads)](https://pepy.tech/project/avro-py) ![Python Version](https://img.shields.io/pypi/pyversions/avro.py.svg?color=black&label=Python) ![License](https://img.shields.io/pypi/l/avro.py.svg?color=black&label=License) <br> | Checks | Status | |:---|---:| | usability | [![Unit Tests](https://github.com/hitblast/avro.py/actions/workflows/unit-tests.yml/badge.svg?branch=main)](https://github.com/hitblast/avro.py/actions/workflows/unit-tests.yml) | | beauty | [![Linting](https://github.com/hitblast/avro.py/actions/workflows/linting.yml/badge.svg?branch=main)](https://github.com/hitblast/avro.py/actions/workflows/linting.yml) | | cleanliness | [![Format](https://github.com/hitblast/avro.py/actions/workflows/formatting.yml/badge.svg?branch=main)](https://github.com/hitblast/avro.py/actions/workflows/formatting.yml) | <br> </div> ## Overview **avro.py**, being a Python package, provides a text parser that converts English text written in Roman script to its phonetic equivalent of Bengali. It implements the **Avro Phonetic Dictionary Search Library** by [Mehdi Hasan Khan](https://github.com/mugli). The original project ([pyAvroPhonetic](https://github.com/kaustavdm/pyAvroPhonetic)) can only be used on versions up to **Python 2.7** and doesn't contain proper support for Python's third major version AKA Python 3. It is noteworthy that Python 2 has officially been deprecated by the original maintainers and its usage is being discouraged overall. <br> ## Inspirations This package is inspired from Rifat Nabi's jsAvroPhonetic library and derives from Kaustav Das Modak's pyAvroPhonetic. <br> ## Installation This package requires **Python 3.8 or higher** to be used inside your development environment. ```bash # install / upgrade $ pip install avro.py ``` <br> ## Usage Guide As of now, you can easily use avro.py by importing the module and calling the primary `parse` function. ```python import avro # Unicode parsed_text = avro.parse('ami banglay gan gai.') print(parsed_text) # ASCII parsed_ascii = avro.parse('srabon dharay', in_ascii=True) print(parsed_ascii) ``` Also, you can reverse unicode Bengali to English text as well (new, doesn't contain phonetic rules)! ```python import avro reversed_text = avro.reverse('আমার সোনার বাংলা।') print(reversed_text) # amar sonar bangla. ``` Other use cases include [your terminal](https://github.com/hitblast/avro.py-cli), literally! <br> ## Contributing :octocat: *Fork -> Do your changes -> Send a Pull Request, it's that easy!* <br> --- **Additional Developer Notes** In short, avro.py doesn't depend on any third-party libraries. However, if you'd like to contribute to the project, you'll need a handful of such useful tools. <br> - [flake8](https://flake8.pycqa.org/en/latest/) - linter - [pytest](https://pypi.python.org/pypi/pytest) - testing framework - [black](https://github.com/psf/black) - formatting ```bash # Installing the required developer toolchain. $ python3 -m pip install -r dev-requirements.txt # Running pytest. $ python3 -m pytest --verbose # The results should appear onwards. # The --verbose / -v flag is used to show all the test results in detail. ``` <br> ### We're looking for bug hunters! If you come across any kind of bug or wanna request a feature, please let us know by opening an issue [here](https://github.com/hitblast/avro.py/issues). We do need more ideas to keep the project alive and running, don't we? :P --- <br> ## Acknowledgements - [Mehdi Hasan Khan](https://github.com/mugli) for originally developing and maintaining [Avro Phonetic](https://github.com/omicronlab/Avro-Keyboard). - [Rifat Nabi](https://github.com/torifat) for porting it to Javascript. - [Sarim Khan](https://github.com/sarim) for writing ibus-avro which helped to clarify my concepts further. - [Kaustav Das Modak](https://github.com/kaustavdm) for porting Rifat Nabi's JavaScript iteration to Python 2. - Md Enzam Hossain for helping him understand the ins and outs of the Avro dictionary and the way it works. <br> ## License Licensed under the [MIT License](https://github.com/hitblast/avro.py/blob/main/LICENSE).


زبان مورد نیاز

مقدار نام
>=3.8 Python


نحوه نصب


نصب پکیج whl avro.py-2023.4.3:

    pip install avro.py-2023.4.3.whl


نصب پکیج tar.gz avro.py-2023.4.3:

    pip install avro.py-2023.4.3.tar.gz