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.

Unit Tests Linting Downloads Python Version License


Overview

avro.py, whilst 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 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 avro.py in your project is pretty straightforward. Run the command mentioned below (requires Python 3.8 or higher):

# install / upgrade
$ pip install avro.py

Usage Guide

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)

# আমি বাংলায় গান গাই।

Also, you can reverse unicode Bengali to English as well (new)!

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

The coding style for this project embraces readability and consistency over traditional styling methods. To start off, flake8 has been used as the primary linting tool. The unit tests are done using the pytest framework.

# 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

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

Uploaded Source

Built Distribution

avro.py-0.1.7.post1-py3-none-any.whl (18.6 kB view details)

Uploaded Python 3

File details

Details for the file avro.py-0.1.7.post1.tar.gz.

File metadata

  • Download URL: avro.py-0.1.7.post1.tar.gz
  • Upload date:
  • Size: 14.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for avro.py-0.1.7.post1.tar.gz
Algorithm Hash digest
SHA256 2a7e614624cbef2b9255407930423ebc3c9cbb992f0b779b59049a2dc7ace7a6
MD5 835af0a9a9ec06e268b19271c95953d6
BLAKE2b-256 df6a929182c8ee52fbbeee085793b12b78171854912a1f2fba0c5be5603dcd1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for avro.py-0.1.7.post1-py3-none-any.whl
Algorithm Hash digest
SHA256 c2c58d06a02c2d1e53729fb136d3d19c0b9a7270d3c130eab2e339227d446925
MD5 25512e79c3f5578b5cb1c1f32e7482fb
BLAKE2b-256 5b9824eadbe7b26285043460c46f0207182b7b171c2a1885dd3e892ec54a6bc1

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