everythingiscontext 0.2.0__tar.gz → 0.2.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.
- {everythingiscontext-0.2.0 → everythingiscontext-0.2.1}/PKG-INFO +1 -1
- everythingiscontext-0.2.1/eic/__init__.py +1 -0
- {everythingiscontext-0.2.0 → everythingiscontext-0.2.1}/eic/cli.py +3 -0
- {everythingiscontext-0.2.0 → everythingiscontext-0.2.1}/everythingiscontext.egg-info/PKG-INFO +1 -1
- {everythingiscontext-0.2.0 → everythingiscontext-0.2.1}/pyproject.toml +1 -1
- everythingiscontext-0.2.0/eic/__init__.py +0 -1
- {everythingiscontext-0.2.0 → everythingiscontext-0.2.1}/README.md +0 -0
- {everythingiscontext-0.2.0 → everythingiscontext-0.2.1}/core/__init__.py +0 -0
- {everythingiscontext-0.2.0 → everythingiscontext-0.2.1}/core/kind_specs.py +0 -0
- {everythingiscontext-0.2.0 → everythingiscontext-0.2.1}/core/llms_gen.py +0 -0
- {everythingiscontext-0.2.0 → everythingiscontext-0.2.1}/core/manifest.py +0 -0
- {everythingiscontext-0.2.0 → everythingiscontext-0.2.1}/core/schemas.py +0 -0
- {everythingiscontext-0.2.0 → everythingiscontext-0.2.1}/core/templates/module_features.md +0 -0
- {everythingiscontext-0.2.0 → everythingiscontext-0.2.1}/core/templates/principles.md +0 -0
- {everythingiscontext-0.2.0 → everythingiscontext-0.2.1}/core/templates/system.md +0 -0
- {everythingiscontext-0.2.0 → everythingiscontext-0.2.1}/eic/data/example/info.md +0 -0
- {everythingiscontext-0.2.0 → everythingiscontext-0.2.1}/eic/data/example/llms.txt +0 -0
- {everythingiscontext-0.2.0 → everythingiscontext-0.2.1}/eic/data/example/module.yaml +0 -0
- {everythingiscontext-0.2.0 → everythingiscontext-0.2.1}/eic/data/secrets.md +0 -0
- {everythingiscontext-0.2.0 → everythingiscontext-0.2.1}/everythingiscontext.egg-info/SOURCES.txt +0 -0
- {everythingiscontext-0.2.0 → everythingiscontext-0.2.1}/everythingiscontext.egg-info/dependency_links.txt +0 -0
- {everythingiscontext-0.2.0 → everythingiscontext-0.2.1}/everythingiscontext.egg-info/entry_points.txt +0 -0
- {everythingiscontext-0.2.0 → everythingiscontext-0.2.1}/everythingiscontext.egg-info/requires.txt +0 -0
- {everythingiscontext-0.2.0 → everythingiscontext-0.2.1}/everythingiscontext.egg-info/top_level.txt +0 -0
- {everythingiscontext-0.2.0 → everythingiscontext-0.2.1}/setup.cfg +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.2.1"
|
|
@@ -512,10 +512,13 @@ def cmd_validate(args):
|
|
|
512
512
|
# ---------------------------------------------------------------------------
|
|
513
513
|
|
|
514
514
|
def main():
|
|
515
|
+
from eic import __version__
|
|
516
|
+
|
|
515
517
|
parser = argparse.ArgumentParser(
|
|
516
518
|
prog="eic",
|
|
517
519
|
description="Everything Is Context — module manager",
|
|
518
520
|
)
|
|
521
|
+
parser.add_argument("--version", action="version", version=f"eic {__version__}")
|
|
519
522
|
subparsers = parser.add_subparsers(dest="command", help="Available commands")
|
|
520
523
|
|
|
521
524
|
# init
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.1.0"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{everythingiscontext-0.2.0 → everythingiscontext-0.2.1}/everythingiscontext.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{everythingiscontext-0.2.0 → everythingiscontext-0.2.1}/everythingiscontext.egg-info/requires.txt
RENAMED
|
File without changes
|
{everythingiscontext-0.2.0 → everythingiscontext-0.2.1}/everythingiscontext.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|