Package Details: python-terminaltexteffects 0.15.0-1

Git Clone URL: https://aur.archlinux.org/python-terminaltexteffects.git (read-only, click to copy)
Package Base: python-terminaltexteffects
Description: Visual effects engine applied to text in the terminal.
Upstream URL: https://github.com/ChrisBuilds/terminaltexteffects
Keywords: effects terminal visual
Licenses: MIT
Conflicts: terminaltexteffects
Provides: tte
Submitter: daniel_chesters
Maintainer: Dominiquini
Last Packager: Dominiquini
Votes: 4
Popularity: 0.028246
First Submitted: 2024-10-07 17:41 (UTC)
Last Updated: 2026-05-10 11:33 (UTC)

Latest Comments

Dominiquini commented on 2025-11-21 21:12 (UTC)

@ryanrhughes: Thanks!

ryanrhughes commented on 2025-11-21 16:28 (UTC)

When attempting to build, I get this error:

Traceback (most recent call last):
  File "/usr/lib/python3.13/site-packages/pyproject_hooks/_impl.py", line 402, in _call_hook
    raise BackendUnavailable(
    ...<4 lines>...
    )
pyproject_hooks._impl.BackendUnavailable: Cannot import 'hatchling.build'

ERROR Backend 'hatchling.build' is not available.

Adding python-hatchling to the makedepends solves this.