adss 1.2__py3-none-any.whl → 1.21__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.
- adss/__init__.py +6 -6
- {adss-1.2.dist-info → adss-1.21.dist-info}/METADATA +1 -1
- {adss-1.2.dist-info → adss-1.21.dist-info}/RECORD +6 -6
- {adss-1.2.dist-info → adss-1.21.dist-info}/LICENSE +0 -0
- {adss-1.2.dist-info → adss-1.21.dist-info}/WHEEL +0 -0
- {adss-1.2.dist-info → adss-1.21.dist-info}/top_level.txt +0 -0
adss/__init__.py
CHANGED
@@ -5,16 +5,16 @@ This package provides a comprehensive client for working with the Astronomy TAP
|
|
5
5
|
including authentication, query execution, user management, and administrative functions.
|
6
6
|
"""
|
7
7
|
|
8
|
-
__version__ = "0.1.0"
|
8
|
+
#__version__ = "0.1.0"
|
9
9
|
|
10
|
-
from .client import ADSSClient
|
11
|
-
from .exceptions import (
|
10
|
+
from adss.client import ADSSClient
|
11
|
+
from adss.exceptions import (
|
12
12
|
ADSSClientError, AuthenticationError, PermissionDeniedError,
|
13
13
|
ResourceNotFoundError, QueryExecutionError
|
14
14
|
)
|
15
|
-
from .models.user import User, Role
|
16
|
-
from .models.query import Query, QueryResult
|
17
|
-
from .models.metadata import Schema, Table, Column
|
15
|
+
from adss.models.user import User, Role
|
16
|
+
from adss.models.query import Query, QueryResult
|
17
|
+
from adss.models.metadata import Schema, Table, Column
|
18
18
|
|
19
19
|
__all__ = [
|
20
20
|
'ADSSClient',
|
@@ -1,4 +1,4 @@
|
|
1
|
-
adss/__init__.py,sha256=
|
1
|
+
adss/__init__.py,sha256=KiM0xXp_U9MqUIb_hLayoNW5lilW-LNSsH4PkV5dx-4,855
|
2
2
|
adss/adss_manager.py,sha256=vaS6y1IycVW8AjpAQeG58VwjCDLyMBUylJzYSeg6D9o,2068
|
3
3
|
adss/auth.py,sha256=M8GAN8pdfmJfsEOqv_EW2ru0uP0H1JtK7IfBDrIZMyg,4025
|
4
4
|
adss/client.py,sha256=Ojc6jqZtCBMwRoTGuBiF0SEDkdWs_-xbGwyk03nHkr8,29613
|
@@ -23,8 +23,8 @@ adss/operations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
23
23
|
adss/operations/cone_search.py,sha256=qfdFA2TGqnzuggz4nep21_y4LgmHP4ZMpVupxn87dB0,706
|
24
24
|
adss/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
25
25
|
adss/utils/format_table.py,sha256=UYCQ6Xum3dPHrh0cAh_KCj6vHShAvdHlV0rtIv7J09Q,3695
|
26
|
-
adss-1.
|
27
|
-
adss-1.
|
28
|
-
adss-1.
|
29
|
-
adss-1.
|
30
|
-
adss-1.
|
26
|
+
adss-1.21.dist-info/LICENSE,sha256=1aYqcyqjrdNXY9hqgZkCWprcoA112oKvdrfPyvMYPTc,1468
|
27
|
+
adss-1.21.dist-info/METADATA,sha256=M75h6eW69l2JcUGupkTkkQp2-pcW3qfgkmj3_5qFIpE,379
|
28
|
+
adss-1.21.dist-info/WHEEL,sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk,91
|
29
|
+
adss-1.21.dist-info/top_level.txt,sha256=ebD44L3R0PEvEFoRCJ-RjTIsQ9Yjpo2aAYC1BMtueLg,5
|
30
|
+
adss-1.21.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|