metafold 0.8.dev2__py3-none-any.whl → 0.8.dev3__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.
metafold/assets.py CHANGED
@@ -20,6 +20,7 @@ class Asset:
20
20
  created: Asset creation datetime.
21
21
  modified: Asset last modified datetime.
22
22
  project_id: Project ID.
23
+ job_id: Job ID.
23
24
  """
24
25
  id: str
25
26
  filename: str
@@ -28,6 +29,7 @@ class Asset:
28
29
  created: datetime = field(converter=asdatetime)
29
30
  modified: datetime = field(converter=asdatetime)
30
31
  project_id: str
32
+ job_id: Optional[str] = None
31
33
 
32
34
 
33
35
  class AssetsEndpoint:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: metafold
3
- Version: 0.8.dev2
3
+ Version: 0.8.dev3
4
4
  Summary: Metafold SDK for Python
5
5
  Author-email: Metafold 3D <info@metafold3d.com>
6
6
  License: Copyright 2024 Metafold 3D
@@ -1,6 +1,6 @@
1
1
  metafold/__init__.py,sha256=60l9GzfoSiZUU7sp6LBvblp8VdW26tARcg4nZrTPW80,1939
2
2
  metafold/api.py,sha256=dvUMhHg_efytKaqUljb509bKzz_Li4pCIhZdSfL_Xag,1087
3
- metafold/assets.py,sha256=8-3aRCmoGUvrKGOH0Gr77dr9bkdkncKRszli4Egix5I,4145
3
+ metafold/assets.py,sha256=8iqQEl34qyMfDnqVveOYRtzcxGW19K5poanI1iRvTBM,4202
4
4
  metafold/auth.py,sha256=GTuHidMgi_fi7lUSJYpzAP3UE_Qi9geRwcbec1qFYbE,1110
5
5
  metafold/client.py,sha256=tmkPg0vk5gIRiiRBnF1kluv6sVYKpl4ILBcaPB4X9FA,3633
6
6
  metafold/exceptions.py,sha256=dJhBgbryBhJUf20FT3eU1rjQJQ-aDEZ25g-YCn_TwQk,110
@@ -11,8 +11,8 @@ metafold/nx.py,sha256=TIMjeWP3pUVyE6duAwe88y_wdBJOxp9QBKXMzitUF48,1278
11
11
  metafold/projects.py,sha256=14SKasrcJRiH2lUbMIT4_CKHVdPWnIF_-OXR-oEczqY,5510
12
12
  metafold/utils.py,sha256=udNrC7Zkc7FiEZDdmOJ6Sg4JUqKxn-SQwe69VQNeDRE,805
13
13
  metafold/workflows.py,sha256=QTnU1tQJ3RwjBifUe12Ux_z6LWLITVaSyH5sG2-B2Fw,4810
14
- metafold-0.8.dev2.dist-info/licenses/LICENSE,sha256=LejZXzGwe9t0Ezk6g0bRmWUuFSI9vQSk1wJAc1NrrhE,1059
15
- metafold-0.8.dev2.dist-info/METADATA,sha256=OkWPVJodf3ZM5k2g2pmJgur6ugTsKv6RSjssv38nKBg,3521
16
- metafold-0.8.dev2.dist-info/WHEEL,sha256=DK49LOLCYiurdXXOXwGJm6U4DkHkg4lcxjhqwRa0CP4,91
17
- metafold-0.8.dev2.dist-info/top_level.txt,sha256=0dvwa2N6gvl2x4T9c62V4MbYD2soFedI6hm3-lWgyew,9
18
- metafold-0.8.dev2.dist-info/RECORD,,
14
+ metafold-0.8.dev3.dist-info/licenses/LICENSE,sha256=LejZXzGwe9t0Ezk6g0bRmWUuFSI9vQSk1wJAc1NrrhE,1059
15
+ metafold-0.8.dev3.dist-info/METADATA,sha256=GPDVQp4lB1QAPT_PU4A0GwccCKVXar7dFpnSBm8V7Is,3521
16
+ metafold-0.8.dev3.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
17
+ metafold-0.8.dev3.dist-info/top_level.txt,sha256=0dvwa2N6gvl2x4T9c62V4MbYD2soFedI6hm3-lWgyew,9
18
+ metafold-0.8.dev3.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (78.0.2)
2
+ Generator: setuptools (78.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5