axiometa-cli 2.0.0__tar.gz → 2.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.
- {axiometa_cli-2.0.0 → axiometa_cli-2.0.1}/PKG-INFO +1 -2
- {axiometa_cli-2.0.0 → axiometa_cli-2.0.1}/axiometa_cli.egg-info/PKG-INFO +1 -2
- {axiometa_cli-2.0.0 → axiometa_cli-2.0.1}/pyproject.toml +4 -2
- {axiometa_cli-2.0.0 → axiometa_cli-2.0.1}/README.md +0 -0
- {axiometa_cli-2.0.0 → axiometa_cli-2.0.1}/axiometa_cli/__init__.py +0 -0
- {axiometa_cli-2.0.0 → axiometa_cli-2.0.1}/axiometa_cli/__main__.py +0 -0
- {axiometa_cli-2.0.0 → axiometa_cli-2.0.1}/axiometa_cli/cli.py +0 -0
- {axiometa_cli-2.0.0 → axiometa_cli-2.0.1}/axiometa_cli/core.py +0 -0
- {axiometa_cli-2.0.0 → axiometa_cli-2.0.1}/axiometa_cli/detect.py +0 -0
- {axiometa_cli-2.0.0 → axiometa_cli-2.0.1}/axiometa_cli/knowledge_client.py +0 -0
- {axiometa_cli-2.0.0 → axiometa_cli-2.0.1}/axiometa_cli/mcp.py +0 -0
- {axiometa_cli-2.0.0 → axiometa_cli-2.0.1}/axiometa_cli/provision.py +0 -0
- {axiometa_cli-2.0.0 → axiometa_cli-2.0.1}/axiometa_cli/toolchain.py +0 -0
- {axiometa_cli-2.0.0 → axiometa_cli-2.0.1}/axiometa_cli/ui.py +0 -0
- {axiometa_cli-2.0.0 → axiometa_cli-2.0.1}/axiometa_cli.egg-info/SOURCES.txt +0 -0
- {axiometa_cli-2.0.0 → axiometa_cli-2.0.1}/axiometa_cli.egg-info/dependency_links.txt +0 -0
- {axiometa_cli-2.0.0 → axiometa_cli-2.0.1}/axiometa_cli.egg-info/entry_points.txt +0 -0
- {axiometa_cli-2.0.0 → axiometa_cli-2.0.1}/axiometa_cli.egg-info/requires.txt +0 -0
- {axiometa_cli-2.0.0 → axiometa_cli-2.0.1}/axiometa_cli.egg-info/top_level.txt +0 -0
- {axiometa_cli-2.0.0 → axiometa_cli-2.0.1}/setup.cfg +0 -0
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: axiometa-cli
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.1
|
|
4
4
|
Summary: Axiometa hardware truths and upload methods, for your editor and your AI.
|
|
5
5
|
Author-email: Axiometa <dr.dumcius@gmail.com>
|
|
6
6
|
Project-URL: Homepage, https://axiometa.io
|
|
7
|
-
Project-URL: Source, https://github.com/axiometa/axiometa-studio/tree/main/axiometa-cli
|
|
8
7
|
Project-URL: Studio, https://studio.axiometa.io
|
|
9
8
|
Keywords: hardware,ai,mcp,esp32,nrf52840,arduino,iot,cli,maker,embedded
|
|
10
9
|
Classifier: Development Status :: 4 - Beta
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: axiometa-cli
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.1
|
|
4
4
|
Summary: Axiometa hardware truths and upload methods, for your editor and your AI.
|
|
5
5
|
Author-email: Axiometa <dr.dumcius@gmail.com>
|
|
6
6
|
Project-URL: Homepage, https://axiometa.io
|
|
7
|
-
Project-URL: Source, https://github.com/axiometa/axiometa-studio/tree/main/axiometa-cli
|
|
8
7
|
Project-URL: Studio, https://studio.axiometa.io
|
|
9
8
|
Keywords: hardware,ai,mcp,esp32,nrf52840,arduino,iot,cli,maker,embedded
|
|
10
9
|
Classifier: Development Status :: 4 - Beta
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "axiometa-cli"
|
|
3
|
-
version = "2.0.
|
|
3
|
+
version = "2.0.1"
|
|
4
4
|
description = "Axiometa hardware truths and upload methods, for your editor and your AI."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.9"
|
|
@@ -24,9 +24,11 @@ classifiers = [
|
|
|
24
24
|
# from cli.axiometa.io and cached (knowledge_client.py).
|
|
25
25
|
dependencies = ["pyserial>=3.5"]
|
|
26
26
|
|
|
27
|
+
# No Source link: the repository is private, so the URL 404s for anyone who checks — and someone
|
|
28
|
+
# auditing a package that touches USB and downloads a toolchain is exactly who checks. A dead link
|
|
29
|
+
# reads worse than no link.
|
|
27
30
|
[project.urls]
|
|
28
31
|
Homepage = "https://axiometa.io"
|
|
29
|
-
Source = "https://github.com/axiometa/axiometa-studio/tree/main/axiometa-cli"
|
|
30
32
|
Studio = "https://studio.axiometa.io"
|
|
31
33
|
|
|
32
34
|
[project.scripts]
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|