thingery 0.0.0__tar.gz

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.
thingery-0.0.0/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Solutions Brewer
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,59 @@
1
+ Metadata-Version: 2.4
2
+ Name: thingery
3
+ Version: 0.0.0
4
+ Summary: Namespace claim for thingery
5
+ Author-email: Solutions Brewer <pypi_deploy@solutionsbrewer.com>
6
+ Classifier: Development Status :: 2 - Pre-Alpha
7
+ Classifier: Intended Audience :: Developers
8
+ Classifier: License :: OSI Approved :: MIT License
9
+ Classifier: Programming Language :: Python :: 3
10
+ Classifier: Programming Language :: Python :: 3.7
11
+ Classifier: Programming Language :: Python :: 3.8
12
+ Classifier: Programming Language :: Python :: 3.9
13
+ Classifier: Programming Language :: Python :: 3.10
14
+ Classifier: Programming Language :: Python :: 3.11
15
+ Classifier: Programming Language :: Python :: 3.12
16
+ Requires-Python: >=3.7
17
+ Description-Content-Type: text/markdown
18
+ License-File: LICENSE
19
+ Dynamic: license-file
20
+
21
+ # thingery
22
+
23
+ **⚠️ NAMESPACE CLAIM ⚠️**
24
+
25
+ This package namespace has been claimed via ShieldFace to prevent typosquatting and namespace confusion attacks.
26
+
27
+ ## About
28
+
29
+ Namespace claim for thingery
30
+
31
+ ## Owner
32
+
33
+ - **Maintainer**: Solutions Brewer
34
+ - **Email**: pypi_deploy@solutionsbrewer.com
35
+
36
+ ## Purpose
37
+
38
+ This package exists to:
39
+ 1. Prevent malicious actors from claiming similar package names (typosquatting)
40
+ 2. Reserve the namespace for future legitimate use
41
+ 3. Protect users from accidentally installing malicious packages
42
+
43
+ ## Installation
44
+
45
+ ```bash
46
+ pip install thingery
47
+ ```
48
+
49
+ ## Usage
50
+
51
+ This is currently a namespace claim package. Check back later for actual functionality.
52
+
53
+ ## Security
54
+
55
+ This package is part of the ShieldFace security initiative. Report security concerns to: pypi_deploy@solutionsbrewer.com
56
+
57
+ ## License
58
+
59
+ MIT License - See LICENSE file for details
@@ -0,0 +1,39 @@
1
+ # thingery
2
+
3
+ **⚠️ NAMESPACE CLAIM ⚠️**
4
+
5
+ This package namespace has been claimed via ShieldFace to prevent typosquatting and namespace confusion attacks.
6
+
7
+ ## About
8
+
9
+ Namespace claim for thingery
10
+
11
+ ## Owner
12
+
13
+ - **Maintainer**: Solutions Brewer
14
+ - **Email**: pypi_deploy@solutionsbrewer.com
15
+
16
+ ## Purpose
17
+
18
+ This package exists to:
19
+ 1. Prevent malicious actors from claiming similar package names (typosquatting)
20
+ 2. Reserve the namespace for future legitimate use
21
+ 3. Protect users from accidentally installing malicious packages
22
+
23
+ ## Installation
24
+
25
+ ```bash
26
+ pip install thingery
27
+ ```
28
+
29
+ ## Usage
30
+
31
+ This is currently a namespace claim package. Check back later for actual functionality.
32
+
33
+ ## Security
34
+
35
+ This package is part of the ShieldFace security initiative. Report security concerns to: pypi_deploy@solutionsbrewer.com
36
+
37
+ ## License
38
+
39
+ MIT License - See LICENSE file for details
@@ -0,0 +1,25 @@
1
+ [build-system]
2
+ requires = ["setuptools>=45", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "thingery"
7
+ version = "0.0.0"
8
+ description = "Namespace claim for thingery"
9
+ authors = [
10
+ {name = "Solutions Brewer", email = "pypi_deploy@solutionsbrewer.com"}
11
+ ]
12
+ readme = "README.md"
13
+ requires-python = ">=3.7"
14
+ classifiers = [
15
+ "Development Status :: 2 - Pre-Alpha",
16
+ "Intended Audience :: Developers",
17
+ "License :: OSI Approved :: MIT License",
18
+ "Programming Language :: Python :: 3",
19
+ "Programming Language :: Python :: 3.7",
20
+ "Programming Language :: Python :: 3.8",
21
+ "Programming Language :: Python :: 3.9",
22
+ "Programming Language :: Python :: 3.10",
23
+ "Programming Language :: Python :: 3.11",
24
+ "Programming Language :: Python :: 3.12",
25
+ ]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,8 @@
1
+ """
2
+ thingery - Namespace claimed via ShieldFace
3
+
4
+ This package namespace has been claimed to prevent typosquatting.
5
+ Namespace claim for thingery
6
+ """
7
+ __version__ = "0.0.0"
8
+ __author__ = "Solutions Brewer"
@@ -0,0 +1,59 @@
1
+ Metadata-Version: 2.4
2
+ Name: thingery
3
+ Version: 0.0.0
4
+ Summary: Namespace claim for thingery
5
+ Author-email: Solutions Brewer <pypi_deploy@solutionsbrewer.com>
6
+ Classifier: Development Status :: 2 - Pre-Alpha
7
+ Classifier: Intended Audience :: Developers
8
+ Classifier: License :: OSI Approved :: MIT License
9
+ Classifier: Programming Language :: Python :: 3
10
+ Classifier: Programming Language :: Python :: 3.7
11
+ Classifier: Programming Language :: Python :: 3.8
12
+ Classifier: Programming Language :: Python :: 3.9
13
+ Classifier: Programming Language :: Python :: 3.10
14
+ Classifier: Programming Language :: Python :: 3.11
15
+ Classifier: Programming Language :: Python :: 3.12
16
+ Requires-Python: >=3.7
17
+ Description-Content-Type: text/markdown
18
+ License-File: LICENSE
19
+ Dynamic: license-file
20
+
21
+ # thingery
22
+
23
+ **⚠️ NAMESPACE CLAIM ⚠️**
24
+
25
+ This package namespace has been claimed via ShieldFace to prevent typosquatting and namespace confusion attacks.
26
+
27
+ ## About
28
+
29
+ Namespace claim for thingery
30
+
31
+ ## Owner
32
+
33
+ - **Maintainer**: Solutions Brewer
34
+ - **Email**: pypi_deploy@solutionsbrewer.com
35
+
36
+ ## Purpose
37
+
38
+ This package exists to:
39
+ 1. Prevent malicious actors from claiming similar package names (typosquatting)
40
+ 2. Reserve the namespace for future legitimate use
41
+ 3. Protect users from accidentally installing malicious packages
42
+
43
+ ## Installation
44
+
45
+ ```bash
46
+ pip install thingery
47
+ ```
48
+
49
+ ## Usage
50
+
51
+ This is currently a namespace claim package. Check back later for actual functionality.
52
+
53
+ ## Security
54
+
55
+ This package is part of the ShieldFace security initiative. Report security concerns to: pypi_deploy@solutionsbrewer.com
56
+
57
+ ## License
58
+
59
+ MIT License - See LICENSE file for details
@@ -0,0 +1,8 @@
1
+ LICENSE
2
+ README.md
3
+ pyproject.toml
4
+ thingery/__init__.py
5
+ thingery.egg-info/PKG-INFO
6
+ thingery.egg-info/SOURCES.txt
7
+ thingery.egg-info/dependency_links.txt
8
+ thingery.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ thingery