beachcomber 0.1.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,22 @@
1
+ Metadata-Version: 2.4
2
+ Name: beachcomber
3
+ Version: 0.1.0
4
+ Summary: This package exists to prevent name squatting and malicious supply chain attacks. Install libbeachcomber instead. See https://beachcomber.sh
5
+ Project-URL: Homepage, https://beachcomber.sh
6
+ Project-URL: Repository, https://github.com/NavistAu/beachcomber
7
+ Author: NavistAu
8
+ License: MIT
9
+ Classifier: Development Status :: 1 - Planning
10
+ Classifier: License :: OSI Approved :: MIT License
11
+ Requires-Python: >=3.9
12
+ Description-Content-Type: text/markdown
13
+
14
+ # beachcomber
15
+
16
+ This package exists to prevent name squatting and malicious supply chain attacks.
17
+
18
+ The beachcomber client SDK is published as **libbeachcomber**. The beachcomber daemon binary is distributed via GitHub releases and Homebrew.
19
+
20
+ - Website: https://beachcomber.sh
21
+ - GitHub: https://github.com/NavistAu/beachcomber
22
+ - Client SDK: install **libbeachcomber** instead
@@ -0,0 +1,4 @@
1
+ beachcomber_placeholder/__init__.py,sha256=BeKanJR0B3lOL0qh-0O4-Loc6XSDmy9iI45MBGqOiSc,247
2
+ beachcomber-0.1.0.dist-info/METADATA,sha256=7Hpa2gPfHW1CdLITLzIXa76LR50r_i13CG59bQy87LY,882
3
+ beachcomber-0.1.0.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
4
+ beachcomber-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.29.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
@@ -0,0 +1,5 @@
1
+ raise ImportError(
2
+ "This package exists to prevent name squatting and malicious supply chain attacks. "
3
+ "The beachcomber client SDK is published as 'libbeachcomber'. "
4
+ "Run: pip install libbeachcomber — See https://beachcomber.sh"
5
+ )