levain 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.
- levain/__init__.py +3 -0
- levain-0.0.0.dist-info/METADATA +19 -0
- levain-0.0.0.dist-info/RECORD +4 -0
- levain-0.0.0.dist-info/WHEEL +4 -0
levain/__init__.py
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: levain
|
|
3
|
+
Version: 0.0.0
|
|
4
|
+
Summary: A portable cognitive-partnership memory + methodology kit. Placeholder — package in active development.
|
|
5
|
+
Project-URL: Homepage, https://github.com/levainhq
|
|
6
|
+
Author: Phillip Clapham
|
|
7
|
+
Classifier: Development Status :: 1 - Planning
|
|
8
|
+
Classifier: Intended Audience :: Developers
|
|
9
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
10
|
+
Classifier: Programming Language :: Python :: 3
|
|
11
|
+
Requires-Python: >=3.9
|
|
12
|
+
Description-Content-Type: text/markdown
|
|
13
|
+
|
|
14
|
+
# Levain
|
|
15
|
+
|
|
16
|
+
A portable cognitive-partnership memory + methodology kit.
|
|
17
|
+
|
|
18
|
+
**Status: placeholder.** This name is reserved; the package is in active
|
|
19
|
+
development and not yet usable. Watch this space.
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
levain/__init__.py,sha256=QtYHwTFG7u2LDxau063d4fLhULiRXvVC4qtwNha-3XE,84
|
|
2
|
+
levain-0.0.0.dist-info/METADATA,sha256=GcD_HaJZ6VJSAk_2lOkL-_04JJe-2tZSiOJYyYIRzPk,687
|
|
3
|
+
levain-0.0.0.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
|
|
4
|
+
levain-0.0.0.dist-info/RECORD,,
|