Avro-py

Latest version: v2025.3.7

Safety actively analyzes 723158 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 8

2024.8.19

🔨 What's Changed
- Added a new `from_bijoy` boolean parameter to the `reverse()` function, which enables it to reverse input text from Bijoy directly.
- Internally, the `avro.utils` module has been renamed to `avro.core`, without functionality loss.
- Overall optimized code structure for the text processor.

---
The prebuilt wheels and source files have been shipped with this release.

**Full Changelog**: https://github.com/hitblast/avro.py/compare/2024.8.11...2024.8.19

2024.8.11

🔨 What's Changed
- Removed inter-functional nesting, translating to better developer experience.
- Removed most of the deprecated regular expressions from the precompiled variables.
- Overall optimized code structure for the text processor.

🔨 Related PRs
* 🎨 Automated formatting errors fix by github-actions in https://github.com/hitblast/avro.py/pull/62

---
The prebuilt wheels and source files have been shipped with this release.

**Full Changelog**: https://github.com/hitblast/avro.py/compare/2024.8.8...2024.8.11

2024.8.8

✨ New Features
- A new `to_unicode()` function has been added to the fleet, which can be used to reverse Bijoy text to Unicode Bengali text (Avro). This function does its work without making massive changes to the existing mappings inside the dictionary. To use it, simply copy the following snippet and try:
python
Imports.
from avro import to_unicode

Converting a text.
print(to_unicode("Avwg evsjvh় Mvb MvB।"))


🔨 Other Changes
- Regular expressions are now precompiled, instead of being compiled every single time a function runs.
- Improved developer experience for those who'd like to contribute!

🔨 Related PRs
* Bump setuptools from 71.1.0 to 72.1.0 by dependabot in https://github.com/hitblast/avro.py/pull/59
* [ImgBot] Optimize images by imgbot in https://github.com/hitblast/avro.py/pull/60
* Bump ruff from 0.5.5 to 0.5.6 by dependabot in https://github.com/hitblast/avro.py/pull/61

---
The prebuilt wheels and source files have been shipped with this release.

**Full Changelog**: https://github.com/hitblast/avro.py/compare/2024.7.29...2024.8.8

2024.7.29

What's Changed

This minor update focuses on some small fixes here and there, as well as on the removal of the built-in CLI module to make room for a new, separate package named [**avnie**](https://github.com/hitblast/avnie), which will be the primary destination of all-things terminal for the coming days.

Related PRs
* Bump ruff from 0.5.2 to 0.5.4 by dependabot in https://github.com/hitblast/avro.py/pull/57
* Bump pytest from 8.2.2 to 8.3.1 by dependabot in https://github.com/hitblast/avro.py/pull/56
* Bump setuptools from 70.3.0 to 71.1.0 by dependabot in https://github.com/hitblast/avro.py/pull/55
* ✨ [feat] Work on a new CLI package and its details by hitblast in https://github.com/hitblast/avro.py/pull/58

**Full Changelog**: https://github.com/hitblast/avro.py/compare/2024.7.13...2024.7.29

2024.7.13

What's Changed

This minor update focuses on small optimizations and fixes. No visible change has been done to the library itself. Some of them are:

- Optimized test cases have been added for the library itself.
- The CLI now shows an error message when `checkupdate` receives negative input (e.g. no internet connection) instead of crashing itself entirely.

Related PRs
* Bump ruff from 0.5.0 to 0.5.1 by dependabot in https://github.com/hitblast/avro.py/pull/52

**Full Changelog**: https://github.com/hitblast/avro.py/compare/2024.7.5...2024.7.13

2024.7.5

What's Changed

This minor update focuses on optimizing the overall performance and developer experience for avro.py by improving the project's structure itself. It also lightly tweaks the logic behind the Avro to Bijoy conversion method in order to accommodate for some slight performance bumps.

Related PRs
* Bump ruff from 0.4.10 to 0.5.0 by dependabot in https://github.com/hitblast/avro.py/pull/50
* Bump setuptools from 70.1.1 to 70.2.0 by dependabot in https://github.com/hitblast/avro.py/pull/51

**Full Changelog**: https://github.com/hitblast/avro.py/compare/2024.6.29...2024.7.5

Page 3 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.