1- src/unstructured /sdkconfiguration.py
2- src/unstructured /general.py
3- src/unstructured /sdk.py
1+ src/unstructuredclient /sdkconfiguration.py
2+ src/unstructuredclient /general.py
3+ src/unstructuredclient /sdk.py
44pylintrc
55setup.py
6- src/unstructured/__init__.py
7- src/unstructured/models/__init__.py
8- src/unstructured/models/errors/sdkerror.py
9- src/unstructured/utils/__init__.py
10- src/unstructured/utils/retries.py
11- src/unstructured/utils/utils.py
12- src/unstructured/models/operations/partition.py
13- src/unstructured/models/operations/__init__.py
14- src/unstructured/models/errors/httpvalidationerror.py
15- src/unstructured/models/errors/validationerror.py
16- src/unstructured/models/errors/__init__.py
17- src/unstructured/models/shared/partition_parameters.py
18- src/unstructured/models/shared/security.py
19- src/unstructured/models/shared/__init__.py
20- docs/sdks/unstructured/README.md
21- docs/models/utils/retryconfig.md
22- docs/sdks/general/README.md
6+ src/unstructuredclient/__init__.py
7+ src/unstructuredclient/models/__init__.py
8+ src/unstructuredclient/models/errors/sdkerror.py
9+ src/unstructuredclient/utils/__init__.py
10+ src/unstructuredclient/utils/retries.py
11+ src/unstructuredclient/utils/utils.py
12+ src/unstructuredclient/models/operations/partition.py
13+ src/unstructuredclient/models/operations/__init__.py
14+ src/unstructuredclient/models/errors/httpvalidationerror.py
15+ src/unstructuredclient/models/errors/validationerror.py
16+ src/unstructuredclient/models/errors/__init__.py
17+ src/unstructuredclient/models/shared/partition_parameters.py
18+ src/unstructuredclient/models/shared/security.py
19+ src/unstructuredclient/models/shared/__init__.py
2320USAGE.md
2421docs/models/operations/partitionresponse.md
2522docs/models/errors/httpvalidationerror.md
2623docs/models/errors/validationerror.md
2724docs/models/shared/partitionparametersfiles.md
2825docs/models/shared/partitionparameters.md
2926docs/models/shared/security.md
27+ docs/sdks/unstructuredclient/README.md
28+ docs/models/utils/retryconfig.md
29+ docs/sdks/general/README.md
3030.gitattributes
0 commit comments