Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions examples/.keep
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
File generated from our OpenAPI spec by Stainless.

This directory can be used to store example files demonstrating usage of this SDK.
It is ignored by Stainless code generation and its content (other than this keep file) won't be touched.
This directory can be used to store custom files to expand the SDK.
2 changes: 0 additions & 2 deletions src/landingai_ade/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

import typing as _t

from . import types
Expand Down
2 changes: 0 additions & 2 deletions src/landingai_ade/_client.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from __future__ import annotations

import os
Expand Down
2 changes: 0 additions & 2 deletions src/landingai_ade/_constants.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

import httpx

RAW_RESPONSE_HEADER = "X-Stainless-Raw-Response"
Expand Down
2 changes: 0 additions & 2 deletions src/landingai_ade/_exceptions.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from __future__ import annotations

from typing_extensions import Literal
Expand Down
2 changes: 0 additions & 2 deletions src/landingai_ade/_resource.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from __future__ import annotations

import time
Expand Down
3 changes: 0 additions & 3 deletions src/landingai_ade/lib/.keep
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
File generated from our OpenAPI spec by Stainless.

This directory can be used to store custom files to expand the SDK.
It is ignored by Stainless code generation and its content (other than this keep file) won't be touched.
2 changes: 0 additions & 2 deletions src/landingai_ade/resources/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from .parse_jobs import (
ParseJobsResource,
AsyncParseJobsResource,
Expand Down
2 changes: 0 additions & 2 deletions src/landingai_ade/resources/parse_jobs.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from __future__ import annotations

from typing import Mapping, Optional, cast
Expand Down
2 changes: 0 additions & 2 deletions src/landingai_ade/types/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from __future__ import annotations

from .shared import ParseMetadata as ParseMetadata, ParseGroundingBox as ParseGroundingBox
Expand Down
2 changes: 0 additions & 2 deletions src/landingai_ade/types/classify_response.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from typing import List, Optional

from pydantic import Field as FieldInfo
Expand Down
2 changes: 0 additions & 2 deletions src/landingai_ade/types/client_classify_params.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from __future__ import annotations

from typing import Iterable, Optional
Expand Down
2 changes: 0 additions & 2 deletions src/landingai_ade/types/client_extract_build_schema_params.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from __future__ import annotations

from typing import Union, Optional
Expand Down
2 changes: 0 additions & 2 deletions src/landingai_ade/types/client_extract_params.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from __future__ import annotations

from typing import Union, Optional
Expand Down
2 changes: 0 additions & 2 deletions src/landingai_ade/types/client_parse_params.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from __future__ import annotations

from typing import Optional
Expand Down
2 changes: 0 additions & 2 deletions src/landingai_ade/types/client_section_params.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from __future__ import annotations

from typing import Union, Optional
Expand Down
2 changes: 0 additions & 2 deletions src/landingai_ade/types/client_split_params.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from __future__ import annotations

from typing import Union, Iterable, Optional
Expand Down
2 changes: 0 additions & 2 deletions src/landingai_ade/types/extract_build_schema_response.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from typing import List, Optional
from typing_extensions import Literal

Expand Down
2 changes: 0 additions & 2 deletions src/landingai_ade/types/extract_response.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from typing import List, Optional
from typing_extensions import Literal

Expand Down
2 changes: 0 additions & 2 deletions src/landingai_ade/types/parse_job_create_params.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from __future__ import annotations

from typing import Optional
Expand Down
2 changes: 0 additions & 2 deletions src/landingai_ade/types/parse_job_create_response.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from .._models import BaseModel

__all__ = ["ParseJobCreateResponse"]
Expand Down
2 changes: 0 additions & 2 deletions src/landingai_ade/types/parse_job_get_response.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from typing import Dict, List, Union, Optional
from typing_extensions import Literal, TypeAlias

Expand Down
2 changes: 0 additions & 2 deletions src/landingai_ade/types/parse_job_list_params.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from __future__ import annotations

from typing import Optional
Expand Down
2 changes: 0 additions & 2 deletions src/landingai_ade/types/parse_job_list_response.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from typing import List, Optional

from .._models import BaseModel
Expand Down
2 changes: 0 additions & 2 deletions src/landingai_ade/types/parse_response.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from typing import Dict, List, Union, Optional
from typing_extensions import Literal, TypeAlias

Expand Down
2 changes: 0 additions & 2 deletions src/landingai_ade/types/section_response.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from typing import List, Optional

from .._models import BaseModel
Expand Down
2 changes: 0 additions & 2 deletions src/landingai_ade/types/shared/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from .parse_metadata import ParseMetadata as ParseMetadata
from .parse_grounding_box import ParseGroundingBox as ParseGroundingBox
2 changes: 0 additions & 2 deletions src/landingai_ade/types/shared/parse_grounding_box.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from ..._models import BaseModel

__all__ = ["ParseGroundingBox"]
Expand Down
2 changes: 0 additions & 2 deletions src/landingai_ade/types/shared/parse_metadata.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from typing import List, Optional

from ..._models import BaseModel
Expand Down
2 changes: 0 additions & 2 deletions src/landingai_ade/types/split_response.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from typing import List, Optional

from .._models import BaseModel
Expand Down
1 change: 0 additions & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
1 change: 0 additions & 1 deletion tests/api_resources/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2 changes: 0 additions & 2 deletions tests/api_resources/test_client.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from __future__ import annotations

import os
Expand Down
2 changes: 0 additions & 2 deletions tests/api_resources/test_parse_jobs.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from __future__ import annotations

import os
Expand Down
2 changes: 0 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from __future__ import annotations

import os
Expand Down
2 changes: 0 additions & 2 deletions tests/test_client.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from __future__ import annotations

import gc
Expand Down