gooddata-flight-server 1.52.1.dev3__py3-none-any.whl → 1.53.1.dev1__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.

Potentially problematic release.


This version of gooddata-flight-server might be problematic. Click here for more details.

@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gooddata-flight-server
3
- Version: 1.52.1.dev3
3
+ Version: 1.53.1.dev1
4
4
  Summary: Flight RPC server to host custom functions
5
- Author: GoodData
6
- Author-email: support@gooddata.com
7
- License: MIT
8
- Project-URL: Documentation, https://gooddata-flight-server.readthedocs.io/en/v1.52.1.dev3
5
+ Project-URL: Documentation, https://gooddata-flight-server.readthedocs.io/en/v1.53.1.dev1
9
6
  Project-URL: Source, https://github.com/gooddata/gooddata-python-sdk
10
- Keywords: gooddata,flight,rpc,flight rpc,custom functions,analytics,headless,business,intelligence,headless-bi,cloud,native,semantic,layer,sql,metrics
7
+ Author-email: GoodData <support@gooddata.com>
8
+ License: MIT
9
+ License-File: LICENSE.txt
10
+ Keywords: analytics,business,cloud,custom functions,flight,flight rpc,gooddata,headless,headless-bi,intelligence,layer,metrics,native,rpc,semantic,sql
11
11
  Classifier: Development Status :: 4 - Beta
12
12
  Classifier: Environment :: Console
13
13
  Classifier: License :: OSI Approved :: MIT License
@@ -21,8 +21,6 @@ Classifier: Topic :: Scientific/Engineering
21
21
  Classifier: Topic :: Software Development
22
22
  Classifier: Typing :: Typed
23
23
  Requires-Python: >=3.9.0
24
- Description-Content-Type: text/markdown
25
- License-File: LICENSE.txt
26
24
  Requires-Dist: dynaconf<4.0.0,>=3.1.11
27
25
  Requires-Dist: opentelemetry-api<=2.0.0,>=1.24.0
28
26
  Requires-Dist: opentelemetry-sdk<=2.0.0,>=1.24.0
@@ -31,18 +29,7 @@ Requires-Dist: prometheus-client~=0.20.0
31
29
  Requires-Dist: pyarrow>=16.1.0
32
30
  Requires-Dist: readerwriterlock~=1.0.9
33
31
  Requires-Dist: structlog<25.0.0,>=24.0.0
34
- Dynamic: author
35
- Dynamic: author-email
36
- Dynamic: classifier
37
- Dynamic: description
38
- Dynamic: description-content-type
39
- Dynamic: keywords
40
- Dynamic: license
41
- Dynamic: license-file
42
- Dynamic: project-url
43
- Dynamic: requires-dist
44
- Dynamic: requires-python
45
- Dynamic: summary
32
+ Description-Content-Type: text/markdown
46
33
 
47
34
  # GoodData Flight Server
48
35
 
@@ -41,9 +41,8 @@ gooddata_flight_server/utils/libc_utils.py,sha256=_ZwKeeB0lk2xh-gSC_7rc9felHu_hq
41
41
  gooddata_flight_server/utils/logging.py,sha256=3sip4Xte5YHjZNyQEQVo96rCsknxG1JPj7cIbnz0iBo,6081
42
42
  gooddata_flight_server/utils/methods_discovery.py,sha256=ZcBJU5dHBsnZD5zDXajE5merwCISfjHGcIlIWCQtNLY,3618
43
43
  gooddata_flight_server/utils/otel_tracing.py,sha256=MfKFh0TkVSUmPC6f8Oobp5XSCYxAsQyS0UaSJQF1nCw,4540
44
- gooddata_flight_server-1.52.1.dev3.data/scripts/gooddata-flight-server,sha256=cXl4cF_pNme_0ns-Dap825C_L-0ovWs9hmlNl7kN9kU,239
45
- gooddata_flight_server-1.52.1.dev3.dist-info/licenses/LICENSE.txt,sha256=o90MhGat28171lD8r77bLXsSnvDVu9CQAsWxAzx1Z2E,1064
46
- gooddata_flight_server-1.52.1.dev3.dist-info/METADATA,sha256=z6_Y0qdrUivOgVLZorBfUj61eIFRJUgGqNtc-NqS3u4,30269
47
- gooddata_flight_server-1.52.1.dev3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
48
- gooddata_flight_server-1.52.1.dev3.dist-info/top_level.txt,sha256=fkhUrPUK9CeUzu3qMaEXJbY-HVuY-sqUx8ct7AtZH0s,23
49
- gooddata_flight_server-1.52.1.dev3.dist-info/RECORD,,
44
+ gooddata_flight_server-1.53.1.dev1.dist-info/METADATA,sha256=N5jLbXsstJN0_4e8JbIBG7Ko-d1RU18EGpKWuY_oUQw,30007
45
+ gooddata_flight_server-1.53.1.dev1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
46
+ gooddata_flight_server-1.53.1.dev1.dist-info/entry_points.txt,sha256=hB2RiKYarzYE2t4wXTIA52S-Goy3UdLPT8xogLcGb4M,75
47
+ gooddata_flight_server-1.53.1.dev1.dist-info/licenses/LICENSE.txt,sha256=o90MhGat28171lD8r77bLXsSnvDVu9CQAsWxAzx1Z2E,1064
48
+ gooddata_flight_server-1.53.1.dev1.dist-info/RECORD,,
@@ -1,5 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.9.0)
2
+ Generator: hatchling 1.27.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
-
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ gooddata-flight-server = gooddata_flight_server.cli:main
@@ -1,10 +0,0 @@
1
- #!python
2
- # (C) 2024 GoodData Corporation
3
- import re
4
- import sys
5
-
6
- import gooddata_flight_server.cli as server
7
-
8
- if __name__ == "__main__":
9
- sys.argv[0] = re.sub(r"(-script\.pyw?|\.exe)?$", "", sys.argv[0])
10
- sys.exit(server.server_cli())
@@ -1 +0,0 @@
1
- gooddata_flight_server