dev-shell 0.9.1__tar.gz → 0.9.1rc1__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.
- {dev_shell-0.9.1 → dev_shell-0.9.1rc1}/PKG-INFO +1 -3
- {dev_shell-0.9.1 → dev_shell-0.9.1rc1}/README.md +0 -2
- {dev_shell-0.9.1 → dev_shell-0.9.1rc1}/dev_shell/__init__.py +1 -1
- {dev_shell-0.9.1 → dev_shell-0.9.1rc1}/dev_shell.egg-info/PKG-INFO +1 -3
- {dev_shell-0.9.1 → dev_shell-0.9.1rc1}/.editorconfig +0 -0
- {dev_shell-0.9.1 → dev_shell-0.9.1rc1}/.flake8 +0 -0
- {dev_shell-0.9.1 → dev_shell-0.9.1rc1}/.github/workflows/tests.yml +0 -0
- {dev_shell-0.9.1 → dev_shell-0.9.1rc1}/.gitignore +0 -0
- {dev_shell-0.9.1 → dev_shell-0.9.1rc1}/LICENSE +0 -0
- {dev_shell-0.9.1 → dev_shell-0.9.1rc1}/dev_shell/__main__.py +0 -0
- {dev_shell-0.9.1 → dev_shell-0.9.1rc1}/dev_shell/base_cmd2_app.py +0 -0
- {dev_shell-0.9.1 → dev_shell-0.9.1rc1}/dev_shell/bootstrap-source.py +0 -0
- {dev_shell-0.9.1 → dev_shell-0.9.1rc1}/dev_shell/command_sets/__init__.py +0 -0
- {dev_shell-0.9.1 → dev_shell-0.9.1rc1}/dev_shell/command_sets/dev_shell_commands.py +0 -0
- {dev_shell-0.9.1 → dev_shell-0.9.1rc1}/dev_shell/config.py +0 -0
- {dev_shell-0.9.1 → dev_shell-0.9.1rc1}/dev_shell/constants.py +0 -0
- {dev_shell-0.9.1 → dev_shell-0.9.1rc1}/dev_shell/dev_shell_app.py +0 -0
- {dev_shell-0.9.1 → dev_shell-0.9.1rc1}/dev_shell/tests/__init__.py +0 -0
- {dev_shell-0.9.1 → dev_shell-0.9.1rc1}/dev_shell/tests/constants.py +0 -0
- {dev_shell-0.9.1 → dev_shell-0.9.1rc1}/dev_shell/tests/fixtures.py +0 -0
- {dev_shell-0.9.1 → dev_shell-0.9.1rc1}/dev_shell/tests/test_bootstrap.py +0 -0
- {dev_shell-0.9.1 → dev_shell-0.9.1rc1}/dev_shell/tests/test_dev_shell_app.py +0 -0
- {dev_shell-0.9.1 → dev_shell-0.9.1rc1}/dev_shell/tests/test_doctests.py +0 -0
- {dev_shell-0.9.1 → dev_shell-0.9.1rc1}/dev_shell/tests/test_project_setup.py +0 -0
- {dev_shell-0.9.1 → dev_shell-0.9.1rc1}/dev_shell/tests/test_source_file.py +0 -0
- {dev_shell-0.9.1 → dev_shell-0.9.1rc1}/dev_shell/tests/utils.py +0 -0
- {dev_shell-0.9.1 → dev_shell-0.9.1rc1}/dev_shell/utils/__init__.py +0 -0
- {dev_shell-0.9.1 → dev_shell-0.9.1rc1}/dev_shell/utils/assertion.py +0 -0
- {dev_shell-0.9.1 → dev_shell-0.9.1rc1}/dev_shell/utils/colorful.py +0 -0
- {dev_shell-0.9.1 → dev_shell-0.9.1rc1}/dev_shell/utils/subprocess_utils.py +0 -0
- {dev_shell-0.9.1 → dev_shell-0.9.1rc1}/dev_shell.egg-info/SOURCES.txt +0 -0
- {dev_shell-0.9.1 → dev_shell-0.9.1rc1}/dev_shell.egg-info/dependency_links.txt +0 -0
- {dev_shell-0.9.1 → dev_shell-0.9.1rc1}/dev_shell.egg-info/entry_points.txt +0 -0
- {dev_shell-0.9.1 → dev_shell-0.9.1rc1}/dev_shell.egg-info/requires.txt +0 -0
- {dev_shell-0.9.1 → dev_shell-0.9.1rc1}/dev_shell.egg-info/top_level.txt +0 -0
- {dev_shell-0.9.1 → dev_shell-0.9.1rc1}/devshell.py +0 -0
- {dev_shell-0.9.1 → dev_shell-0.9.1rc1}/noxfile.py +0 -0
- {dev_shell-0.9.1 → dev_shell-0.9.1rc1}/pyproject.toml +0 -0
- {dev_shell-0.9.1 → dev_shell-0.9.1rc1}/setup.cfg +0 -0
- {dev_shell-0.9.1 → dev_shell-0.9.1rc1}/uv.lock +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: dev-shell
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.1rc1
|
|
4
4
|
Summary: Developer shell for easy startup...
|
|
5
5
|
Author-email: Jens Diemer <dev-shell@jensdiemer.de>
|
|
6
6
|
License: GPL-3.0-or-later
|
|
@@ -14,8 +14,6 @@ Requires-Dist: cli-base-utilities
|
|
|
14
14
|
|
|
15
15
|
# A "dev-shell" for Python projects ;)
|
|
16
16
|
|
|
17
|
-
**Note: The continuation of this project is uncertain!**
|
|
18
|
-
|
|
19
17
|
[](https://github.com/jedie/dev-shell/actions/workflows/tests.yml)
|
|
20
18
|
[](https://app.codecov.io/github/jedie/dev_shell)
|
|
21
19
|
[](https://pypi.org/project/dev_shell/)
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
# A "dev-shell" for Python projects ;)
|
|
2
2
|
|
|
3
|
-
**Note: The continuation of this project is uncertain!**
|
|
4
|
-
|
|
5
3
|
[](https://github.com/jedie/dev-shell/actions/workflows/tests.yml)
|
|
6
4
|
[](https://app.codecov.io/github/jedie/dev_shell)
|
|
7
5
|
[](https://pypi.org/project/dev_shell/)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: dev-shell
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.1rc1
|
|
4
4
|
Summary: Developer shell for easy startup...
|
|
5
5
|
Author-email: Jens Diemer <dev-shell@jensdiemer.de>
|
|
6
6
|
License: GPL-3.0-or-later
|
|
@@ -14,8 +14,6 @@ Requires-Dist: cli-base-utilities
|
|
|
14
14
|
|
|
15
15
|
# A "dev-shell" for Python projects ;)
|
|
16
16
|
|
|
17
|
-
**Note: The continuation of this project is uncertain!**
|
|
18
|
-
|
|
19
17
|
[](https://github.com/jedie/dev-shell/actions/workflows/tests.yml)
|
|
20
18
|
[](https://app.codecov.io/github/jedie/dev_shell)
|
|
21
19
|
[](https://pypi.org/project/dev_shell/)
|
|
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
|