bridgekit 0.3.3__tar.gz → 0.3.4__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.
- {bridgekit-0.3.3 → bridgekit-0.3.4}/PKG-INFO +2 -2
- {bridgekit-0.3.3 → bridgekit-0.3.4}/README.md +1 -1
- {bridgekit-0.3.3 → bridgekit-0.3.4}/bridgekit/__init__.py +1 -1
- {bridgekit-0.3.3 → bridgekit-0.3.4}/bridgekit.egg-info/PKG-INFO +2 -2
- {bridgekit-0.3.3 → bridgekit-0.3.4}/pyproject.toml +1 -1
- {bridgekit-0.3.3 → bridgekit-0.3.4}/LICENSE +0 -0
- {bridgekit-0.3.3 → bridgekit-0.3.4}/bridgekit/config.py +0 -0
- {bridgekit-0.3.3 → bridgekit-0.3.4}/bridgekit/planner.py +0 -0
- {bridgekit-0.3.3 → bridgekit-0.3.4}/bridgekit/redteam.py +0 -0
- {bridgekit-0.3.3 → bridgekit-0.3.4}/bridgekit/reviewer.py +0 -0
- {bridgekit-0.3.3 → bridgekit-0.3.4}/bridgekit/search.py +0 -0
- {bridgekit-0.3.3 → bridgekit-0.3.4}/bridgekit.egg-info/SOURCES.txt +0 -0
- {bridgekit-0.3.3 → bridgekit-0.3.4}/bridgekit.egg-info/dependency_links.txt +0 -0
- {bridgekit-0.3.3 → bridgekit-0.3.4}/bridgekit.egg-info/requires.txt +0 -0
- {bridgekit-0.3.3 → bridgekit-0.3.4}/bridgekit.egg-info/top_level.txt +0 -0
- {bridgekit-0.3.3 → bridgekit-0.3.4}/setup.cfg +0 -0
- {bridgekit-0.3.3 → bridgekit-0.3.4}/tests/test_planner.py +0 -0
- {bridgekit-0.3.3 → bridgekit-0.3.4}/tests/test_reviewer.py +0 -0
- {bridgekit-0.3.3 → bridgekit-0.3.4}/tests/test_search.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: bridgekit
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.4
|
|
4
4
|
Summary: AI tools that make you a better data scientist, not a redundant one.
|
|
5
5
|
License: MIT
|
|
6
6
|
Project-URL: Homepage, https://github.com/getbridgekit/bridgekit
|
|
@@ -27,7 +27,7 @@ Requires-Dist: pytest-mock>=3.0.0; extra == "dev"
|
|
|
27
27
|
Dynamic: license-file
|
|
28
28
|
|
|
29
29
|
<p align="center">
|
|
30
|
-
<img src="assets/logo.png" alt="Bridgekit" width="200"/>
|
|
30
|
+
<img src="https://raw.githubusercontent.com/getbridgekit/bridgekit/main/assets/logo.png" alt="Bridgekit" width="200"/>
|
|
31
31
|
</p>
|
|
32
32
|
|
|
33
33
|
# Bridgekit
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: bridgekit
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.4
|
|
4
4
|
Summary: AI tools that make you a better data scientist, not a redundant one.
|
|
5
5
|
License: MIT
|
|
6
6
|
Project-URL: Homepage, https://github.com/getbridgekit/bridgekit
|
|
@@ -27,7 +27,7 @@ Requires-Dist: pytest-mock>=3.0.0; extra == "dev"
|
|
|
27
27
|
Dynamic: license-file
|
|
28
28
|
|
|
29
29
|
<p align="center">
|
|
30
|
-
<img src="assets/logo.png" alt="Bridgekit" width="200"/>
|
|
30
|
+
<img src="https://raw.githubusercontent.com/getbridgekit/bridgekit/main/assets/logo.png" alt="Bridgekit" width="200"/>
|
|
31
31
|
</p>
|
|
32
32
|
|
|
33
33
|
# Bridgekit
|
|
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
|