piwave 2.0.3__py3-none-any.whl → 2.0.4__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.
@@ -1,38 +1,29 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: piwave
3
- Version: 2.0.3
4
- Summary: A python module to broacast radio waves with your Raspberry Pi.
3
+ Version: 2.0.4
4
+ Summary: A python module to broadcast radio waves with your Raspberry Pi.
5
5
  Home-page: https://github.com/douxxtech/piwave
6
6
  Author: Douxx
7
7
  Author-email: douxx@douxx.tech
8
+ License: GPL-3.0-or-later
8
9
  Project-URL: Bug Reports, https://github.com/douxxtech/piwave/issues
9
10
  Project-URL: Source, https://github.com/douxxtech/piwave
10
11
  Keywords: raspberry pi,radio,fm,rds,streaming,audio,broadcast
12
+ Classifier: Development Status :: 5 - Production/Stable
13
+ Classifier: Intended Audience :: Developers
14
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
11
15
  Classifier: Programming Language :: Python :: 3
12
16
  Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
13
17
  Classifier: Operating System :: POSIX :: Linux
14
18
  Requires-Python: >=3.7
15
19
  Description-Content-Type: text/markdown
16
20
  License-File: LICENSE
17
- Requires-Dist: pathlib
18
21
  Provides-Extra: dev
19
22
  Requires-Dist: pytest>=6.0; extra == "dev"
20
23
  Requires-Dist: pytest-cov>=2.0; extra == "dev"
21
24
  Requires-Dist: black>=22.0; extra == "dev"
22
25
  Requires-Dist: flake8>=4.0; extra == "dev"
23
- Dynamic: author
24
- Dynamic: author-email
25
- Dynamic: classifier
26
- Dynamic: description
27
- Dynamic: description-content-type
28
- Dynamic: home-page
29
- Dynamic: keywords
30
26
  Dynamic: license-file
31
- Dynamic: project-url
32
- Dynamic: provides-extra
33
- Dynamic: requires-dist
34
- Dynamic: requires-python
35
- Dynamic: summary
36
27
 
37
28
  <div align=center>
38
29
  <img alt="PiWave image" src="https://piwave.xyz/static/img/logo.png"/>
@@ -0,0 +1,7 @@
1
+ piwave/__init__.py,sha256=lYEG0hZ7Khm0mMbVjVNLatI9YnKrHo_P5SWkN8eXmBk,50
2
+ piwave/piwave.py,sha256=oyxm0ggPtiHuca2TdsEjHN4hFAzRTVAnYEjaea0iQ-c,18031
3
+ piwave-2.0.4.dist-info/licenses/LICENSE,sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk,35823
4
+ piwave-2.0.4.dist-info/METADATA,sha256=bV6H2qoVN58D0D6VUfeSE52td9CS4tkAYG_jtKkClBQ,6958
5
+ piwave-2.0.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
+ piwave-2.0.4.dist-info/top_level.txt,sha256=xUbZ7Rk6OymSdDxmb9bfO8N-avJ9VYxP41GnXfwKYi8,7
7
+ piwave-2.0.4.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- piwave/__init__.py,sha256=lYEG0hZ7Khm0mMbVjVNLatI9YnKrHo_P5SWkN8eXmBk,50
2
- piwave/piwave.py,sha256=oyxm0ggPtiHuca2TdsEjHN4hFAzRTVAnYEjaea0iQ-c,18031
3
- piwave-2.0.3.dist-info/licenses/LICENSE,sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk,35823
4
- piwave-2.0.3.dist-info/METADATA,sha256=G8Z7lH8sSlwaIAiVwljZJrRwJx66m66FbZrhweBQ_vw,7041
5
- piwave-2.0.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
- piwave-2.0.3.dist-info/top_level.txt,sha256=xUbZ7Rk6OymSdDxmb9bfO8N-avJ9VYxP41GnXfwKYi8,7
7
- piwave-2.0.3.dist-info/RECORD,,
File without changes