lamindb-wetlab 0.0.1__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.
- lamindb_wetlab-0.0.1/NOTICE.md +13 -0
- lamindb_wetlab-0.0.1/PKG-INFO +24 -0
- lamindb_wetlab-0.0.1/README.md +13 -0
- lamindb_wetlab-0.0.1/lamindb_wetlab.egg-info/PKG-INFO +24 -0
- lamindb_wetlab-0.0.1/lamindb_wetlab.egg-info/SOURCES.txt +7 -0
- lamindb_wetlab-0.0.1/lamindb_wetlab.egg-info/dependency_links.txt +1 -0
- lamindb_wetlab-0.0.1/lamindb_wetlab.egg-info/top_level.txt +1 -0
- lamindb_wetlab-0.0.1/pyproject.toml +17 -0
- lamindb_wetlab-0.0.1/setup.cfg +4 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# Defensive Package Reservation Notice
|
|
2
|
+
|
|
3
|
+
This package name was identified as an unclaimed dependency reference in public
|
|
4
|
+
Claude plugin project files.
|
|
5
|
+
|
|
6
|
+
It has been defensively reserved to reduce supply-chain risk for plugin users.
|
|
7
|
+
No runtime code is provided by this package.
|
|
8
|
+
|
|
9
|
+
If you maintain a project that references this package name, review the
|
|
10
|
+
dependency reference and replace it with the intended package.
|
|
11
|
+
|
|
12
|
+
Covered by BlueBear: https://bluebear.io
|
|
13
|
+
Contact: https://bluebear.io
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: lamindb-wetlab
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Defensive package-name reservation notice for a potential supply-chain risk.
|
|
5
|
+
License: SEE NOTICE.md
|
|
6
|
+
Project-URL: Homepage, https://bluebear.io
|
|
7
|
+
Requires-Python: >=3.8
|
|
8
|
+
Description-Content-Type: text/markdown
|
|
9
|
+
License-File: NOTICE.md
|
|
10
|
+
Dynamic: license-file
|
|
11
|
+
|
|
12
|
+
# Defensive Package Reservation Notice
|
|
13
|
+
|
|
14
|
+
This package name was identified as an unclaimed dependency reference in public
|
|
15
|
+
Claude plugin project files.
|
|
16
|
+
|
|
17
|
+
It has been defensively reserved to reduce supply-chain risk for plugin users.
|
|
18
|
+
No runtime code is provided by this package.
|
|
19
|
+
|
|
20
|
+
If you maintain a project that references this package name, review the
|
|
21
|
+
dependency reference and replace it with the intended package.
|
|
22
|
+
|
|
23
|
+
Covered by BlueBear: https://bluebear.io
|
|
24
|
+
Contact: https://bluebear.io
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# Defensive Package Reservation Notice
|
|
2
|
+
|
|
3
|
+
This package name was identified as an unclaimed dependency reference in public
|
|
4
|
+
Claude plugin project files.
|
|
5
|
+
|
|
6
|
+
It has been defensively reserved to reduce supply-chain risk for plugin users.
|
|
7
|
+
No runtime code is provided by this package.
|
|
8
|
+
|
|
9
|
+
If you maintain a project that references this package name, review the
|
|
10
|
+
dependency reference and replace it with the intended package.
|
|
11
|
+
|
|
12
|
+
Covered by BlueBear: https://bluebear.io
|
|
13
|
+
Contact: https://bluebear.io
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: lamindb-wetlab
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Defensive package-name reservation notice for a potential supply-chain risk.
|
|
5
|
+
License: SEE NOTICE.md
|
|
6
|
+
Project-URL: Homepage, https://bluebear.io
|
|
7
|
+
Requires-Python: >=3.8
|
|
8
|
+
Description-Content-Type: text/markdown
|
|
9
|
+
License-File: NOTICE.md
|
|
10
|
+
Dynamic: license-file
|
|
11
|
+
|
|
12
|
+
# Defensive Package Reservation Notice
|
|
13
|
+
|
|
14
|
+
This package name was identified as an unclaimed dependency reference in public
|
|
15
|
+
Claude plugin project files.
|
|
16
|
+
|
|
17
|
+
It has been defensively reserved to reduce supply-chain risk for plugin users.
|
|
18
|
+
No runtime code is provided by this package.
|
|
19
|
+
|
|
20
|
+
If you maintain a project that references this package name, review the
|
|
21
|
+
dependency reference and replace it with the intended package.
|
|
22
|
+
|
|
23
|
+
Covered by BlueBear: https://bluebear.io
|
|
24
|
+
Contact: https://bluebear.io
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=68", "wheel"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "lamindb-wetlab"
|
|
7
|
+
version = "0.0.1"
|
|
8
|
+
description = "Defensive package-name reservation notice for a potential supply-chain risk."
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
requires-python = ">=3.8"
|
|
11
|
+
license = { text = "SEE NOTICE.md" }
|
|
12
|
+
|
|
13
|
+
[project.urls]
|
|
14
|
+
Homepage = "https://bluebear.io"
|
|
15
|
+
|
|
16
|
+
[tool.setuptools]
|
|
17
|
+
packages = []
|