python-base-command 0.1.0__tar.gz → 0.1.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.
Files changed (41) hide show
  1. {python_base_command-0.1.0 → python_base_command-0.1.1}/PKG-INFO +4 -4
  2. {python_base_command-0.1.0 → python_base_command-0.1.1}/pyproject.toml +4 -4
  3. {python_base_command-0.1.0 → python_base_command-0.1.1}/python_base_command/__init__.py +4 -1
  4. {python_base_command-0.1.0 → python_base_command-0.1.1}/.config/README.md +0 -0
  5. {python_base_command-0.1.0 → python_base_command-0.1.1}/.config/black.toml +0 -0
  6. {python_base_command-0.1.0 → python_base_command-0.1.1}/.config/pylintrc +0 -0
  7. {python_base_command-0.1.0 → python_base_command-0.1.1}/.config/pylintrc_tests +0 -0
  8. {python_base_command-0.1.0 → python_base_command-0.1.1}/.config/ruff.toml +0 -0
  9. {python_base_command-0.1.0 → python_base_command-0.1.1}/.github/CODEOWNERS +0 -0
  10. {python_base_command-0.1.0 → python_base_command-0.1.1}/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
  11. {python_base_command-0.1.0 → python_base_command-0.1.1}/.github/instructions/IDE Agent/chat-titles.md +0 -0
  12. {python_base_command-0.1.0 → python_base_command-0.1.1}/.github/instructions/IDE Agent/claude-sonnet-4.md +0 -0
  13. {python_base_command-0.1.0 → python_base_command-0.1.1}/.github/instructions/IDE Agent/gemini-2.5-pro.md +0 -0
  14. {python_base_command-0.1.0 → python_base_command-0.1.1}/.github/instructions/IDE Agent/gpt-4.1.md +0 -0
  15. {python_base_command-0.1.0 → python_base_command-0.1.1}/.github/instructions/IDE Agent/gpt-4o.md +0 -0
  16. {python_base_command-0.1.0 → python_base_command-0.1.1}/.github/instructions/IDE Agent/gpt-5-mini.md +0 -0
  17. {python_base_command-0.1.0 → python_base_command-0.1.1}/.github/instructions/IDE Agent/gpt-5.md +0 -0
  18. {python_base_command-0.1.0 → python_base_command-0.1.1}/.github/instructions/IDE Agent/nes-tab-completion.md +0 -0
  19. {python_base_command-0.1.0 → python_base_command-0.1.1}/.github/instructions/IDE Agent/prompt.md +0 -0
  20. {python_base_command-0.1.0 → python_base_command-0.1.1}/.github/pull_request_template.md +0 -0
  21. {python_base_command-0.1.0 → python_base_command-0.1.1}/.github/workflows/lint.yml +0 -0
  22. {python_base_command-0.1.0 → python_base_command-0.1.1}/.github/workflows/publish_to_pypi.yml +0 -0
  23. {python_base_command-0.1.0 → python_base_command-0.1.1}/.github/workflows/tests.yml +0 -0
  24. {python_base_command-0.1.0 → python_base_command-0.1.1}/.gitignore +0 -0
  25. {python_base_command-0.1.0 → python_base_command-0.1.1}/.pre-commit-config.yaml +0 -0
  26. {python_base_command-0.1.0 → python_base_command-0.1.1}/CHANGELOG.md +0 -0
  27. {python_base_command-0.1.0 → python_base_command-0.1.1}/LICENSE +0 -0
  28. {python_base_command-0.1.0 → python_base_command-0.1.1}/MANIFEST.in +0 -0
  29. {python_base_command-0.1.0 → python_base_command-0.1.1}/README.md +0 -0
  30. {python_base_command-0.1.0 → python_base_command-0.1.1}/Taskfile.yml +0 -0
  31. {python_base_command-0.1.0 → python_base_command-0.1.1}/cli.py +0 -0
  32. {python_base_command-0.1.0 → python_base_command-0.1.1}/pytest.ini +0 -0
  33. {python_base_command-0.1.0 → python_base_command-0.1.1}/python_base_command/base.py +0 -0
  34. {python_base_command-0.1.0 → python_base_command-0.1.1}/python_base_command/registry.py +0 -0
  35. {python_base_command-0.1.0 → python_base_command-0.1.1}/python_base_command/runner.py +0 -0
  36. {python_base_command-0.1.0 → python_base_command-0.1.1}/python_base_command/utils.py +0 -0
  37. {python_base_command-0.1.0 → python_base_command-0.1.1}/tests/__init__.py +0 -0
  38. {python_base_command-0.1.0 → python_base_command-0.1.1}/tests/test_base_command.py +0 -0
  39. {python_base_command-0.1.0 → python_base_command-0.1.1}/usage_example/__init__.py +0 -0
  40. {python_base_command-0.1.0 → python_base_command-0.1.1}/usage_example/commands/__init__.py +0 -0
  41. {python_base_command-0.1.0 → python_base_command-0.1.1}/usage_example/commands/greet.py +0 -0
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-base-command
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Django-style BaseCommand framework for standalone Python CLI tools
5
- Project-URL: Homepage, https://github.com/yourusername/python-base-command
6
- Project-URL: Repository, https://github.com/yourusername/python-base-command
7
- Project-URL: Issues, https://github.com/yourusername/python-base-command/issues
5
+ Project-URL: Homepage, https://github.com/aviz92/python-base-command
6
+ Project-URL: Repository, https://github.com/aviz92/python-base-command
7
+ Project-URL: Issues, https://github.com/aviz92/python-base-command/issues
8
8
  License: MIT
9
9
  License-File: LICENSE
10
10
  Keywords: argparse,cli,command,django,management
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "python-base-command"
7
- version = "0.1.0"
7
+ version = "0.1.1"
8
8
  description = "Django-style BaseCommand framework for standalone Python CLI tools"
9
9
  readme = "README.md"
10
10
  license = { text = "MIT" }
@@ -25,9 +25,9 @@ classifiers = [
25
25
  ]
26
26
 
27
27
  [project.urls]
28
- Homepage = "https://github.com/yourusername/python-base-command"
29
- Repository = "https://github.com/yourusername/python-base-command"
30
- Issues = "https://github.com/yourusername/python-base-command/issues"
28
+ Homepage = "https://github.com/aviz92/python-base-command"
29
+ Repository = "https://github.com/aviz92/python-base-command"
30
+ Issues = "https://github.com/aviz92/python-base-command/issues"
31
31
 
32
32
  [tool.hatch.build.targets.wheel]
33
33
  packages = ["python_base_command"]
@@ -37,4 +37,7 @@ __all__ = [
37
37
  "call_command",
38
38
  ]
39
39
 
40
- build_logger(project_name="python-base-command")
40
+ build_logger(
41
+ project_name="python-base-command",
42
+ log_format="%(asctime)s | %(levelname)s | %(message)s",
43
+ )