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



Unit Tests Linting Formatting


⚡ Overview

avro.py provides a fully fledged, batteries-included text parser which can parse, reverse and even convert English Roman script into its phonetic equivalent (unicode) of Bengali. At its core, it implements an extensively modified version of 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

1. parse()

This is the most basic use case for avro.py, which includes parsing English Roman script to unicode Bengali:

# Imports.
import avro

# Parsing some text.
output = avro.parse('ami banglay gan gai.')
print(output)

2. parse(bijoy=True)

Alternatively, we can generate the same output, but in compliance with the Bijoy Keyboard format:

# Parsing some text in Bijoy!
output = avro.parse('tumi emon keno?', bijoy=True)

3. to_bijoy()

We can also use avro.py to convert existing unicode Bengali to its Bijoy Keyboard equivalent:

# Converting some text.
bijoy_text = avro.to_bijoy('আমি বাংলায় গান গাই।')

4. reverse()

Finally, you can reverse unicode Bengali to English as well (newly added).

# Reversing back!
reversed_text = avro.reverse('আমার সোনার বাংলা।')

🔖 Command Line Usage

Alternatively, instead of using avro.py from within your Python project, you can also use it as a simple, tiny command-line interface for easy parsing and reversing of text.

# Installing the package.
$ pip install avro.py[cli]

Here are some examples for you to get started with:

# Main help section.
$ avro --help  # or, use: avro <command> --help

# Parsing some text.
$ avro parse "tumi onek bhalO!"
$ avro parse --bijoy "amio kharap na, taina?"  # (bijoy keyboard format)

# Reversing.
$ avro reverse "তাই তো!"

# Using additional flags to ease workflow.
$ avro parse --from-clip  # (fetching input from clipboard)
$ avro parse "asolei!" --copy  # (copying output to clipboard)
$ avro parse --from-clip --copy  # (clipboard input -> output)

🛠️ 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 requirements.txt

# (Optional) Setting up the package itself for testing purposes.
$ python3 setup.py develop

# Running the predetermined tests inside the project.
$ python3 -m pytest --verbose

🐛 We're looking for bug hunters, by the way!

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-2024.4.7.tar.gz (21.6 kB view details)

Uploaded Source

Built Distribution

avro.py-2024.4.7-py3-none-any.whl (17.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: avro.py-2024.4.7.tar.gz
  • Upload date:
  • Size: 21.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for avro.py-2024.4.7.tar.gz
Algorithm Hash digest
SHA256 b5d0fdce76b5ba0632c54aaf44d2447271a0ec9bcbeb1c569049039fb887370d
MD5 710a49d45aba224940ff1947e5d9d63d
BLAKE2b-256 886d42c6af7dbdafc8935cc2dc6cecdde476153794078e30c5cd7149dcc6e1ff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: avro.py-2024.4.7-py3-none-any.whl
  • Upload date:
  • Size: 17.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for avro.py-2024.4.7-py3-none-any.whl
Algorithm Hash digest
SHA256 a9c01e0189ff42e6957696c25dff823481d39778d8830d4ee2474e4ab7579fd0
MD5 2087c421cce31fdf1218ab6bc852905a
BLAKE2b-256 ab9a0c312f103cbd0287b3a5cf07d7130cf7b90cf69de042b2e4a4463d6c2064

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