We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e99ad commit 86af8fcCopy full SHA for 86af8fc
.genignore
@@ -1,7 +1,7 @@
1
# https://www.speakeasy.com/docs/customize/code/monkey-patching
2
3
# ignore human-written files and directories
4
-# src/unstructured_client/_unstructured
+src/unstructured_client/_unstructured
5
_jupyter
6
_sample_docs
7
_test_unstructured_client
@@ -10,4 +10,8 @@ _test_unstructured_client
10
Makefile
11
12
# Ignore the general.partition code until we can fix the base_url issue
13
-# src/unstructured_client/general.py
+src/unstructured_client/general.py
14
+src/unstructured_client/destinations.py
15
+src/unstructured_client/sources.py
16
+src/unstructured_client/jobs.py
17
+src/unstructured_client/workflows.py
0 commit comments