Tidal-wave

Latest version: v2024.6.1

Safety actively analyzes 638418 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 8

2024.1.3

What's Changed
* Bugfix: The Valid Length of TIDAL Album IDs Is between 5 and 9 by ebb-earl-co in https://github.com/ebb-earl-co/tidal-wave/pull/31
Release Artifacts
- Typical Python releases
- Typical repository source code
- `tidal-wave_20234.1.3.pyz` created using [`shiv`](https://pypi.org/project/shiv/) (which requires just Python 3.8+ installed, but not the dependencies: they are bundled into the binary)
- `tidal-wave_2024.1.3.pyapp` created using [`pyapp`](https://github.com/ofek/pyapp) is a self-bootstrapping binary. Download it, give it executable permissions, and run it (**does not work on Windows!**)
- `tidal-wave_2024.1.3_py311.pyapp` created using [`pyapp`](https://github.com/ofek/pyapp) is a self-bootstrapping binary. It is **much** larger than the above because it contains Python 3.11 itself. Download it, give it executable permissions, and run it (**does not work on Windows!**)
- `tidal-wave_2024.1.3.pyapp.exe` created using [`pyapp`](https://github.com/ofek/pyapp) is a self-bootstrapping binary **built for Windows!**


**Full Changelog**: https://github.com/ebb-earl-co/tidal-wave/compare/2024.1.2...2024.1.3

2024.1.2

What's Changed
* Add exponential backoff by ebb-earl-co in https://github.com/ebb-earl-co/tidal-wave/pull/28
* Release Artifact Instructions by ebb-earl-co in https://github.com/ebb-earl-co/tidal-wave/pull/29
Release Artifacts
- Typical Python releases
- Typical repository source code
- `tidal-wave_20234.1.2.pyz` created using [`shiv`](https://pypi.org/project/shiv/) (which requires just Python 3.8+ installed, but not the dependencies: they are bundled into the binary)
- `tidal-wave_2024.1.2.pyapp` created using [`pyapp`](https://github.com/ofek/pyapp) is a self-bootstrapping binary. Download it, give it executable permissions, and run it (**does not work on Windows!**)
- `tidal-wave_2024.1.2_py311.pyapp` created using [`pyapp`](https://github.com/ofek/pyapp) is a self-bootstrapping binary. It is **much** larger than the above because it contains Python 3.11 itself. Download it, give it executable permissions, and run it (**does not work on Windows!**)
- `tidal-wave_2024.1.2.pyapp.exe` created using [`pyapp`](https://github.com/ofek/pyapp) is a self-bootstrapping binary **built for Windows!**

**Full Changelog**: https://github.com/ebb-earl-co/tidal-wave/compare/2024.1.1...2024.1.2

2024.1.1

What's Changed
* Protect against filesystem-invalid artist names (Lookin' at you, Fred again..) by ebb-earl-co in https://github.com/ebb-earl-co/tidal-wave/pull/26
Release Artifacts
- Typical Python releases
- Typical repository source code
- `tidal-wave_20234.1.1.pyz` created using [`shiv`](https://pypi.org/project/shiv/) (which requires just Python 3.8+ installed, but not the dependencies: they are bundled into the binary)
- `tidal-wave_2024.1.1.pyapp` created using [`pyapp`](https://github.com/ofek/pyapp) is a self-bootstrapping binary. Download it, give it executable permissions, and run it (**does not work on Windows!**)
- `tidal-wave_2024.1.1_py311.pyapp` created using [`pyapp`](https://github.com/ofek/pyapp) is a self-bootstrapping binary. It is **much** larger than the above because it contains Python 3.11 itself. Download it, give it executable permissions, and run it (**does not work on Windows!**)
- `tidal-wave_2024.1.1.pyapp.exe` created using [`pyapp`](https://github.com/ofek/pyapp) is a self-bootstrapping binary **built for Windows!**

**Full Changelog**: https://github.com/ebb-earl-co/tidal-wave/compare/2023.12.13...2024.1.1

2023.12.13

What's Changed
* Hotifx: change country_code to countryCode in login.py by ebb-earl-co in https://github.com/ebb-earl-co/tidal-wave/pull/24
Release Artifacts
- Typical Python releases
- Typical repository source code
- `tidal-wave_2023.12.13.pyz` created using [`shiv`](https://pypi.org/project/shiv/) (which requires just Python 3.8+ installed, but not the dependencies: they are bundled into the binary)
- `tidal-wave_2023.12.13.pyapp` created using [`pyapp`](https://github.com/ofek/pyapp) is a self-bootstrapping binary. Download it, give it executable permissions, and run it (**does not work on Windows!**)
- `tidal-wave_2023.12.13_py311.pyapp` created using [`pyapp`](https://github.com/ofek/pyapp) is a self-bootstrapping binary. It is **much** larger than the above because it contains Python 3.11 itself. Download it, give it executable permissions, and run it (**does not work on Windows!**)
- `tidal-wave_2023.12.13.pyapp.exe` created using [`pyapp`](https://github.com/ofek/pyapp) is a self-bootstrapping binary **built for Windows!**

**Full Changelog**: https://github.com/ebb-earl-co/tidal-wave/compare/2023.12.12...2023.12.13

2023.12.12

What's Changed
* Add Artist Oeuvre Retrieval Feature by ebb-earl-co in https://github.com/ebb-earl-co/tidal-wave/pull/22

Release Artifacts
- Typical Python releases
- Typical repository source code
- `tidal-wave_2023.12.12.pyz` created using [`shiv`](https://pypi.org/project/shiv/) (which requires just Python 3.8+ installed, but not the dependencies: they are bundled into the binary)
- `tidal-wave_2023.12.12.pyapp` created using [`pyapp`](https://github.com/ofek/pyapp) is a self-bootstrapping binary. Download it, give it executable permissions, and run it (**does not work on Windows!**)
- `tidal-wave_2023.12.12_py311.pyapp` created using [`pyapp`](https://github.com/ofek/pyapp) is a self-bootstrapping binary. It is **much** larger than the above because it contains Python 3.11 itself. Download it, give it executable permissions, and run it (**does not work on Windows!**)
- `tidal-wave_2023.12.12.pyapp.exe` created using [`pyapp`](https://github.com/ofek/pyapp) is a self-bootstrapping binary **built for Windows!**

**Full Changelog**: https://github.com/ebb-earl-co/tidal-wave/compare/2023.12.11...2023.12.12

2023.12.11

What's Changed
* Add TIDAL Mix Support by ebb-earl-co in https://github.com/ebb-earl-co/tidal-wave/pull/20

Release Binaries
- Typical Python releases
- Typical repository source code
- `tidal-wave_2023.12.11.pyz` created using [`shiv`](https://pypi.org/project/shiv/) (which requires just Python 3.8+ installed, but not the dependencies: they are bundled into the binary)
- `tidal-wave_2023.12.11.pyapp` created using [`pyapp`](https://github.com/ofek/pyapp) is a self-bootstrapping binary. Download it, give it executable permissions, and run it (**does not work on Windows!**)
- `tidal-wave_2023.12.11.pyapp.exe` created using [`pyapp`](https://github.com/ofek/pyapp) is a self-bootstrapping binary **built for Windows!**

**Full Changelog**: https://github.com/ebb-earl-co/tidal-wave/compare/2023.12.10...2023.12.11

Page 6 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.