maxc-cli 0.2.1__tar.gz → 0.2.2__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.
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/PKG-INFO +2 -3
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/setup.py +2 -3
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/__init__.py +1 -1
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/cli.py +2 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/helpers.py +2 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/masking.py +1 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/setting_parser.py +2 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli.egg-info/PKG-INFO +2 -3
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/MANIFEST.in +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/README.md +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/pyproject.toml +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/scripts/regression_test.py +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/setup.cfg +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/__main__.py +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/app.py +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/audit.py +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/auth_providers.py +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/backend/__init__.py +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/backend/auth.py +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/backend/catalog.py +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/backend/data.py +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/backend/job.py +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/backend/meta.py +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/backend/odps.py +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/backend/query.py +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/cache.py +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/config.py +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/exceptions.py +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/models.py +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/output.py +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/skills/SKILL.md +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/skills/agents/openai.yaml +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/skills/references/bootstrap-auth.md +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/skills/references/bootstrap-flow.md +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/skills/references/command-patterns.md +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/skills/references/json-output-format.md +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/skills/references/maxcompute-sql-notes.md +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/skills/references/migrate-from-odpscmd.md +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/skills/references/partition-guide.md +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/skills/references/red-lines.md +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/skills/references/setup-install.md +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/store.py +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/utils.py +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli.egg-info/SOURCES.txt +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli.egg-info/dependency_links.txt +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli.egg-info/entry_points.txt +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli.egg-info/requires.txt +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli.egg-info/top_level.txt +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/tests/test_agent_hints_and_cli.py +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/tests/test_agent_skill_commands_context.py +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/tests/test_cache.py +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/tests/test_catalog.py +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/tests/test_cli_mock.py +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/tests/test_compat.py +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/tests/test_e2e_smoke.py +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/tests/test_error_self_correction.py +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/tests/test_external_auth.py +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/tests/test_integration.py +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/tests/test_integration_real.py +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/tests/test_job_improvements.py +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/tests/test_masking.py +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/tests/test_phase1_improvements.py +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/tests/test_query_auto_promote.py +0 -0
- {maxc_cli-0.2.1 → maxc_cli-0.2.2}/tests/test_setting_parser.py +0 -0
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: maxc-cli
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: Agent-native MaxCompute CLI for external coding agents
|
|
5
5
|
Classifier: Programming Language :: Python :: 3
|
|
6
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
7
6
|
Classifier: Programming Language :: Python :: 3.9
|
|
8
7
|
Classifier: Programming Language :: Python :: 3.10
|
|
9
8
|
Classifier: Programming Language :: Python :: 3.11
|
|
10
9
|
Classifier: Programming Language :: Python :: 3.12
|
|
11
10
|
Classifier: Programming Language :: Python :: 3.13
|
|
12
11
|
Classifier: Programming Language :: Python :: 3.14
|
|
13
|
-
Requires-Python: >=3.
|
|
12
|
+
Requires-Python: >=3.9
|
|
14
13
|
Description-Content-Type: text/markdown
|
|
15
14
|
Requires-Dist: PyYAML>=5.4
|
|
16
15
|
Requires-Dist: pyodps
|
|
@@ -9,11 +9,11 @@ README = ROOT / "README.md"
|
|
|
9
9
|
|
|
10
10
|
setup(
|
|
11
11
|
name="maxc-cli",
|
|
12
|
-
version="0.2.
|
|
12
|
+
version="0.2.2",
|
|
13
13
|
description="Agent-native MaxCompute CLI for external coding agents",
|
|
14
14
|
long_description=README.read_text(encoding="utf-8"),
|
|
15
15
|
long_description_content_type="text/markdown",
|
|
16
|
-
python_requires=">=3.
|
|
16
|
+
python_requires=">=3.9",
|
|
17
17
|
package_dir={"": "src"},
|
|
18
18
|
packages=find_packages(where="src"),
|
|
19
19
|
include_package_data=True,
|
|
@@ -26,7 +26,6 @@ setup(
|
|
|
26
26
|
},
|
|
27
27
|
classifiers=[
|
|
28
28
|
"Programming Language :: Python :: 3",
|
|
29
|
-
"Programming Language :: Python :: 3.8",
|
|
30
29
|
"Programming Language :: Python :: 3.9",
|
|
31
30
|
"Programming Language :: Python :: 3.10",
|
|
32
31
|
"Programming Language :: Python :: 3.11",
|
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: maxc-cli
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: Agent-native MaxCompute CLI for external coding agents
|
|
5
5
|
Classifier: Programming Language :: Python :: 3
|
|
6
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
7
6
|
Classifier: Programming Language :: Python :: 3.9
|
|
8
7
|
Classifier: Programming Language :: Python :: 3.10
|
|
9
8
|
Classifier: Programming Language :: Python :: 3.11
|
|
10
9
|
Classifier: Programming Language :: Python :: 3.12
|
|
11
10
|
Classifier: Programming Language :: Python :: 3.13
|
|
12
11
|
Classifier: Programming Language :: Python :: 3.14
|
|
13
|
-
Requires-Python: >=3.
|
|
12
|
+
Requires-Python: >=3.9
|
|
14
13
|
Description-Content-Type: text/markdown
|
|
15
14
|
Requires-Dist: PyYAML>=5.4
|
|
16
15
|
Requires-Dist: pyodps
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|