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.
Files changed (64) hide show
  1. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/PKG-INFO +2 -3
  2. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/setup.py +2 -3
  3. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/__init__.py +1 -1
  4. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/cli.py +2 -0
  5. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/helpers.py +2 -0
  6. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/masking.py +1 -0
  7. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/setting_parser.py +2 -0
  8. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli.egg-info/PKG-INFO +2 -3
  9. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/MANIFEST.in +0 -0
  10. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/README.md +0 -0
  11. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/pyproject.toml +0 -0
  12. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/scripts/regression_test.py +0 -0
  13. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/setup.cfg +0 -0
  14. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/__main__.py +0 -0
  15. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/app.py +0 -0
  16. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/audit.py +0 -0
  17. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/auth_providers.py +0 -0
  18. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/backend/__init__.py +0 -0
  19. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/backend/auth.py +0 -0
  20. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/backend/catalog.py +0 -0
  21. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/backend/data.py +0 -0
  22. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/backend/job.py +0 -0
  23. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/backend/meta.py +0 -0
  24. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/backend/odps.py +0 -0
  25. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/backend/query.py +0 -0
  26. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/cache.py +0 -0
  27. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/config.py +0 -0
  28. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/exceptions.py +0 -0
  29. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/models.py +0 -0
  30. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/output.py +0 -0
  31. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/skills/SKILL.md +0 -0
  32. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/skills/agents/openai.yaml +0 -0
  33. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/skills/references/bootstrap-auth.md +0 -0
  34. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/skills/references/bootstrap-flow.md +0 -0
  35. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/skills/references/command-patterns.md +0 -0
  36. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/skills/references/json-output-format.md +0 -0
  37. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/skills/references/maxcompute-sql-notes.md +0 -0
  38. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/skills/references/migrate-from-odpscmd.md +0 -0
  39. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/skills/references/partition-guide.md +0 -0
  40. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/skills/references/red-lines.md +0 -0
  41. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/skills/references/setup-install.md +0 -0
  42. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/store.py +0 -0
  43. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli/utils.py +0 -0
  44. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli.egg-info/SOURCES.txt +0 -0
  45. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli.egg-info/dependency_links.txt +0 -0
  46. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli.egg-info/entry_points.txt +0 -0
  47. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli.egg-info/requires.txt +0 -0
  48. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/src/maxc_cli.egg-info/top_level.txt +0 -0
  49. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/tests/test_agent_hints_and_cli.py +0 -0
  50. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/tests/test_agent_skill_commands_context.py +0 -0
  51. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/tests/test_cache.py +0 -0
  52. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/tests/test_catalog.py +0 -0
  53. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/tests/test_cli_mock.py +0 -0
  54. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/tests/test_compat.py +0 -0
  55. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/tests/test_e2e_smoke.py +0 -0
  56. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/tests/test_error_self_correction.py +0 -0
  57. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/tests/test_external_auth.py +0 -0
  58. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/tests/test_integration.py +0 -0
  59. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/tests/test_integration_real.py +0 -0
  60. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/tests/test_job_improvements.py +0 -0
  61. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/tests/test_masking.py +0 -0
  62. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/tests/test_phase1_improvements.py +0 -0
  63. {maxc_cli-0.2.1 → maxc_cli-0.2.2}/tests/test_query_auto_promote.py +0 -0
  64. {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.1
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.8
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.1",
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.8",
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",
@@ -2,4 +2,4 @@
2
2
 
3
3
  __all__ = ["__version__"]
4
4
 
5
- __version__ = "0.2.1"
5
+ __version__ = "0.2.2"
@@ -1,4 +1,6 @@
1
1
 
2
+ from __future__ import annotations
3
+
2
4
  import argparse
3
5
  import difflib
4
6
  import sys
@@ -1,5 +1,7 @@
1
1
  """Helper functions for MaxCompute backend operations."""
2
2
 
3
+ from __future__ import annotations
4
+
3
5
  from collections import Counter
4
6
  from datetime import date, datetime, time, timezone
5
7
  from decimal import Decimal
@@ -1,3 +1,4 @@
1
+ from __future__ import annotations
1
2
 
2
3
  import re
3
4
  from typing import Any
@@ -1,3 +1,5 @@
1
+ from __future__ import annotations
2
+
1
3
  from enum import Enum
2
4
  from typing import Dict, List, NamedTuple
3
5
 
@@ -1,16 +1,15 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: maxc-cli
3
- Version: 0.2.1
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.8
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