projectpulsewire 1.0.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,35 @@
1
+ __version__ = "1.0.0"
2
+
3
+ __author__ = "roshellwett"
4
+ __license__ = "MIT"
5
+ __copyright__ = "Copyright 2026 Zenith Open Source Projects"
6
+ __description__ = "EasyEffects presets for PipeWire/PulseAudio on Linux"
7
+
8
+ __credits__ = """
9
+ projectpulsewire - EasyEffects Presets for Linux
10
+
11
+ Copyright (c) 2026 Zenith Open Source Projects
12
+ Developer: roshhellwett
13
+
14
+ A curated collection of high-quality EasyEffects presets designed for
15
+ PipeWire and PulseAudio on Linux.
16
+
17
+ MIT License
18
+ Permission is hereby granted, free of charge, to any person obtaining a copy
19
+ of this software and associated documentation files (the "Software"), to deal
20
+ in the Software without restriction, including without limitation the rights
21
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
22
+ copies of the Software, and to permit persons to whom the Software is
23
+ furnished to do so, subject to the following conditions:
24
+
25
+ The above copyright notice and this permission notice shall be included in all
26
+ copies or substantial portions of the Software.
27
+
28
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
30
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
31
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
32
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
33
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
34
+ SOFTWARE.
35
+ """
@@ -0,0 +1,4 @@
1
+ from projectpulsewire.cli import app
2
+
3
+ if __name__ == "__main__":
4
+ app()