atlan-application-sdk 1.0.1__py3-none-any.whl → 1.0.2__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.
- application_sdk/version.py +1 -1
- {atlan_application_sdk-1.0.1.dist-info → atlan_application_sdk-1.0.2.dist-info}/METADATA +27 -27
- {atlan_application_sdk-1.0.1.dist-info → atlan_application_sdk-1.0.2.dist-info}/RECORD +6 -6
- {atlan_application_sdk-1.0.1.dist-info → atlan_application_sdk-1.0.2.dist-info}/WHEEL +0 -0
- {atlan_application_sdk-1.0.1.dist-info → atlan_application_sdk-1.0.2.dist-info}/licenses/LICENSE +0 -0
- {atlan_application_sdk-1.0.1.dist-info → atlan_application_sdk-1.0.2.dist-info}/licenses/NOTICE +0 -0
application_sdk/version.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: atlan-application-sdk
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.2
|
|
4
4
|
Summary: Atlan Application SDK is a Python library for developing applications on the Atlan Platform
|
|
5
5
|
Project-URL: Repository, https://github.com/atlanhq/application-sdk
|
|
6
6
|
Project-URL: Documentation, https://github.com/atlanhq/application-sdk/README.md
|
|
@@ -19,45 +19,45 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
19
19
|
Classifier: Programming Language :: Python :: 3.12
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.13
|
|
21
21
|
Requires-Python: >=3.11
|
|
22
|
-
Requires-Dist: aiohttp
|
|
23
|
-
Requires-Dist: duckdb-engine
|
|
24
|
-
Requires-Dist: duckdb
|
|
22
|
+
Requires-Dist: aiohttp<3.14.0,>=3.10.0
|
|
23
|
+
Requires-Dist: duckdb-engine<0.18.0,>=0.17.0
|
|
24
|
+
Requires-Dist: duckdb<1.5.0,>=1.1.3
|
|
25
25
|
Requires-Dist: fastapi[standard]==0.120.2
|
|
26
|
-
Requires-Dist: loguru
|
|
26
|
+
Requires-Dist: loguru<0.8.0,>=0.7.3
|
|
27
27
|
Requires-Dist: opentelemetry-exporter-otlp==1.39.0
|
|
28
|
-
Requires-Dist: psutil
|
|
29
|
-
Requires-Dist: pyatlan
|
|
30
|
-
Requires-Dist: pydantic<2.
|
|
31
|
-
Requires-Dist: python-dotenv
|
|
32
|
-
Requires-Dist: uvloop
|
|
28
|
+
Requires-Dist: psutil<7.2.0,>=7.0.0
|
|
29
|
+
Requires-Dist: pyatlan<8.5.0,>=8.0.2
|
|
30
|
+
Requires-Dist: pydantic<2.13.0,>=2.10.6
|
|
31
|
+
Requires-Dist: python-dotenv<1.3.0,>=1.1.0
|
|
32
|
+
Requires-Dist: uvloop<0.23.0,>=0.21.0; sys_platform != 'win32'
|
|
33
33
|
Provides-Extra: daft
|
|
34
|
-
Requires-Dist: daft
|
|
34
|
+
Requires-Dist: daft<0.7.0,>=0.4.12; extra == 'daft'
|
|
35
35
|
Provides-Extra: distributed-lock
|
|
36
|
-
Requires-Dist: redis[hiredis]
|
|
36
|
+
Requires-Dist: redis[hiredis]<7.2.0,>=5.2.0; extra == 'distributed-lock'
|
|
37
37
|
Provides-Extra: iam-auth
|
|
38
|
-
Requires-Dist: boto3
|
|
38
|
+
Requires-Dist: boto3<1.43.0,>=1.38.6; extra == 'iam-auth'
|
|
39
39
|
Provides-Extra: iceberg
|
|
40
|
-
Requires-Dist: pyiceberg
|
|
40
|
+
Requires-Dist: pyiceberg<0.11.0,>=0.8.1; extra == 'iceberg'
|
|
41
41
|
Provides-Extra: mcp
|
|
42
|
-
Requires-Dist: fastmcp
|
|
42
|
+
Requires-Dist: fastmcp<2.14.0,>=2.12.3; extra == 'mcp'
|
|
43
43
|
Provides-Extra: pandas
|
|
44
|
-
Requires-Dist: pandas
|
|
44
|
+
Requires-Dist: pandas<2.4.0,>=2.2.3; extra == 'pandas'
|
|
45
45
|
Provides-Extra: scale-data-generator
|
|
46
|
-
Requires-Dist: faker
|
|
47
|
-
Requires-Dist: numpy<
|
|
48
|
-
Requires-Dist: pandas
|
|
49
|
-
Requires-Dist: pyarrow
|
|
50
|
-
Requires-Dist: pyyaml
|
|
46
|
+
Requires-Dist: faker<38.3.0,>=37.1.0; extra == 'scale-data-generator'
|
|
47
|
+
Requires-Dist: numpy<2.4.0,>=1.23.5; extra == 'scale-data-generator'
|
|
48
|
+
Requires-Dist: pandas<2.4.0,>=2.2.3; extra == 'scale-data-generator'
|
|
49
|
+
Requires-Dist: pyarrow<23.0.0,>=20.0.0; extra == 'scale-data-generator'
|
|
50
|
+
Requires-Dist: pyyaml<6.1.0,>=6.0.2; extra == 'scale-data-generator'
|
|
51
51
|
Provides-Extra: sqlalchemy
|
|
52
|
-
Requires-Dist: sqlalchemy[asyncio]
|
|
52
|
+
Requires-Dist: sqlalchemy[asyncio]<2.1.0,>=2.0.36; extra == 'sqlalchemy'
|
|
53
53
|
Provides-Extra: tests
|
|
54
|
-
Requires-Dist: pandas
|
|
55
|
-
Requires-Dist: pandera[io]
|
|
56
|
-
Requires-Dist: pytest-order
|
|
54
|
+
Requires-Dist: pandas<2.4.0,>=2.2.3; extra == 'tests'
|
|
55
|
+
Requires-Dist: pandera[io]<0.28.0,>=0.23.1; extra == 'tests'
|
|
56
|
+
Requires-Dist: pytest-order<1.4.0,>=1.3.0; extra == 'tests'
|
|
57
57
|
Provides-Extra: workflows
|
|
58
58
|
Requires-Dist: dapr==1.16.0; extra == 'workflows'
|
|
59
|
-
Requires-Dist: orjson
|
|
60
|
-
Requires-Dist: temporalio
|
|
59
|
+
Requires-Dist: orjson<3.12.0,>=3.10.18; extra == 'workflows'
|
|
60
|
+
Requires-Dist: temporalio<1.21.0,>=1.7.1; extra == 'workflows'
|
|
61
61
|
Description-Content-Type: text/markdown
|
|
62
62
|
|
|
63
63
|
# Atlan Application SDK
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
application_sdk/__init__.py,sha256=2e2mvmLJ5dxmJGPELtb33xwP-j6JMdoIuqKycEn7hjg,151
|
|
2
2
|
application_sdk/constants.py,sha256=S3I_WUGFbmAPH5GTtoTKD5rxILGevkZ219zhctLQles,11568
|
|
3
|
-
application_sdk/version.py,sha256=
|
|
3
|
+
application_sdk/version.py,sha256=akVgygs1oN8Lt6vnP-2pwB8oyNGN15XLpIPgkgIHleA,84
|
|
4
4
|
application_sdk/worker.py,sha256=D3-wtfGv1DLFKi1YSaE3jTcX66eC00N6RwtBu9RkgNc,7555
|
|
5
5
|
application_sdk/activities/__init__.py,sha256=L5WXkTwOwGtjWAlXrUJRCKGwyIyp3z8fBv8BZVCRFQI,11175
|
|
6
6
|
application_sdk/activities/lock_management.py,sha256=6Wdf3jMKitoarHQP91PIJOoGFz4aaOLS_40c7n1yAOA,3902
|
|
@@ -157,8 +157,8 @@ application_sdk/workflows/metadata_extraction/__init__.py,sha256=jHUe_ZBQ66jx8bg
|
|
|
157
157
|
application_sdk/workflows/metadata_extraction/sql.py,sha256=6ZaVt84n-8U2ZvR9GR7uIJKv5v8CuyQjhlnoRJvDszc,12435
|
|
158
158
|
application_sdk/workflows/query_extraction/__init__.py,sha256=n066_CX5RpJz6DIxGMkKS3eGSRg03ilaCtsqfJWQb7Q,117
|
|
159
159
|
application_sdk/workflows/query_extraction/sql.py,sha256=kT_JQkLCRZ44ZpaC4QvPL6DxnRIIVh8gYHLqRbMI-hA,4826
|
|
160
|
-
atlan_application_sdk-1.0.
|
|
161
|
-
atlan_application_sdk-1.0.
|
|
162
|
-
atlan_application_sdk-1.0.
|
|
163
|
-
atlan_application_sdk-1.0.
|
|
164
|
-
atlan_application_sdk-1.0.
|
|
160
|
+
atlan_application_sdk-1.0.2.dist-info/METADATA,sha256=fEbew4WYY-qIhqeREuvwZQptBYlBKLSzUqbEvxPmcmo,5913
|
|
161
|
+
atlan_application_sdk-1.0.2.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
162
|
+
atlan_application_sdk-1.0.2.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
163
|
+
atlan_application_sdk-1.0.2.dist-info/licenses/NOTICE,sha256=A-XVVGt3KOYuuMmvSMIFkg534F1vHiCggEBp4Ez3wGk,1041
|
|
164
|
+
atlan_application_sdk-1.0.2.dist-info/RECORD,,
|
|
File without changes
|
{atlan_application_sdk-1.0.1.dist-info → atlan_application_sdk-1.0.2.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{atlan_application_sdk-1.0.1.dist-info → atlan_application_sdk-1.0.2.dist-info}/licenses/NOTICE
RENAMED
|
File without changes
|