insightfactory-cli 1.0.2.dev16__tar.gz → 1.0.3.dev17__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 (50) hide show
  1. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/PKG-INFO +1 -1
  2. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/pyproject.toml +1 -1
  3. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/uv.lock +1 -1
  4. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/.github/workflows/ci.yml +0 -0
  5. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/.github/workflows/claude.yml +0 -0
  6. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/.github/workflows/release.yml +0 -0
  7. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/.gitignore +0 -0
  8. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/.python-version +0 -0
  9. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/AGENTS.md +0 -0
  10. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/CLAUDE.md +0 -0
  11. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/LICENSE +0 -0
  12. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/README.md +0 -0
  13. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/src/if_cli/__init__.py +0 -0
  14. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/src/if_cli/__main__.py +0 -0
  15. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/src/if_cli/cache.py +0 -0
  16. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/src/if_cli/cli.py +0 -0
  17. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/src/if_cli/colour.py +0 -0
  18. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/src/if_cli/commands/__init__.py +0 -0
  19. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/src/if_cli/commands/api.py +0 -0
  20. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/src/if_cli/commands/config.py +0 -0
  21. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/src/if_cli/commands/login.py +0 -0
  22. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/src/if_cli/commands/logout.py +0 -0
  23. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/src/if_cli/commands/profiles.py +0 -0
  24. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/src/if_cli/commands/set_token.py +0 -0
  25. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/src/if_cli/commands/token.py +0 -0
  26. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/src/if_cli/config.py +0 -0
  27. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/src/if_cli/constants.py +0 -0
  28. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/src/if_cli/http.py +0 -0
  29. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/src/if_cli/main.py +0 -0
  30. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/src/if_cli/oauth.py +0 -0
  31. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/src/if_cli/runtime.py +0 -0
  32. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/tests/__init__.py +0 -0
  33. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/tests/cache_writer.py +0 -0
  34. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/tests/conftest.py +0 -0
  35. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/tests/helpers.py +0 -0
  36. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/tests/servers.py +0 -0
  37. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/tests/test_api.py +0 -0
  38. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/tests/test_api_command.py +0 -0
  39. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/tests/test_cache.py +0 -0
  40. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/tests/test_cli.py +0 -0
  41. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/tests/test_config.py +0 -0
  42. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/tests/test_config_command.py +0 -0
  43. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/tests/test_login.py +0 -0
  44. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/tests/test_oauth.py +0 -0
  45. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/tests/test_oauth_flow.py +0 -0
  46. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/tests/test_profiles.py +0 -0
  47. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/tests/test_programmatic_api.py +0 -0
  48. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/tests/test_runtime.py +0 -0
  49. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/tests/test_set_token.py +0 -0
  50. {insightfactory_cli-1.0.2.dev16 → insightfactory_cli-1.0.3.dev17}/tests/test_token.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.5
2
2
  Name: insightfactory-cli
3
- Version: 1.0.2.dev16
3
+ Version: 1.0.3.dev17
4
4
  Summary: Profile-based authentication CLI for the InsightFactory Interfaces API
5
5
  Project-URL: Homepage, https://insightfactory.ai
6
6
  Author-email: "insightfactory.ai Support" <support@insightfactory.ai>
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "insightfactory-cli"
3
- version = "1.0.2.dev16"
3
+ version = "1.0.3.dev17"
4
4
  description = "Profile-based authentication CLI for the InsightFactory Interfaces API"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
@@ -34,7 +34,7 @@ wheels = [
34
34
 
35
35
  [[package]]
36
36
  name = "insightfactory-cli"
37
- version = "1.0.2"
37
+ version = "1.0.3"
38
38
  source = { editable = "." }
39
39
 
40
40
  [package.dev-dependencies]