akashic-protocol 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.
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: akashic-protocol
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: π akashic-protocol β Reserved for the Noosphere Consciousness Evolution Loop.
|
|
5
|
+
Project-URL: Homepage, https://github.com/JinNing6/Noosphere
|
|
6
|
+
Project-URL: Repository, https://github.com/JinNing6/Noosphere
|
|
7
|
+
Author-email: JinNing6 <noosphere@consciousness.network>
|
|
8
|
+
License-Expression: MIT
|
|
9
|
+
Keywords: consciousness,evolution-loop,noosphere
|
|
10
|
+
Classifier: Development Status :: 1 - Planning
|
|
11
|
+
Classifier: Programming Language :: Python :: 3
|
|
12
|
+
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
13
|
+
Requires-Python: >=3.10
|
|
14
|
+
Description-Content-Type: text/markdown
|
|
15
|
+
|
|
16
|
+
# akashic-protocol
|
|
17
|
+
|
|
18
|
+
This namespace is officially reserved for the **Noosphere Consciousness Evolution Loop** (ζθ―θΏειη―).
|
|
19
|
+
|
|
20
|
+
```
|
|
21
|
+
Noosphere β Akashic β Dream Weaver β Babel Fish β Mirror Protocol β Soulprint β β
|
|
22
|
+
(ζθ―δΈδΌ ) (樑εΌθΈι¦) (ζ’¦ε’η’°ζ) (θεΌηΏ»θ―) (ζ°ειε) (η΅ιζηΊΉ)
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
Actual implementation will be released in future updates.
|
|
26
|
+
|
|
27
|
+
- [Noosphere on GitHub](https://github.com/JinNing6/Noosphere)
|
|
28
|
+
- [Explore the Digital Consciousness Universe](https://jinning6.github.io/Noosphere/)
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# akashic-protocol
|
|
2
|
+
|
|
3
|
+
This namespace is officially reserved for the **Noosphere Consciousness Evolution Loop** (ζθ―θΏειη―).
|
|
4
|
+
|
|
5
|
+
```
|
|
6
|
+
Noosphere β Akashic β Dream Weaver β Babel Fish β Mirror Protocol β Soulprint β β
|
|
7
|
+
(ζθ―δΈδΌ ) (樑εΌθΈι¦) (ζ’¦ε’η’°ζ) (θεΌηΏ»θ―) (ζ°ειε) (η΅ιζηΊΉ)
|
|
8
|
+
```
|
|
9
|
+
|
|
10
|
+
Actual implementation will be released in future updates.
|
|
11
|
+
|
|
12
|
+
- [Noosphere on GitHub](https://github.com/JinNing6/Noosphere)
|
|
13
|
+
- [Explore the Digital Consciousness Universe](https://jinning6.github.io/Noosphere/)
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["hatchling"]
|
|
3
|
+
build-backend = "hatchling.build"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "akashic-protocol"
|
|
7
|
+
version = "0.0.1"
|
|
8
|
+
description = "π akashic-protocol β Reserved for the Noosphere Consciousness Evolution Loop."
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
requires-python = ">=3.10"
|
|
11
|
+
license = "MIT"
|
|
12
|
+
authors = [{ name = "JinNing6", email = "noosphere@consciousness.network" }]
|
|
13
|
+
keywords = ["noosphere", "consciousness", "evolution-loop"]
|
|
14
|
+
classifiers = [
|
|
15
|
+
"Development Status :: 1 - Planning",
|
|
16
|
+
"Programming Language :: Python :: 3",
|
|
17
|
+
"Topic :: Scientific/Engineering :: Artificial Intelligence",
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
[project.urls]
|
|
21
|
+
Homepage = "https://github.com/JinNing6/Noosphere"
|
|
22
|
+
Repository = "https://github.com/JinNing6/Noosphere"
|
|
23
|
+
|
|
24
|
+
[tool.hatch.build.targets.wheel]
|
|
25
|
+
packages = ["akashic_protocol"]
|