From b1033679a82e494701e4f7bb0aab676bb37b69d0 Mon Sep 17 00:00:00 2001 From: HitBlast Date: Mon, 9 Dec 2024 01:02:15 +0600 Subject: [PATCH] updated links --- src/avro/__init__.py | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/src/avro/__init__.py b/src/avro/__init__.py index 614c47d..fd329cb 100755 --- a/src/avro/__init__.py +++ b/src/avro/__init__.py @@ -1,25 +1,26 @@ # SPDX-License-Identifier: MIT -"""avro.py: A modern Pythonic implementation of the popular Bangla typing software Avro Phonetic. +"""A modern Pythonic implementation of the popular Bangla typing software Avro Phonetic. -Overview: ---------- +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. -Features: ---------- - 1. Simple-to-use syntax with functional approach. - 2. Easily convert/parse/reverse English Roman script to Bengali phonetic and vice versa. - 3. Fully asynchronous and `async`/`await` sugarcoated syntax compliant. - 4. Synchronous alternative functions available for applications requiring minimal overhead. - 5. Batteries included. Just write your text and let it do the rest. +Features +-------- -Examples: ---------- +1. Simple-to-use syntax with functional approach. +2. Easily convert/parse/reverse English Roman script to Bengali phonetic and vice versa. +3. Fully asynchronous and `async`/`await` sugarcoated syntax compliant. +4. Synchronous alternative functions available for applications requiring minimal overhead. +5. Batteries included. Just write your text and let it do the rest. + +Examples +-------- Please refer to the following link to view the examples: https://github.com/hitblast/avro.py/tree/main/examples