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.

Code Checks Downloads Python Version License


Overview

avro.py, whilst being a Python package, provides a text parser that converts Bangla text written in Roman script to its phonetic equivalent of Bangla. It implements the Avro Phonetic Dictionary Search Library by Mehdi Hasan Khan.

This library is based on the syntax of Python 3.10. That being said, the latest tested / supported version of Python with this project is Python 3.10.5. However, the original project pyAvroPhonetic is based on Python 2 and can only work on versions up to Python 2.7. 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

Installing Bangla phonetics via Avro inside your workspace is now easier than ever. Make sure you have installed Python 3.10 (or later) in your local machine. If it is already installed, then we can proceed with the following commands:

# Create a virtual environment named "venv". (1)
python3 -m venv venv 

# Activate the virtual environment. (2)
source venv/bin/activate 

# Install the package. (3)
pip install avro.py
  • This will create a new virtual environment in your working diretory and install avro.py inside it.

  • In order to use the package, the virtual environment has to be activated every time you start working on your personal project.

  • If you already have a virtual environment set up / you don't need one, then you can skip the first two steps and proceed with a vanilla configuration using Pip.


Usage

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

import avro

parsed_text = avro.parse('ami banglay gan gai.')
print(parsed_text)

Alternatively, you can use the built-in command line tool for parsing texts without writing code!

# Get help regarding the CLI inside your terminal.
python -m avro --help 
avro --help # Minified, both of them are an option if either of them don't work.

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

Contributing

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



Additional Developer Notes

The coding style for this project embraces readability and consistency over traditional styling methods. The unit tests are done using the pytest package. The CLI, on the other hand, is made using Click and the Rich framework.

If you want to set up your coding environment for this project, then ou can do so by running the following command in your terminal:

pip install -r tests/requirements.txt

This will install all the required packages to test/develop over avro.py, and to make things simpler, you can run the command mentioned below to test the project:

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

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.

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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for avro.py-0.1.2.tar.gz
Algorithm Hash digest
SHA256 07d705afbbb0cef60f37f2ed1796e48004ec9b6b853cdccc8100050a8fd06d7b
MD5 f2d81de1aead4e6b9effaacaefe8d8e0
BLAKE2b-256 aeee12746510629d4cbd7c5245c4b7eb5a78d9e634c96467f64adaa1f0887cf8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for avro.py-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 0b55fd72d857651bffdd62523bae687eca4bff8dd2fc18c387cc1ea4bdf591af
MD5 0a8a5d4ce28c9b0e516d746daf553644
BLAKE2b-256 93c5dd1b66b9aca9a3e899d06fa7088278b1ab790bd64388023ebbd480b97d14

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