<feed xmlns='http://www.w3.org/2005/Atom'>
<title>audio-visualizer-python/src/tests/__init__.py, branch master</title>
<subtitle>(forked from djfun) a little GUI tool to render visualization videos of audio files
</subtitle>
<id>https://git.aedrielkylejavier.me/audio-visualizer-python/atom?h=master</id>
<link rel='self' href='https://git.aedrielkylejavier.me/audio-visualizer-python/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/'/>
<updated>2026-01-13T07:22:25+00:00</updated>
<entry>
<title>Use pyproject.toml + uv_build</title>
<updated>2026-01-13T07:22:25+00:00</updated>
<author>
<name>Aeliton G. Silva</name>
</author>
<published>2026-01-13T01:39:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=f975144f25d34f97329b2d4e52891061573cea08'/>
<id>urn:sha1:f975144f25d34f97329b2d4e52891061573cea08</id>
<content type='text'>
This replaces setup.py by a modern pyproject.toml using uv_build
backend.

Dependencies are being also managed by uv, so to install dependencies
and run the project one can execute:

```
uv sync
uv run pytest # optional
python -m avp
```

To build the both source and binary (wheel) distribution package run:
```
uv build
```

Uv can be installed with `pip install uv`.

The directory structure has been changed to reflect best practices.
- src/* -&gt; src/avp/
- src/tests -&gt; ../tests
</content>
</entry>
<entry>
<title>update to Qt 6  and Pillow 12</title>
<updated>2026-01-11T19:29:58+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2026-01-11T19:29:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=669756b391d26661cf2e2a97a304e73343ef6655'/>
<id>urn:sha1:669756b391d26661cf2e2a97a304e73343ef6655</id>
<content type='text'>
and yeah, I accidentally ran black on the codebase. I don't want to spend more free time fixing that. All of these changes are simple renames or removals, nothing too major.
</content>
</entry>
<entry>
<title>include test data in package, pytest-qt plugin for testing Qt event loop, remove useless pytest fixtures</title>
<updated>2022-05-10T02:05:05+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-05-10T02:04:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=e1cb15c639b950014bfce24ad292491292c50b0f'/>
<id>urn:sha1:e1cb15c639b950014bfce24ad292491292c50b0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests for commandline argument parsing</title>
<updated>2022-04-26T17:10:29+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-04-26T17:10:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=17b4cba6d1a5f24b4de3b53f79b93dd409e28ccd'/>
<id>urn:sha1:17b4cba6d1a5f24b4de3b53f79b93dd409e28ccd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add commandline option for tests. add first tests</title>
<updated>2022-04-22T21:10:35+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-04-22T21:10:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=a42ea1cd69fcf3f6c1b2ff79871cd00f24b95118'/>
<id>urn:sha1:a42ea1cd69fcf3f6c1b2ff79871cd00f24b95118</id>
<content type='text'>
</content>
</entry>
</feed>
