aleth 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.
- aleth/__init__.py +8 -0
- aleth-0.0.0.dist-info/METADATA +29 -0
- aleth-0.0.0.dist-info/RECORD +4 -0
- aleth-0.0.0.dist-info/WHEEL +4 -0
aleth/__init__.py
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"""Name reservation placeholder for the `aleth` PyPI project.
|
|
2
|
+
|
|
3
|
+
This 0.0.0 release intentionally contains no functionality. It holds the
|
|
4
|
+
name for Aleth, a memory engine, whose first real release will be 0.1.0.
|
|
5
|
+
"""
|
|
6
|
+
|
|
7
|
+
__version__ = "0.0.0"
|
|
8
|
+
__all__ = ["__version__"]
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
Metadata-Version: 2.5
|
|
2
|
+
Name: aleth
|
|
3
|
+
Version: 0.0.0
|
|
4
|
+
Summary: Reserved name placeholder -- Aleth, a memory engine. Real release coming; this version does nothing.
|
|
5
|
+
Author-email: solusfaber <solusfaber@proton.me>
|
|
6
|
+
License: MIT
|
|
7
|
+
Keywords: memory,placeholder,reserved
|
|
8
|
+
Classifier: Development Status :: 1 - Planning
|
|
9
|
+
Classifier: Intended Audience :: Developers
|
|
10
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
11
|
+
Classifier: Programming Language :: Python :: 3
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
13
|
+
Requires-Python: >=3.11
|
|
14
|
+
Description-Content-Type: text/markdown
|
|
15
|
+
|
|
16
|
+
# aleth
|
|
17
|
+
|
|
18
|
+
**Name reservation placeholder.** This `0.0.0` release contains no
|
|
19
|
+
functionality. It exists so that the `aleth` name on PyPI is held by the
|
|
20
|
+
authors of the project that will be published under it: Aleth, a memory
|
|
21
|
+
engine for AI systems.
|
|
22
|
+
|
|
23
|
+
Installing this version gives you an empty module. A real `0.1.0` release
|
|
24
|
+
will replace it. If you were looking for something else named "aleth",
|
|
25
|
+
you probably want the archived Ethereum C++ client
|
|
26
|
+
(`github.com/ethereum/aleth`), which is unrelated to this project and
|
|
27
|
+
does not publish to PyPI.
|
|
28
|
+
|
|
29
|
+
License: MIT.
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
aleth/__init__.py,sha256=l9v2z6_ikTssZ59J-JxCXxJP9l6giv6Y2LZzK5Jgles,262
|
|
2
|
+
aleth-0.0.0.dist-info/METADATA,sha256=Xv6RO8jfNO9aUHWKuhow7hkbEW17lUtNjSuJZ4Ge3X4,1116
|
|
3
|
+
aleth-0.0.0.dist-info/WHEEL,sha256=zOwg4jB6zX2kU910N-cMawjivD6tO8NEWvE12je1bVk,87
|
|
4
|
+
aleth-0.0.0.dist-info/RECORD,,
|