<feed xmlns='http://www.w3.org/2005/Atom'>
<title>audio-visualizer-python/src/tests/data/test.ogg, branch master</title>
<subtitle>(forked from djfun) a little GUI tool to render visualization videos of audio files</subtitle>
<id>https://kj-git.com/audio-visualizer-python/atom?h=master</id>
<link rel='self' href='https://kj-git.com/audio-visualizer-python/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://kj-git.com/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://kj-git.com/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>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://kj-git.com/audio-visualizer-python/commit/?id=a42ea1cd69fcf3f6c1b2ff79871cd00f24b95118'/>
<id>urn:sha1:a42ea1cd69fcf3f6c1b2ff79871cd00f24b95118</id>
<content type='text'>
</content>
</entry>
</feed>
nder visualization videos of audio files</td><td class='sub right'></td></tr></table>
<table class='tabs'><tr><td>
<a href='/audio-visualizer-python/about/'>about</a><a href='/audio-visualizer-python/'>summary</a><a href='/audio-visualizer-python/refs/?id=640043a4584fe6273601b70cca0224f28d4712b8'>refs</a><a class='active' href='/audio-visualizer-python/log/src?follow=1'>log</a><a href='/audio-visualizer-python/tree/src?id=640043a4584fe6273601b70cca0224f28d4712b8'>tree</a><a href='/audio-visualizer-python/commit/src?id=640043a4584fe6273601b70cca0224f28d4712b8&amp;follow=1'>commit</a><a href='/audio-visualizer-python/diff/src?id=640043a4584fe6273601b70cca0224f28d4712b8&amp;follow=1'>diff</a><a href='/audio-visualizer-python/stats/src'>stats</a></td><td class='form'><form class='right' method='get' action='/audio-visualizer-python/log/src'>
<input type='hidden' name='id' value='640043a4584fe6273601b70cca0224f28d4712b8'/><select name='qt'>
<option value='grep'>log msg</option>
<option value='author'>author</option>
<option value='committer'>committer</option>
<option value='range'>range</option>
</select>
<input class='txt' type='search' size='10' name='q' value=''/>
<input type='submit' value='search'/>
</form>
</td></tr></table>
<div class='path'>path: <a href='/audio-visualizer-python/log/?id=640043a4584fe6273601b70cca0224f28d4712b8&amp;ofs=55&amp;follow=1'>root</a>/<a href='/audio-visualizer-python/log/src?id=640043a4584fe6273601b70cca0224f28d4712b8&amp;ofs=55&amp;follow=1'>src</a> (<a href='/audio-visualizer-python/log/src?id=640043a4584fe6273601b70cca0224f28d4712b8&amp;ofs=55'>unfollow</a>)</div><div class='content'><table class='list nowrap'><tr class='nohover'><th></th><th class='left'>Commit message (<a href='/audio-visualizer-python/log/src?id=640043a4584fe6273601b70cca0224f28d4712b8&amp;ofs=55&amp;showmsg=1&amp;follow=1'>Expand</a>)</th><th class='left'>Author</th><th class='left'>Files</th><th class='left'>Lines</th></tr>
