plasma-core 0.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.
core/__init__.py ADDED
@@ -0,0 +1,3 @@
1
+ """Core library for Plasma AI."""
2
+
3
+ __version__ = '0.0.0'
@@ -0,0 +1,26 @@
1
+ Metadata-Version: 2.4
2
+ Name: plasma-core
3
+ Version: 0.0.0
4
+ Summary: Core library for Plasma AI.
5
+ Author: Andrew Turner
6
+ Author-email: aturner@plasma.ai
7
+ Maintainer: Andrew Turner
8
+ Maintainer-email: aturner@plasma.ai
9
+ Requires-Python: >=3.13,<3.15
10
+ Classifier: Programming Language :: Python :: 3
11
+ Classifier: Programming Language :: Python :: 3.13
12
+ Classifier: Programming Language :: Python :: 3.14
13
+ Project-URL: Documentation, https://docs.plasma.ai/plasma
14
+ Project-URL: Homepage, https://github.com/plasma-ai/plasma
15
+ Project-URL: Issues, https://github.com/plasma-ai/plasma/issues
16
+ Project-URL: Repository, https://github.com/plasma-ai/plasma
17
+ Description-Content-Type: text/markdown
18
+
19
+ # plasma-core
20
+
21
+ Core library for Plasma AI.
22
+
23
+ **Source**: https://github.com/plasma-ai/plasma
24
+
25
+ **Documentation**: https://docs.plasma.ai/plasma
26
+
@@ -0,0 +1,4 @@
1
+ core/__init__.py,sha256=WarF1IOsY1AqflqtuwwMOAnZcB7JhHOONL6rpGQtmHI,57
2
+ plasma_core-0.0.0.dist-info/METADATA,sha256=dR8OCdcbcTjK5MrjQ8oEZbhzR0F_muakOkQh7Iq38lY,814
3
+ plasma_core-0.0.0.dist-info/WHEEL,sha256=EGEvSphFYqXKs23-kQBeyNoJP1nrT8ZJKQoi5p5DYL8,88
4
+ plasma_core-0.0.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: poetry-core 2.4.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any