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.
- {python_base_command-0.1.5 → python_base_command-0.1.6}/PKG-INFO +2 -2
- {python_base_command-0.1.5 → python_base_command-0.1.6}/pyproject.toml +2 -2
- {python_base_command-0.1.5 → python_base_command-0.1.6}/.config/README.md +0 -0
- {python_base_command-0.1.5 → python_base_command-0.1.6}/.config/black.toml +0 -0
- {python_base_command-0.1.5 → python_base_command-0.1.6}/.config/pylintrc +0 -0
- {python_base_command-0.1.5 → python_base_command-0.1.6}/.config/pylintrc_tests +0 -0
- {python_base_command-0.1.5 → python_base_command-0.1.6}/.config/ruff.toml +0 -0
- {python_base_command-0.1.5 → python_base_command-0.1.6}/.github/CODEOWNERS +0 -0
- {python_base_command-0.1.5 → python_base_command-0.1.6}/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
- {python_base_command-0.1.5 → python_base_command-0.1.6}/.github/instructions/IDE Agent/chat-titles.md +0 -0
- {python_base_command-0.1.5 → python_base_command-0.1.6}/.github/instructions/IDE Agent/claude-sonnet-4.md +0 -0
- {python_base_command-0.1.5 → python_base_command-0.1.6}/.github/instructions/IDE Agent/gemini-2.5-pro.md +0 -0
- {python_base_command-0.1.5 → python_base_command-0.1.6}/.github/instructions/IDE Agent/gpt-4.1.md +0 -0
- {python_base_command-0.1.5 → python_base_command-0.1.6}/.github/instructions/IDE Agent/gpt-4o.md +0 -0
- {python_base_command-0.1.5 → python_base_command-0.1.6}/.github/instructions/IDE Agent/gpt-5-mini.md +0 -0
- {python_base_command-0.1.5 → python_base_command-0.1.6}/.github/instructions/IDE Agent/gpt-5.md +0 -0
- {python_base_command-0.1.5 → python_base_command-0.1.6}/.github/instructions/IDE Agent/nes-tab-completion.md +0 -0
- {python_base_command-0.1.5 → python_base_command-0.1.6}/.github/instructions/IDE Agent/prompt.md +0 -0
- {python_base_command-0.1.5 → python_base_command-0.1.6}/.github/pull_request_template.md +0 -0
- {python_base_command-0.1.5 → python_base_command-0.1.6}/.github/workflows/lint.yml +0 -0
- {python_base_command-0.1.5 → python_base_command-0.1.6}/.github/workflows/publish_to_pypi.yml +0 -0
- {python_base_command-0.1.5 → python_base_command-0.1.6}/.github/workflows/tests.yml +0 -0
- {python_base_command-0.1.5 → python_base_command-0.1.6}/.gitignore +0 -0
- {python_base_command-0.1.5 → python_base_command-0.1.6}/.pre-commit-config.yaml +0 -0
- {python_base_command-0.1.5 → python_base_command-0.1.6}/CHANGELOG.md +0 -0
- {python_base_command-0.1.5 → python_base_command-0.1.6}/LICENSE +0 -0
- {python_base_command-0.1.5 → python_base_command-0.1.6}/MANIFEST.in +0 -0
- {python_base_command-0.1.5 → python_base_command-0.1.6}/README.md +0 -0
- {python_base_command-0.1.5 → python_base_command-0.1.6}/Taskfile.yml +0 -0
- {python_base_command-0.1.5 → python_base_command-0.1.6}/cli.py +0 -0
- {python_base_command-0.1.5 → python_base_command-0.1.6}/pytest.ini +0 -0
- {python_base_command-0.1.5 → python_base_command-0.1.6}/python_base_command/__init__.py +0 -0
- {python_base_command-0.1.5 → python_base_command-0.1.6}/python_base_command/base.py +0 -0
- {python_base_command-0.1.5 → python_base_command-0.1.6}/python_base_command/registry.py +0 -0
- {python_base_command-0.1.5 → python_base_command-0.1.6}/python_base_command/runner.py +0 -0
- {python_base_command-0.1.5 → python_base_command-0.1.6}/python_base_command/utils.py +0 -0
- {python_base_command-0.1.5 → python_base_command-0.1.6}/tests/__init__.py +0 -0
- {python_base_command-0.1.5 → python_base_command-0.1.6}/tests/test_base_command.py +0 -0
- {python_base_command-0.1.5 → python_base_command-0.1.6}/usage_example/__init__.py +0 -0
- {python_base_command-0.1.5 → python_base_command-0.1.6}/usage_example/commands/__init__.py +0 -0
- {python_base_command-0.1.5 → python_base_command-0.1.6}/usage_example/commands/greet.py +0 -0
- {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.
|
|
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.
|
|
21
|
+
Requires-Dist: python-base-toolkit>=1.0.3
|
|
22
22
|
Description-Content-Type: text/markdown
|
|
23
23
|
|
|
24
24
|

|
|
@@ -4,14 +4,14 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "python-base-command"
|
|
7
|
-
version = "0.1.
|
|
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.
|
|
14
|
+
"python-base-toolkit>=1.0.3",
|
|
15
15
|
]
|
|
16
16
|
keywords = ["cli", "command", "argparse", "django", "management"]
|
|
17
17
|
classifiers = [
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_base_command-0.1.5 → python_base_command-0.1.6}/.github/ISSUE_TEMPLATE/bug_report.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_base_command-0.1.5 → python_base_command-0.1.6}/.github/instructions/IDE Agent/gpt-4.1.md
RENAMED
|
File without changes
|
{python_base_command-0.1.5 → python_base_command-0.1.6}/.github/instructions/IDE Agent/gpt-4o.md
RENAMED
|
File without changes
|
{python_base_command-0.1.5 → python_base_command-0.1.6}/.github/instructions/IDE Agent/gpt-5-mini.md
RENAMED
|
File without changes
|
{python_base_command-0.1.5 → python_base_command-0.1.6}/.github/instructions/IDE Agent/gpt-5.md
RENAMED
|
File without changes
|
|
File without changes
|
{python_base_command-0.1.5 → python_base_command-0.1.6}/.github/instructions/IDE Agent/prompt.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_base_command-0.1.5 → python_base_command-0.1.6}/.github/workflows/publish_to_pypi.yml
RENAMED
|
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
|
{python_base_command-0.1.5 → python_base_command-0.1.6}/usage_example/commands/registry_cmd.py
RENAMED
|
File without changes
|