python-base-command 0.1.5__tar.gz → 0.1.6__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 (42) hide show
  1. {python_base_command-0.1.5 → python_base_command-0.1.6}/PKG-INFO +2 -2
  2. {python_base_command-0.1.5 → python_base_command-0.1.6}/pyproject.toml +2 -2
  3. {python_base_command-0.1.5 → python_base_command-0.1.6}/.config/README.md +0 -0
  4. {python_base_command-0.1.5 → python_base_command-0.1.6}/.config/black.toml +0 -0
  5. {python_base_command-0.1.5 → python_base_command-0.1.6}/.config/pylintrc +0 -0
  6. {python_base_command-0.1.5 → python_base_command-0.1.6}/.config/pylintrc_tests +0 -0
  7. {python_base_command-0.1.5 → python_base_command-0.1.6}/.config/ruff.toml +0 -0
  8. {python_base_command-0.1.5 → python_base_command-0.1.6}/.github/CODEOWNERS +0 -0
  9. {python_base_command-0.1.5 → python_base_command-0.1.6}/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
  10. {python_base_command-0.1.5 → python_base_command-0.1.6}/.github/instructions/IDE Agent/chat-titles.md +0 -0
  11. {python_base_command-0.1.5 → python_base_command-0.1.6}/.github/instructions/IDE Agent/claude-sonnet-4.md +0 -0
  12. {python_base_command-0.1.5 → python_base_command-0.1.6}/.github/instructions/IDE Agent/gemini-2.5-pro.md +0 -0
  13. {python_base_command-0.1.5 → python_base_command-0.1.6}/.github/instructions/IDE Agent/gpt-4.1.md +0 -0
  14. {python_base_command-0.1.5 → python_base_command-0.1.6}/.github/instructions/IDE Agent/gpt-4o.md +0 -0
  15. {python_base_command-0.1.5 → python_base_command-0.1.6}/.github/instructions/IDE Agent/gpt-5-mini.md +0 -0
  16. {python_base_command-0.1.5 → python_base_command-0.1.6}/.github/instructions/IDE Agent/gpt-5.md +0 -0
  17. {python_base_command-0.1.5 → python_base_command-0.1.6}/.github/instructions/IDE Agent/nes-tab-completion.md +0 -0
  18. {python_base_command-0.1.5 → python_base_command-0.1.6}/.github/instructions/IDE Agent/prompt.md +0 -0
  19. {python_base_command-0.1.5 → python_base_command-0.1.6}/.github/pull_request_template.md +0 -0
  20. {python_base_command-0.1.5 → python_base_command-0.1.6}/.github/workflows/lint.yml +0 -0
  21. {python_base_command-0.1.5 → python_base_command-0.1.6}/.github/workflows/publish_to_pypi.yml +0 -0
  22. {python_base_command-0.1.5 → python_base_command-0.1.6}/.github/workflows/tests.yml +0 -0
  23. {python_base_command-0.1.5 → python_base_command-0.1.6}/.gitignore +0 -0
  24. {python_base_command-0.1.5 → python_base_command-0.1.6}/.pre-commit-config.yaml +0 -0
  25. {python_base_command-0.1.5 → python_base_command-0.1.6}/CHANGELOG.md +0 -0
  26. {python_base_command-0.1.5 → python_base_command-0.1.6}/LICENSE +0 -0
  27. {python_base_command-0.1.5 → python_base_command-0.1.6}/MANIFEST.in +0 -0
  28. {python_base_command-0.1.5 → python_base_command-0.1.6}/README.md +0 -0
  29. {python_base_command-0.1.5 → python_base_command-0.1.6}/Taskfile.yml +0 -0
  30. {python_base_command-0.1.5 → python_base_command-0.1.6}/cli.py +0 -0
  31. {python_base_command-0.1.5 → python_base_command-0.1.6}/pytest.ini +0 -0
  32. {python_base_command-0.1.5 → python_base_command-0.1.6}/python_base_command/__init__.py +0 -0
  33. {python_base_command-0.1.5 → python_base_command-0.1.6}/python_base_command/base.py +0 -0
  34. {python_base_command-0.1.5 → python_base_command-0.1.6}/python_base_command/registry.py +0 -0
  35. {python_base_command-0.1.5 → python_base_command-0.1.6}/python_base_command/runner.py +0 -0
  36. {python_base_command-0.1.5 → python_base_command-0.1.6}/python_base_command/utils.py +0 -0
  37. {python_base_command-0.1.5 → python_base_command-0.1.6}/tests/__init__.py +0 -0
  38. {python_base_command-0.1.5 → python_base_command-0.1.6}/tests/test_base_command.py +0 -0
  39. {python_base_command-0.1.5 → python_base_command-0.1.6}/usage_example/__init__.py +0 -0
  40. {python_base_command-0.1.5 → python_base_command-0.1.6}/usage_example/commands/__init__.py +0 -0
  41. {python_base_command-0.1.5 → python_base_command-0.1.6}/usage_example/commands/greet.py +0 -0
  42. {python_base_command-0.1.5 → python_base_command-0.1.6}/usage_example/commands/registry_cmd.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-base-command
3
- Version: 0.1.5
3
+ Version: 0.1.6
4
4
  Summary: Django-style BaseCommand framework for standalone Python CLI tools
5
5
  Project-URL: Homepage, https://github.com/aviz92/python-base-command
6
6
  Project-URL: Repository, https://github.com/aviz92/python-base-command
@@ -18,7 +18,7 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
18
18
  Classifier: Topic :: Utilities
19
19
  Requires-Python: >=3.12
20
20
  Requires-Dist: custom-python-logger>=2.0.13
21
- Requires-Dist: python-base-toolkit>=1.0.2
21
+ Requires-Dist: python-base-toolkit>=1.0.3
22
22
  Description-Content-Type: text/markdown
23
23
 
24
24
  ![PyPI version](https://img.shields.io/pypi/v/python-base-command)
@@ -4,14 +4,14 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "python-base-command"
7
- version = "0.1.5"
7
+ version = "0.1.6"
8
8
  description = "Django-style BaseCommand framework for standalone Python CLI tools"
9
9
  readme = "README.md"
10
10
  license = { text = "MIT" }
11
11
  requires-python = ">=3.12"
12
12
  dependencies = [
13
13
  "custom-python-logger>=2.0.13",
14
- "python-base-toolkit>=1.0.2",
14
+ "python-base-toolkit>=1.0.3",
15
15
  ]
16
16
  keywords = ["cli", "command", "argparse", "django", "management"]
17
17
  classifiers = [