google-analytics-cli 0.1.5__tar.gz → 0.2.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.
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/PKG-INFO +1 -1
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/pyproject.toml +1 -1
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/auth/oauth.py +4 -4
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/.api-snapshots/analyticsadmin_v1alpha.json +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/.api-snapshots/analyticsadmin_v1beta.json +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/.api-snapshots/analyticsdata_v1alpha.json +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/.api-snapshots/analyticsdata_v1beta.json +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/.github/workflows/api-watch.yml +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/.github/workflows/ci.yml +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/.github/workflows/release.yml +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/.gitignore +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/.python-version +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/README.md +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/install.sh +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/scripts/check_api_changes.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/__init__.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/api/__init__.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/api/client.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/auth/__init__.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/auth/credentials.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/auth/service_account.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/__init__.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/access_bindings.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/access_reports.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/account_summaries.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/accounts.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/agent_cmd.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/annotations.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/audiences.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/auth_cmd.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/bigquery_links.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/calculated_metrics.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/channel_groups.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/completions_cmd.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/config_cmd.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/custom_dimensions.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/custom_metrics.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/data_retention.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/data_streams.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/enhanced_measurement.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/event_create_rules.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/event_edit_rules.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/firebase_links.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/google_ads_links.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/key_events.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/mp_secrets.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/properties.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/property_settings.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/reports.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/upgrade_cmd.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/config/__init__.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/config/constants.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/config/store.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/main.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/utils/__init__.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/utils/describe.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/utils/dry_run.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/utils/errors.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/utils/filters.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/utils/output.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/utils/pagination.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/__init__.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/conftest.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_access_bindings.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_access_reports.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_account_summaries.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_accounts.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_agent_cmd.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_annotations.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_api_client.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_api_diff.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_audiences.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_auth_cmd.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_bigquery_links.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_calculated_metrics.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_channel_groups.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_completions_cmd.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_config_cmd.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_credentials.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_custom_dimensions.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_custom_metrics.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_data_retention.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_data_streams.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_describe.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_dry_run.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_enhanced_measurement.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_errors.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_event_create_rules.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_event_edit_rules.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_filters.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_firebase_links.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_google_ads_links.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_install_script.sh +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_key_events.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_mp_secrets.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_output.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_pagination.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_properties.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_property_settings.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_quiet_nocolor.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_reports.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_reports_batch.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_reports_funnel.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_reports_pivot.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_service_account.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_upgrade_cmd.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_version.py +0 -0
- {google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/uv.lock +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: google-analytics-cli
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.2.0
|
|
4
4
|
Summary: Command-line interface for Google Analytics 4
|
|
5
5
|
Project-URL: Homepage, https://github.com/daidalytics/google-analytics-cli
|
|
6
6
|
Project-URL: Repository, https://github.com/daidalytics/google-analytics-cli
|
|
@@ -122,14 +122,14 @@ _SUCCESS_HTML = """\
|
|
|
122
122
|
</svg>
|
|
123
123
|
</div>
|
|
124
124
|
<div class="brand">GA CLI</div>
|
|
125
|
-
<h1>
|
|
125
|
+
<h1>Connected to Google Analytics</h1>
|
|
126
126
|
<p class="subtitle">
|
|
127
|
-
|
|
127
|
+
Authentication complete. Head back to your terminal<br>to start exploring your GA4 data.
|
|
128
128
|
</p>
|
|
129
|
-
<div class="command">ga
|
|
129
|
+
<div class="command">ga account-summaries list</div>
|
|
130
130
|
<div class="footer">
|
|
131
131
|
Powered by <a href="https://github.com/daidalytics/google-analytics-cli"
|
|
132
|
-
target="_blank" rel="noopener">
|
|
132
|
+
target="_blank" rel="noopener">google-analytics-cli</a>
|
|
133
133
|
</div>
|
|
134
134
|
</div>
|
|
135
135
|
</body>
|
{google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/.api-snapshots/analyticsadmin_v1alpha.json
RENAMED
|
File without changes
|
{google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/.api-snapshots/analyticsadmin_v1beta.json
RENAMED
|
File without changes
|
{google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/.api-snapshots/analyticsdata_v1alpha.json
RENAMED
|
File without changes
|
{google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/.api-snapshots/analyticsdata_v1beta.json
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
|
{google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/auth/service_account.py
RENAMED
|
File without changes
|
|
File without changes
|
{google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/access_bindings.py
RENAMED
|
File without changes
|
{google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/access_reports.py
RENAMED
|
File without changes
|
{google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/account_summaries.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/annotations.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/bigquery_links.py
RENAMED
|
File without changes
|
{google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/calculated_metrics.py
RENAMED
|
File without changes
|
{google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/channel_groups.py
RENAMED
|
File without changes
|
{google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/completions_cmd.py
RENAMED
|
File without changes
|
|
File without changes
|
{google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/custom_dimensions.py
RENAMED
|
File without changes
|
{google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/custom_metrics.py
RENAMED
|
File without changes
|
{google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/data_retention.py
RENAMED
|
File without changes
|
{google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/data_streams.py
RENAMED
|
File without changes
|
|
File without changes
|
{google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/event_create_rules.py
RENAMED
|
File without changes
|
{google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/event_edit_rules.py
RENAMED
|
File without changes
|
{google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/firebase_links.py
RENAMED
|
File without changes
|
{google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/google_ads_links.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/property_settings.py
RENAMED
|
File without changes
|
|
File without changes
|
{google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/src/ga_cli/commands/upgrade_cmd.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
|
{google_analytics_cli-0.1.5 → google_analytics_cli-0.2.0}/tests/test_enhanced_measurement.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
|