crewplus 0.1.0__py3-none-any.whl → 0.1.1__py3-none-any.whl
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.
Potentially problematic release.
This version of crewplus might be problematic. Click here for more details.
- {crewplus-0.1.0.dist-info → crewplus-0.1.1.dist-info}/METADATA +4 -4
- {crewplus-0.1.0.dist-info → crewplus-0.1.1.dist-info}/RECORD +5 -5
- {crewplus-0.1.0.dist-info → crewplus-0.1.1.dist-info}/WHEEL +0 -0
- {crewplus-0.1.0.dist-info → crewplus-0.1.1.dist-info}/entry_points.txt +0 -0
- {crewplus-0.1.0.dist-info → crewplus-0.1.1.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: crewplus
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Base services for CrewPlus AI applications
|
|
5
5
|
Author-Email: Tim Liu <tim@opsmateai.com>
|
|
6
6
|
License: MIT
|
|
@@ -74,12 +74,12 @@ print(response)
|
|
|
74
74
|
The `crewplus-base` repository is organized to separate core logic, tests, and documentation.
|
|
75
75
|
|
|
76
76
|
```
|
|
77
|
-
crewplus-base/ # GitHub repo
|
|
77
|
+
crewplus-base/ # GitHub repo name
|
|
78
78
|
├── pyproject.toml
|
|
79
79
|
├── README.md
|
|
80
80
|
├── LICENSE
|
|
81
81
|
├── CHANGELOG.md
|
|
82
|
-
├── crewplus/ # PyPI
|
|
82
|
+
├── crewplus/ # PyPI package name
|
|
83
83
|
│ └── __init__.py
|
|
84
84
|
│ └── services/
|
|
85
85
|
│ └── __init__.py
|
|
@@ -114,4 +114,4 @@ python -m twine upload --repository testpypi dist/*
|
|
|
114
114
|
pip install -i https://test.pypi.org/simple/ crewplus
|
|
115
115
|
|
|
116
116
|
# Deploy to official PyPI
|
|
117
|
-
python -m twine upload dist/*
|
|
117
|
+
python -m twine upload dist/*
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
crewplus-0.1.
|
|
2
|
-
crewplus-0.1.
|
|
3
|
-
crewplus-0.1.
|
|
4
|
-
crewplus-0.1.
|
|
1
|
+
crewplus-0.1.1.dist-info/METADATA,sha256=GVk0kyHlV6Hm_QI3f4DF2jQv7FTSOUwZHYSj2-QJVa4,4498
|
|
2
|
+
crewplus-0.1.1.dist-info/WHEEL,sha256=tSfRZzRHthuv7vxpI4aehrdN9scLjk-dCJkPLzkHxGg,90
|
|
3
|
+
crewplus-0.1.1.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
|
|
4
|
+
crewplus-0.1.1.dist-info/licenses/LICENSE,sha256=2_NHSHRTKB_cTcT_GXgcenOCtIZku8j343mOgAguTfc,1087
|
|
5
5
|
crewplus/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
6
|
crewplus/services/__init__.py,sha256=MmH2v3N0ZMsuqFNAupkXENjUqvgf5ehQ99H6EzPqLZU,48
|
|
7
7
|
crewplus/services/gemini_chat_model.py,sha256=idibpvbF9asBdJByR2XCHcdd5XHwBnVs_U0udOFXhN4,15081
|
|
8
|
-
crewplus-0.1.
|
|
8
|
+
crewplus-0.1.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|