evo-files 0.1.1__tar.gz → 0.2.0__tar.gz

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.
@@ -1,7 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: evo-files
3
- Version: 0.1.1
3
+ Version: 0.2.0
4
4
  Summary: Python SDK for using the Seequent Evo File API
5
+ Project-URL: Source, https://github.com/SeequentEvo/evo-python-sdk
6
+ Project-URL: Tracker, https://github.com/SeequentEvo/evo-python-sdk/issues
7
+ Project-URL: Homepage, https://www.seequent.com/
8
+ Project-URL: Documentation, https://developer.seequent.com/
5
9
  Author-email: Seequent <support@seequent.com>
6
10
  License-File: LICENSE.md
7
11
  Requires-Python: >=3.10
@@ -20,7 +24,7 @@ Description-Content-Type: text/markdown
20
24
  </p>
21
25
  <p align="center">
22
26
  <a href="https://developer.seequent.com/" target="_blank">Seequent Developer Portal</a>
23
- &bull; <a href="https://community.seequent.com/" target="_blank">Seequent Community</a>
27
+ &bull; <a href="https://community.seequent.com/group/19-evo" target="_blank">Seequent Community</a>
24
28
  &bull; <a href="https://seequent.com" target="_blank">Seequent website</a>
25
29
  </p>
26
30
 
@@ -1,18 +1,25 @@
1
1
  [project]
2
2
  name = "evo-files"
3
3
  description = "Python SDK for using the Seequent Evo File API"
4
- version = "0.1.1"
4
+ version = "0.2.0"
5
5
  requires-python = ">=3.10"
6
6
  license-files = ["LICENSE.md"]
7
7
  dynamic = ["readme"]
8
8
  authors = [
9
9
  { name = "Seequent", email = "support@seequent.com" }
10
10
  ]
11
+
11
12
  dependencies = [
12
13
  "evo-sdk-common>=0.1.0",
13
14
  "pydantic>=2,<3",
14
15
  ]
15
16
 
17
+ [project.urls]
18
+ Source = "https://github.com/SeequentEvo/evo-python-sdk"
19
+ Tracker = "https://github.com/SeequentEvo/evo-python-sdk/issues"
20
+ Homepage = "https://www.seequent.com/"
21
+ Documentation = "https://developer.seequent.com/"
22
+
16
23
  [project.optional-dependencies]
17
24
  aiohttp = ["evo-sdk-common[aiohttp]>=0.1.0"]
18
25
  notebooks = ["evo-sdk-common[notebooks]>=0.1.0"]
File without changes
File without changes
File without changes
File without changes