autotouch-cli 0.2.36__tar.gz → 0.2.39__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 (30) hide show
  1. {autotouch_cli-0.2.36 → autotouch_cli-0.2.39}/PKG-INFO +5 -5
  2. {autotouch_cli-0.2.36 → autotouch_cli-0.2.39}/README.md +4 -4
  3. {autotouch_cli-0.2.36 → autotouch_cli-0.2.39}/autotouch_cli/cli.py +226 -760
  4. autotouch_cli-0.2.39/autotouch_cli/core/__init__.py +2 -0
  5. autotouch_cli-0.2.39/autotouch_cli/core/auth.py +160 -0
  6. autotouch_cli-0.2.39/autotouch_cli/core/config.py +110 -0
  7. autotouch_cli-0.2.39/autotouch_cli/core/http.py +153 -0
  8. autotouch_cli-0.2.39/autotouch_cli/core/io.py +289 -0
  9. autotouch_cli-0.2.39/autotouch_cli/core/polling.py +328 -0
  10. {autotouch_cli-0.2.36 → autotouch_cli-0.2.39}/autotouch_cli/data/CLI_REFERENCE.md +1 -1
  11. {autotouch_cli-0.2.36 → autotouch_cli-0.2.39}/autotouch_cli/data/cli-manifest.json +1 -1
  12. autotouch_cli-0.2.39/autotouch_cli/sequence_support.py +105 -0
  13. {autotouch_cli-0.2.36 → autotouch_cli-0.2.39}/autotouch_cli.egg-info/PKG-INFO +5 -5
  14. {autotouch_cli-0.2.36 → autotouch_cli-0.2.39}/autotouch_cli.egg-info/SOURCES.txt +7 -0
  15. {autotouch_cli-0.2.36 → autotouch_cli-0.2.39}/pyproject.toml +2 -2
  16. {autotouch_cli-0.2.36 → autotouch_cli-0.2.39}/MANIFEST.in +0 -0
  17. {autotouch_cli-0.2.36 → autotouch_cli-0.2.39}/autotouch_cli/__init__.py +0 -0
  18. {autotouch_cli-0.2.36 → autotouch_cli-0.2.39}/autotouch_cli/cli_contracts.py +0 -0
  19. {autotouch_cli-0.2.36 → autotouch_cli-0.2.39}/autotouch_cli/mongo_status.py +0 -0
  20. {autotouch_cli-0.2.36 → autotouch_cli-0.2.39}/autotouch_cli/parser_groups.py +0 -0
  21. {autotouch_cli-0.2.36 → autotouch_cli-0.2.39}/autotouch_cli/templates.py +0 -0
  22. {autotouch_cli-0.2.36 → autotouch_cli-0.2.39}/autotouch_cli.egg-info/dependency_links.txt +0 -0
  23. {autotouch_cli-0.2.36 → autotouch_cli-0.2.39}/autotouch_cli.egg-info/entry_points.txt +0 -0
  24. {autotouch_cli-0.2.36 → autotouch_cli-0.2.39}/autotouch_cli.egg-info/requires.txt +0 -0
  25. {autotouch_cli-0.2.36 → autotouch_cli-0.2.39}/autotouch_cli.egg-info/top_level.txt +0 -0
  26. {autotouch_cli-0.2.36 → autotouch_cli-0.2.39}/autotouch_shared/__init__.py +0 -0
  27. {autotouch_cli-0.2.36 → autotouch_cli-0.2.39}/autotouch_shared/linkedin_contract.py +0 -0
  28. {autotouch_cli-0.2.36 → autotouch_cli-0.2.39}/autotouch_shared/provider_registry.py +0 -0
  29. {autotouch_cli-0.2.36 → autotouch_cli-0.2.39}/autotouch_shared/search_contract.py +0 -0
  30. {autotouch_cli-0.2.36 → autotouch_cli-0.2.39}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: autotouch-cli
3
- Version: 0.2.36
3
+ Version: 0.2.39
4
4
  Summary: Autotouch Smart Table CLI
5
5
  Requires-Python: >=3.9
6
6
  Description-Content-Type: text/markdown
@@ -137,7 +137,7 @@ Use a dedicated `AUTOTOUCH_CONFIG_PATH` if you want a clean local account instea
137
137
 
138
138
  ## Docs
139
139
 
140
- - Full CLI reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.35/docs/research-table/reference/autotouch-cli.md
141
- - Agent playbook: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.35/docs/research-table/guides/autotouch-cli-agent-playbook.md
142
- - Tables/API reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.35/docs/research-table/reference/tables-api.md
143
- - Authentication/scopes: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.35/docs/platform/authentication.md
140
+ - Full CLI reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.39/docs/research-table/reference/autotouch-cli.md
141
+ - Agent playbook: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.39/docs/research-table/guides/autotouch-cli-agent-playbook.md
142
+ - Tables/API reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.39/docs/research-table/reference/tables-api.md
143
+ - Authentication/scopes: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.39/docs/platform/authentication.md
@@ -128,7 +128,7 @@ Use a dedicated `AUTOTOUCH_CONFIG_PATH` if you want a clean local account instea
128
128
 
129
129
  ## Docs
130
130
 
131
- - Full CLI reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.35/docs/research-table/reference/autotouch-cli.md
132
- - Agent playbook: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.35/docs/research-table/guides/autotouch-cli-agent-playbook.md
133
- - Tables/API reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.35/docs/research-table/reference/tables-api.md
134
- - Authentication/scopes: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.35/docs/platform/authentication.md
131
+ - Full CLI reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.39/docs/research-table/reference/autotouch-cli.md
132
+ - Agent playbook: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.39/docs/research-table/guides/autotouch-cli-agent-playbook.md
133
+ - Tables/API reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.39/docs/research-table/reference/tables-api.md
134
+ - Authentication/scopes: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.39/docs/platform/authentication.md