bob-dev 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.
- {bob_dev-0.2.1/src/bob_dev.egg-info → bob_dev-0.2.2}/PKG-INFO +1 -1
- {bob_dev-0.2.1 → bob_dev-0.2.2}/pyproject.toml +1 -1
- {bob_dev-0.2.1 → bob_dev-0.2.2/src/bob_dev.egg-info}/PKG-INFO +1 -1
- {bob_dev-0.2.1 → bob_dev-0.2.2}/LICENSE +0 -0
- {bob_dev-0.2.1 → bob_dev-0.2.2}/README.md +0 -0
- {bob_dev-0.2.1 → bob_dev-0.2.2}/setup.cfg +0 -0
- {bob_dev-0.2.1 → bob_dev-0.2.2}/src/__init__.py +0 -0
- {bob_dev-0.2.1 → bob_dev-0.2.2}/src/bob_dev/__init__.py +0 -0
- {bob_dev-0.2.1 → bob_dev-0.2.2}/src/bob_dev/cli.py +0 -0
- {bob_dev-0.2.1 → bob_dev-0.2.2}/src/bob_dev/constants/__init__.py +0 -0
- {bob_dev-0.2.1 → bob_dev-0.2.2}/src/bob_dev/constants/frameworks.py +0 -0
- {bob_dev-0.2.1 → bob_dev-0.2.2}/src/bob_dev/services/__init__.py +0 -0
- {bob_dev-0.2.1 → bob_dev-0.2.2}/src/bob_dev/services/claude.py +0 -0
- {bob_dev-0.2.1 → bob_dev-0.2.2}/src/bob_dev/services/config.py +0 -0
- {bob_dev-0.2.1 → bob_dev-0.2.2}/src/bob_dev/services/gitlab.py +0 -0
- {bob_dev-0.2.1 → bob_dev-0.2.2}/src/bob_dev/services/jira.py +0 -0
- {bob_dev-0.2.1 → bob_dev-0.2.2}/src/bob_dev/services/llm.py +0 -0
- {bob_dev-0.2.1 → bob_dev-0.2.2}/src/bob_dev/services/project.py +0 -0
- {bob_dev-0.2.1 → bob_dev-0.2.2}/src/bob_dev/services/terminal.py +0 -0
- {bob_dev-0.2.1 → bob_dev-0.2.2}/src/bob_dev.egg-info/SOURCES.txt +0 -0
- {bob_dev-0.2.1 → bob_dev-0.2.2}/src/bob_dev.egg-info/dependency_links.txt +0 -0
- {bob_dev-0.2.1 → bob_dev-0.2.2}/src/bob_dev.egg-info/entry_points.txt +0 -0
- {bob_dev-0.2.1 → bob_dev-0.2.2}/src/bob_dev.egg-info/requires.txt +0 -0
- {bob_dev-0.2.1 → bob_dev-0.2.2}/src/bob_dev.egg-info/top_level.txt +0 -0
- {bob_dev-0.2.1 → bob_dev-0.2.2}/tests/test_cli.py +0 -0
- {bob_dev-0.2.1 → bob_dev-0.2.2}/tests/test_config.py +0 -0
- {bob_dev-0.2.1 → bob_dev-0.2.2}/tests/test_jira.py +0 -0
- {bob_dev-0.2.1 → bob_dev-0.2.2}/tests/test_llm.py +0 -0
- {bob_dev-0.2.1 → bob_dev-0.2.2}/tests/test_project.py +0 -0
- {bob_dev-0.2.1 → bob_dev-0.2.2}/tests/test_terminal.py +0 -0
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "bob-dev"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.2"
|
|
8
8
|
description = "An AI developer to write code for you"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
authors = [{ name="Samuel Pereira dos Santos", email="samuelsantosdev@gmail.com" }]
|
|
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
|