Skip to content

Commit

Permalink
updated links
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed Dec 8, 2024
1 parent deb3fdd commit b103367
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions src/avro/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b103367

Please sign in to comment.