profound 0.7.0__tar.gz → 0.8.0__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.
Potentially problematic release.
This version of profound might be problematic. Click here for more details.
- profound-0.8.0/.release-please-manifest.json +3 -0
- {profound-0.7.0 → profound-0.8.0}/CHANGELOG.md +8 -0
- {profound-0.7.0 → profound-0.8.0}/PKG-INFO +1 -1
- {profound-0.7.0 → profound-0.8.0}/pyproject.toml +1 -1
- {profound-0.7.0 → profound-0.8.0}/src/profound/_version.py +1 -1
- {profound-0.7.0 → profound-0.8.0}/src/profound/resources/reports.py +8 -4
- {profound-0.7.0 → profound-0.8.0}/src/profound/types/report_sentiment_params.py +4 -2
- profound-0.7.0/.release-please-manifest.json +0 -3
- {profound-0.7.0 → profound-0.8.0}/.gitignore +0 -0
- {profound-0.7.0 → profound-0.8.0}/CONTRIBUTING.md +0 -0
- {profound-0.7.0 → profound-0.8.0}/LICENSE +0 -0
- {profound-0.7.0 → profound-0.8.0}/README.md +0 -0
- {profound-0.7.0 → profound-0.8.0}/SECURITY.md +0 -0
- {profound-0.7.0 → profound-0.8.0}/api.md +0 -0
- {profound-0.7.0 → profound-0.8.0}/bin/check-release-environment +0 -0
- {profound-0.7.0 → profound-0.8.0}/bin/publish-pypi +0 -0
- {profound-0.7.0 → profound-0.8.0}/examples/.keep +0 -0
- {profound-0.7.0 → profound-0.8.0}/noxfile.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/release-please-config.json +0 -0
- {profound-0.7.0 → profound-0.8.0}/requirements-dev.lock +0 -0
- {profound-0.7.0 → profound-0.8.0}/requirements.lock +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/__init__.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/_base_client.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/_client.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/_compat.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/_constants.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/_exceptions.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/_files.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/_models.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/_qs.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/_resource.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/_response.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/_streaming.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/_types.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/_utils/__init__.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/_utils/_compat.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/_utils/_datetime_parse.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/_utils/_logs.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/_utils/_proxy.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/_utils/_reflection.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/_utils/_resources_proxy.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/_utils/_streams.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/_utils/_sync.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/_utils/_transform.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/_utils/_typing.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/_utils/_utils.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/lib/.keep +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/py.typed +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/resources/__init__.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/resources/logs/__init__.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/resources/logs/logs.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/resources/logs/raw.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/resources/organizations/__init__.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/resources/organizations/categories.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/resources/organizations/organizations.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/resources/prompts.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/types/__init__.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/types/logs/__init__.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/types/logs/raw_bots_params.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/types/logs/raw_bots_response.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/types/logs/raw_logs_params.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/types/logs/raw_logs_response.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/types/organization_domains_response.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/types/organization_models_response.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/types/organization_regions_response.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/types/organizations/__init__.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/types/organizations/category_list_response.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/types/organizations/category_prompts_response.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/types/organizations/category_tags_response.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/types/organizations/category_topics_response.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/types/organizations/org_item.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/types/prompt_answers_params.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/types/prompt_answers_response.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/types/report_citations_params.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/types/report_citations_response.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/types/report_info.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/types/report_response.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/types/report_result.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/types/report_visibility_params.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/types/shared/__init__.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/types/shared/pagination.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/types/shared_params/__init__.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/src/profound/types/shared_params/pagination.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/tests/__init__.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/tests/api_resources/__init__.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/tests/api_resources/logs/__init__.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/tests/api_resources/logs/test_raw.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/tests/api_resources/organizations/__init__.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/tests/api_resources/organizations/test_categories.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/tests/api_resources/test_organizations.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/tests/api_resources/test_prompts.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/tests/api_resources/test_reports.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/tests/conftest.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/tests/sample_file.txt +0 -0
- {profound-0.7.0 → profound-0.8.0}/tests/test_client.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/tests/test_deepcopy.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/tests/test_extract_files.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/tests/test_files.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/tests/test_models.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/tests/test_qs.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/tests/test_required_args.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/tests/test_response.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/tests/test_streaming.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/tests/test_transform.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/tests/test_utils/test_datetime_parse.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/tests/test_utils/test_proxy.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/tests/test_utils/test_typing.py +0 -0
- {profound-0.7.0 → profound-0.8.0}/tests/utils.py +0 -0
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.8.0 (2025-10-28)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.7.0...v0.8.0](https://github.com/cooper-square-technologies/profound-python-sdk/compare/v0.7.0...v0.8.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([7958299](https://github.com/cooper-square-technologies/profound-python-sdk/commit/7958299a1156ad45de08e406fd0d520c32dac51c))
|
|
10
|
+
|
|
3
11
|
## 0.7.0 (2025-10-27)
|
|
4
12
|
|
|
5
13
|
Full Changelog: [v0.6.0...v0.7.0](https://github.com/cooper-square-technologies/profound-python-sdk/compare/v0.6.0...v0.7.0)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: profound
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.8.0
|
|
4
4
|
Summary: The official Python library for the profound API
|
|
5
5
|
Project-URL: Homepage, https://github.com/cooper-square-technologies/profound-python-sdk
|
|
6
6
|
Project-URL: Repository, https://github.com/cooper-square-technologies/profound-python-sdk
|
|
@@ -134,10 +134,12 @@ class ReportsResource(SyncAPIResource):
|
|
|
134
134
|
*,
|
|
135
135
|
category_id: str,
|
|
136
136
|
end_date: Union[str, datetime],
|
|
137
|
-
metrics: List[Literal["positive", "negative"]],
|
|
137
|
+
metrics: List[Literal["positive", "negative", "ocurrences"]],
|
|
138
138
|
start_date: Union[str, datetime],
|
|
139
139
|
date_interval: Literal["day", "week", "month", "year"] | Omit = omit,
|
|
140
|
-
dimensions: List[
|
|
140
|
+
dimensions: List[
|
|
141
|
+
Literal["theme", "date", "region", "topic", "model", "asset_name", "tag", "prompt", "sentiment_type"]
|
|
142
|
+
]
|
|
141
143
|
| Omit = omit,
|
|
142
144
|
filters: Iterable[report_sentiment_params.Filter] | Omit = omit,
|
|
143
145
|
order_by: Dict[str, Literal["asc", "desc"]] | Omit = omit,
|
|
@@ -396,10 +398,12 @@ class AsyncReportsResource(AsyncAPIResource):
|
|
|
396
398
|
*,
|
|
397
399
|
category_id: str,
|
|
398
400
|
end_date: Union[str, datetime],
|
|
399
|
-
metrics: List[Literal["positive", "negative"]],
|
|
401
|
+
metrics: List[Literal["positive", "negative", "ocurrences"]],
|
|
400
402
|
start_date: Union[str, datetime],
|
|
401
403
|
date_interval: Literal["day", "week", "month", "year"] | Omit = omit,
|
|
402
|
-
dimensions: List[
|
|
404
|
+
dimensions: List[
|
|
405
|
+
Literal["theme", "date", "region", "topic", "model", "asset_name", "tag", "prompt", "sentiment_type"]
|
|
406
|
+
]
|
|
403
407
|
| Omit = omit,
|
|
404
408
|
filters: Iterable[report_sentiment_params.Filter] | Omit = omit,
|
|
405
409
|
order_by: Dict[str, Literal["asc", "desc"]] | Omit = omit,
|
|
@@ -32,7 +32,7 @@ class ReportSentimentParams(TypedDict, total=False):
|
|
|
32
32
|
Accepts formats: YYYY-MM-DD, YYYY-MM-DD HH:MM, or full ISO timestamp.
|
|
33
33
|
"""
|
|
34
34
|
|
|
35
|
-
metrics: Required[List[Literal["positive", "negative"]]]
|
|
35
|
+
metrics: Required[List[Literal["positive", "negative", "ocurrences"]]]
|
|
36
36
|
|
|
37
37
|
start_date: Required[Annotated[Union[str, datetime], PropertyInfo(format="iso8601")]]
|
|
38
38
|
"""Start date for the report.
|
|
@@ -43,7 +43,9 @@ class ReportSentimentParams(TypedDict, total=False):
|
|
|
43
43
|
date_interval: Literal["day", "week", "month", "year"]
|
|
44
44
|
"""Date interval for the report. (only used with date dimension)"""
|
|
45
45
|
|
|
46
|
-
dimensions: List[
|
|
46
|
+
dimensions: List[
|
|
47
|
+
Literal["theme", "date", "region", "topic", "model", "asset_name", "tag", "prompt", "sentiment_type"]
|
|
48
|
+
]
|
|
47
49
|
"""Dimensions to group the report by."""
|
|
48
50
|
|
|
49
51
|
filters: Iterable[Filter]
|
|
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
|
|
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
|
{profound-0.7.0 → profound-0.8.0}/src/profound/types/organizations/category_list_response.py
RENAMED
|
File without changes
|
{profound-0.7.0 → profound-0.8.0}/src/profound/types/organizations/category_prompts_response.py
RENAMED
|
File without changes
|
{profound-0.7.0 → profound-0.8.0}/src/profound/types/organizations/category_tags_response.py
RENAMED
|
File without changes
|
{profound-0.7.0 → profound-0.8.0}/src/profound/types/organizations/category_topics_response.py
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
|
|
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
|