Recent Releases of py-googletrans

py-googletrans - v4.0.0

This release introduces the long-awaited v4.0.0 release of py-googletrans. After years of feedback and community contributions, this update brings significant changes to improve stability, usability, and maintainability over v3.

Highlights

  • Resolved Most Reported Issues: addresses and resolves longstanding problems.
  • Async-only API: Transitioned to a modern asynchronous API to improve scalability and better align with current Python development practices.
  • Complete Type Annotations: Introduced full type hints to make the library easier to use with modern IDEs.
  • Modernized Codebase: Refactored the entire codebase for maintainability and to follow modern de-facto Python standards.

Breaking Changes

  • API Transition to Async: All synchronous APIs have been removed. If you’re upgrading, ensure your code is updated to use async functions.

This release will be on PyPi in very near future.

- Python
Published by ssut over 1 year ago

py-googletrans - Py-GoogleTrans 1.2

This release of py-googletrans includes following updates: - 29819f7: Add languages, and print exception with details - #1: FIx unicode error in the CLI result - #2: Prevent invalid language codes being passed to the translate function, and add a converter that substitutes for special cases

- Python
Published by ssut almost 11 years ago