Skip to main content

A modern Pythonic implementation of Avro Phonetic.

Project description

avro.py

A modern Pythonic implementation of the popular Bengali phonetic-typing software Avro Phonetic.

Downloads Python Version License


Checks Status
usability Unit Tests
beauty Linting
cleanliness Format

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.

The original project (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.


Inspirations

This package is inspired from Rifat Nabi's jsAvroPhonetic library and derives from Kaustav Das Modak's pyAvroPhonetic.


Installation

This package requires Python 3.8 or higher to be used inside your development environment.

# install / upgrade
$ pip install avro.py

Usage Guide

As of now, you can easily use avro.py by importing the module and calling the primary parse function.

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)!

import avro

reversed_text = avro.reverse('আমার সোনার বাংলা।')
print(reversed_text)

# amar sonar bangla.

Other use cases include your terminal, literally!


Contributing

:octocat: Fork -> Do your changes -> Send a Pull Request, it's that easy!


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.

# 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.

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. We do need more ideas to keep the project alive and running, don't we? :P



Acknowledgements

  • Mehdi Hasan Khan for originally developing and maintaining Avro Phonetic.
  • Rifat Nabi for porting it to Javascript.
  • Sarim Khan for writing ibus-avro which helped to clarify my concepts further.
  • Kaustav Das Modak 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.

License

Licensed under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

avro.py-2023.4.3.tar.gz (17.5 kB view details)

Uploaded Source

Built Distribution

avro.py-2023.4.3-py3-none-any.whl (18.3 kB view details)

Uploaded Python 3

File details

Details for the file avro.py-2023.4.3.tar.gz.

File metadata

  • Download URL: avro.py-2023.4.3.tar.gz
  • Upload date:
  • Size: 17.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for avro.py-2023.4.3.tar.gz
Algorithm Hash digest
SHA256 77cc05f763dfb48412b99eb8e1abb03e1b31258f51af2a3acc4616c99fadf7b7
MD5 b8592c034d77541583ef36795e9a38c2
BLAKE2b-256 6da7b3d9967d425e92f98596393fede653921c9de3bca59eab7dfc996630c184

See more details on using hashes here.

File details

Details for the file avro.py-2023.4.3-py3-none-any.whl.

File metadata

  • Download URL: avro.py-2023.4.3-py3-none-any.whl
  • Upload date:
  • Size: 18.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for avro.py-2023.4.3-py3-none-any.whl
Algorithm Hash digest
SHA256 21a80832c16ed2dd81f11536740fbf6876e05aa70f74469e97d72409b0234348
MD5 37e2956a4ed3531050efd003d12da369
BLAKE2b-256 a1238ef049cf394a14c750532397d23f9d09d6e8c19870e83013b84b71aaf308

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page