autotouch-cli 0.2.37__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.
- {autotouch_cli-0.2.37 → autotouch_cli-0.2.39}/PKG-INFO +5 -5
- {autotouch_cli-0.2.37 → autotouch_cli-0.2.39}/README.md +4 -4
- {autotouch_cli-0.2.37 → autotouch_cli-0.2.39}/autotouch_cli/cli.py +192 -716
- autotouch_cli-0.2.39/autotouch_cli/core/__init__.py +2 -0
- autotouch_cli-0.2.39/autotouch_cli/core/auth.py +160 -0
- autotouch_cli-0.2.39/autotouch_cli/core/config.py +110 -0
- autotouch_cli-0.2.39/autotouch_cli/core/http.py +153 -0
- autotouch_cli-0.2.39/autotouch_cli/core/io.py +289 -0
- autotouch_cli-0.2.39/autotouch_cli/core/polling.py +328 -0
- {autotouch_cli-0.2.37 → autotouch_cli-0.2.39}/autotouch_cli/data/CLI_REFERENCE.md +1 -1
- autotouch_cli-0.2.39/autotouch_cli/data/cli-manifest.json +25236 -0
- {autotouch_cli-0.2.37 → autotouch_cli-0.2.39}/autotouch_cli.egg-info/PKG-INFO +5 -5
- {autotouch_cli-0.2.37 → autotouch_cli-0.2.39}/autotouch_cli.egg-info/SOURCES.txt +6 -0
- {autotouch_cli-0.2.37 → autotouch_cli-0.2.39}/pyproject.toml +2 -2
- autotouch_cli-0.2.37/autotouch_cli/data/cli-manifest.json +0 -1
- {autotouch_cli-0.2.37 → autotouch_cli-0.2.39}/MANIFEST.in +0 -0
- {autotouch_cli-0.2.37 → autotouch_cli-0.2.39}/autotouch_cli/__init__.py +0 -0
- {autotouch_cli-0.2.37 → autotouch_cli-0.2.39}/autotouch_cli/cli_contracts.py +0 -0
- {autotouch_cli-0.2.37 → autotouch_cli-0.2.39}/autotouch_cli/mongo_status.py +0 -0
- {autotouch_cli-0.2.37 → autotouch_cli-0.2.39}/autotouch_cli/parser_groups.py +0 -0
- {autotouch_cli-0.2.37 → autotouch_cli-0.2.39}/autotouch_cli/sequence_support.py +0 -0
- {autotouch_cli-0.2.37 → autotouch_cli-0.2.39}/autotouch_cli/templates.py +0 -0
- {autotouch_cli-0.2.37 → autotouch_cli-0.2.39}/autotouch_cli.egg-info/dependency_links.txt +0 -0
- {autotouch_cli-0.2.37 → autotouch_cli-0.2.39}/autotouch_cli.egg-info/entry_points.txt +0 -0
- {autotouch_cli-0.2.37 → autotouch_cli-0.2.39}/autotouch_cli.egg-info/requires.txt +0 -0
- {autotouch_cli-0.2.37 → autotouch_cli-0.2.39}/autotouch_cli.egg-info/top_level.txt +0 -0
- {autotouch_cli-0.2.37 → autotouch_cli-0.2.39}/autotouch_shared/__init__.py +0 -0
- {autotouch_cli-0.2.37 → autotouch_cli-0.2.39}/autotouch_shared/linkedin_contract.py +0 -0
- {autotouch_cli-0.2.37 → autotouch_cli-0.2.39}/autotouch_shared/provider_registry.py +0 -0
- {autotouch_cli-0.2.37 → autotouch_cli-0.2.39}/autotouch_shared/search_contract.py +0 -0
- {autotouch_cli-0.2.37 → 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.
|
|
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.
|
|
141
|
-
- Agent playbook: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
142
|
-
- Tables/API reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
143
|
-
- Authentication/scopes: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
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.
|
|
132
|
-
- Agent playbook: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
133
|
-
- Tables/API reference: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
134
|
-
- Authentication/scopes: https://github.com/nicolonic/autotouch_main/blob/autotouch-cli-v0.2.
|
|
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
|