<feed xmlns='http://www.w3.org/2005/Atom'>
<title>audio-visualizer-python/AUTHORS, 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-15T15:35:09+00:00</updated>
<entry>
<title>add email addresses</title>
<updated>2026-01-15T15:35:09+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2026-01-15T15:35:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=6e9f825d1373a502e46d56846f9b5c6b0e04cfe2'/>
<id>urn:sha1:6e9f825d1373a502e46d56846f9b5c6b0e04cfe2</id>
<content type='text'>
</content>
</entry>
<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>authors file is just a list of names</title>
<updated>2022-04-22T21:24:29+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-04-22T21:24:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=c40c124409a6c1af8ab3444fd47bec6997be5cb3'/>
<id>urn:sha1:c40c124409a6c1af8ab3444fd47bec6997be5cb3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>made an authors file</title>
<updated>2017-08-13T19:54:36+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2017-08-13T19:54:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=9c8792df9bad068fed8a9a1777b2774c103c9ce4'/>
<id>urn:sha1:9c8792df9bad068fed8a9a1777b2774c103c9ce4</id>
<content type='text'>
</content>
</entry>
</feed>
