evo-files 0.1.0__py3-none-any.whl → 0.1.1__py3-none-any.whl

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.
evo/files/io.py CHANGED
@@ -144,7 +144,7 @@ class FileAPIDownload(Download[FileMetadata], _FileIOMixin):
144
144
  def __init__(self, connector: APIConnector, metadata: FileMetadata, initial_url: str) -> None:
145
145
  """
146
146
  :param connector: The connector to use for the API calls.
147
- :param metadata: The metadata of the file that wil be downloaded.
147
+ :param metadata: The metadata of the file that will be downloaded.
148
148
  :param initial_url: The initial URL to use for the download.
149
149
  """
150
150
  super().__init__(connector, initial_url)
@@ -1,21 +1,21 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: evo-files
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Python SDK for using the Seequent Evo File API
5
5
  Author-email: Seequent <support@seequent.com>
6
- Requires-Python: >=3.10
7
- Description-Content-Type: text/markdown
8
6
  License-File: LICENSE.md
7
+ Requires-Python: >=3.10
9
8
  Requires-Dist: evo-sdk-common>=0.1.0
10
9
  Requires-Dist: pydantic<3,>=2
11
10
  Provides-Extra: aiohttp
12
- Requires-Dist: evo-sdk-common[aiohttp]>=0.1.0; extra == "aiohttp"
11
+ Requires-Dist: evo-sdk-common[aiohttp]>=0.1.0; extra == 'aiohttp'
13
12
  Provides-Extra: notebooks
14
- Requires-Dist: evo-sdk-common[notebooks]>=0.1.0; extra == "notebooks"
15
- Dynamic: license-file
13
+ Requires-Dist: evo-sdk-common[notebooks]>=0.1.0; extra == 'notebooks'
14
+ Description-Content-Type: text/markdown
16
15
 
17
16
  <p align="center"><a href="https://seequent.com" target="_blank"><picture><source media="(prefers-color-scheme: dark)" srcset="https://developer.seequent.com/img/seequent-logo-dark.svg" alt="Seequent logo" width="400" /><img src="https://developer.seequent.com/img/seequent-logo.svg" alt="Seequent logo" width="400" /></picture></a></p>
18
17
  <p align="center">
18
+ <a href="https://pypi.org/project/evo-files/"><img alt="PyPI - Version" src="https://img.shields.io/pypi/v/evo-files" /></a>
19
19
  <a href="https://github.com/SeequentEvo/evo-python-sdk/actions/workflows/on-push.yaml"><img src="https://github.com/SeequentEvo/evo-python-sdk/actions/workflows/on-push.yaml/badge.svg" alt="" /></a>
20
20
  </p>
21
21
  <p align="center">
@@ -36,12 +36,28 @@ formats and sizes are accepted.
36
36
  pip install evo-files
37
37
  ```
38
38
 
39
+ ## Usage
40
+
41
+ To get up and running quickly with the Evo File SDK, start by configuring your
42
+ [environment and API connector](https://github.com/SeequentEvo/evo-python-sdk/blob/main/packages/evo-sdk-common/docs/quickstart.md).
43
+
44
+ You can then use the `FileAPIClient` to perform operations, for example:
45
+
46
+ ```python
47
+ from evo.files import FileAPIClient
48
+
49
+ file_client = FileAPIClient(environment, connector)
50
+ files = await file_client.list_files()
51
+ ```
52
+
53
+ For some interactive Jupyter notebook examples, see the [examples folder](https://github.com/SeequentEvo/evo-python-sdk/tree/main/packages/evo-files/docs/examples).
54
+
39
55
  ## Developing the library
40
56
 
41
57
  For instructions on contributing to the development of this library, please refer to the [evo-python-sdk documentation](https://github.com/seequentevo/evo-python-sdk).
42
58
 
43
59
  ## License
44
- The Python SDK for Evo is open source and licensed under the [Apache 2.0 license.](./LICENSE.md).
60
+ The Python SDK for Evo is open source and licensed under the [Apache 2.0 license.](https://github.com/SeequentEvo/evo-python-sdk/tree/main/packages/evo-files/./LICENSE.md).
45
61
 
46
62
  Copyright © 2025 Bentley Systems, Incorporated.
47
63
 
@@ -2,13 +2,12 @@ evo/files/__init__.py,sha256=jX2_a4BNg92QZFNEXaBpvpcSgbqRyOXrWx1JIkLUZqk,887
2
2
  evo/files/_model_config.py,sha256=612yrPQyY-vquEboZdmSWkt8nT2ttbfBy476FyruV30,827
3
3
  evo/files/client.py,sha256=-zfbeym3l9_3t-OjenWj-1k5ZVpLtpsNdmTiMi3PUVU,12847
4
4
  evo/files/data.py,sha256=J9hieUY6LAeYhmIpRorMNcgjsYuSsO5R7_s1qnDAIlM,2380
5
- evo/files/io.py,sha256=sSmuJZcKE7_m9NZH60eI0zF25PcHDpG47HzedwKy-o4,6397
5
+ evo/files/io.py,sha256=F7qByHP9qTk81XKDWdUjDKVqr72zsRY70cmMbprVKjI,6398
6
6
  evo/files/endpoints/__init__.py,sha256=UE77QavwbhokEtz8XmDl2p-z5fpsghraTgboDscq76A,1441
7
7
  evo/files/endpoints/models.py,sha256=rz7wqkhfen9_wqQqj0mEUbKKnkA0AYniEe9QnoigdPY,4640
8
8
  evo/files/endpoints/api/__init__.py,sha256=dHngHmRPwy-Kixoz7BP4ur4qzV4z9T2e8ccTqBtpuio,650
9
9
  evo/files/endpoints/api/file_v2_api.py,sha256=mP3EiKbgmpw_Z5bzWmu-Fi3JuP9CsUpgN-9isywry3I,34127
10
- evo_files-0.1.0.dist-info/licenses/LICENSE.md,sha256=HcFeRdOI-VP5WPEymQerlwLvEj2z_1Yh66RkN-wN7Oc,10778
11
- evo_files-0.1.0.dist-info/METADATA,sha256=72xWJuaECBvWc_e0VrHD7dIhYaiubbv-qYlkqbe6iLY,2506
12
- evo_files-0.1.0.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
13
- evo_files-0.1.0.dist-info/top_level.txt,sha256=IzLrK1mG2bGw1cT2umqNfLw0GqQgmBQaeZYk3YlWe3o,4
14
- evo_files-0.1.0.dist-info/RECORD,,
10
+ evo_files-0.1.1.dist-info/METADATA,sha256=n6Lg1afbJPS4AiINjP01IrlJTb8v9dJErOXQtLRt094,3294
11
+ evo_files-0.1.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
12
+ evo_files-0.1.1.dist-info/licenses/LICENSE.md,sha256=HcFeRdOI-VP5WPEymQerlwLvEj2z_1Yh66RkN-wN7Oc,10778
13
+ evo_files-0.1.1.dist-info/RECORD,,
@@ -1,5 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (78.1.0)
2
+ Generator: hatchling 1.27.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
-
@@ -1 +0,0 @@
1
- evo