ga4-cli 0.2.0__tar.gz → 0.2.1__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.
Files changed (40) hide show
  1. {ga4_cli-0.2.0 → ga4_cli-0.2.1}/PKG-INFO +1 -1
  2. {ga4_cli-0.2.0 → ga4_cli-0.2.1}/ga4_cli.egg-info/PKG-INFO +1 -1
  3. {ga4_cli-0.2.0 → ga4_cli-0.2.1}/ga_cli/__init__.py +1 -1
  4. {ga4_cli-0.2.0 → ga4_cli-0.2.1}/LICENSE +0 -0
  5. {ga4_cli-0.2.0 → ga4_cli-0.2.1}/README.md +0 -0
  6. {ga4_cli-0.2.0 → ga4_cli-0.2.1}/ga4_cli.egg-info/SOURCES.txt +0 -0
  7. {ga4_cli-0.2.0 → ga4_cli-0.2.1}/ga4_cli.egg-info/dependency_links.txt +0 -0
  8. {ga4_cli-0.2.0 → ga4_cli-0.2.1}/ga4_cli.egg-info/entry_points.txt +0 -0
  9. {ga4_cli-0.2.0 → ga4_cli-0.2.1}/ga4_cli.egg-info/requires.txt +0 -0
  10. {ga4_cli-0.2.0 → ga4_cli-0.2.1}/ga4_cli.egg-info/top_level.txt +0 -0
  11. {ga4_cli-0.2.0 → ga4_cli-0.2.1}/ga_cli/auth.py +0 -0
  12. {ga4_cli-0.2.0 → ga4_cli-0.2.1}/ga_cli/cli.py +0 -0
  13. {ga4_cli-0.2.0 → ga4_cli-0.2.1}/ga_cli/commands/__init__.py +0 -0
  14. {ga4_cli-0.2.0 → ga4_cli-0.2.1}/ga_cli/commands/accounts.py +0 -0
  15. {ga4_cli-0.2.0 → ga4_cli-0.2.1}/ga_cli/commands/config.py +0 -0
  16. {ga4_cli-0.2.0 → ga4_cli-0.2.1}/ga_cli/commands/datastreams.py +0 -0
  17. {ga4_cli-0.2.0 → ga4_cli-0.2.1}/ga_cli/commands/properties.py +0 -0
  18. {ga4_cli-0.2.0 → ga4_cli-0.2.1}/ga_cli/config.py +0 -0
  19. {ga4_cli-0.2.0 → ga4_cli-0.2.1}/ga_cli/decorators.py +0 -0
  20. {ga4_cli-0.2.0 → ga4_cli-0.2.1}/ga_cli/errors.py +0 -0
  21. {ga4_cli-0.2.0 → ga4_cli-0.2.1}/ga_cli/formatters/__init__.py +0 -0
  22. {ga4_cli-0.2.0 → ga4_cli-0.2.1}/ga_cli/formatters/json.py +0 -0
  23. {ga4_cli-0.2.0 → ga4_cli-0.2.1}/ga_cli/formatters/table.py +0 -0
  24. {ga4_cli-0.2.0 → ga4_cli-0.2.1}/ga_cli/logging_config.py +0 -0
  25. {ga4_cli-0.2.0 → ga4_cli-0.2.1}/ga_cli/output.py +0 -0
  26. {ga4_cli-0.2.0 → ga4_cli-0.2.1}/ga_cli/retry.py +0 -0
  27. {ga4_cli-0.2.0 → ga4_cli-0.2.1}/ga_cli/validators.py +0 -0
  28. {ga4_cli-0.2.0 → ga4_cli-0.2.1}/setup.cfg +0 -0
  29. {ga4_cli-0.2.0 → ga4_cli-0.2.1}/setup.py +0 -0
  30. {ga4_cli-0.2.0 → ga4_cli-0.2.1}/tests/__init__.py +0 -0
  31. {ga4_cli-0.2.0 → ga4_cli-0.2.1}/tests/conftest.py +0 -0
  32. {ga4_cli-0.2.0 → ga4_cli-0.2.1}/tests/test_accounts.py +0 -0
  33. {ga4_cli-0.2.0 → ga4_cli-0.2.1}/tests/test_auth.py +0 -0
  34. {ga4_cli-0.2.0 → ga4_cli-0.2.1}/tests/test_cli.py +0 -0
  35. {ga4_cli-0.2.0 → ga4_cli-0.2.1}/tests/test_config.py +0 -0
  36. {ga4_cli-0.2.0 → ga4_cli-0.2.1}/tests/test_config_commands.py +0 -0
  37. {ga4_cli-0.2.0 → ga4_cli-0.2.1}/tests/test_datastreams.py +0 -0
  38. {ga4_cli-0.2.0 → ga4_cli-0.2.1}/tests/test_errors.py +0 -0
  39. {ga4_cli-0.2.0 → ga4_cli-0.2.1}/tests/test_properties.py +0 -0
  40. {ga4_cli-0.2.0 → ga4_cli-0.2.1}/tests/test_validators.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ga4-cli
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: Command-line interface for Google Analytics 4
5
5
  Home-page: https://github.com/sulimanbenhalim/ga-cli
6
6
  Author: Suliman Ben Halim
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ga4-cli
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: Command-line interface for Google Analytics 4
5
5
  Home-page: https://github.com/sulimanbenhalim/ga-cli
6
6
  Author: Suliman Ben Halim
@@ -1,3 +1,3 @@
1
1
  """Google Analytics CLI - Manage GA4 from the command line"""
2
2
 
3
- __version__ = "0.2.0"
3
+ __version__ = "0.2.1"
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