gooddata-flight-server 1.54.0__py3-none-any.whl → 1.56.0__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.
@@ -1,20 +1,20 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gooddata-flight-server
3
- Version: 1.54.0
3
+ Version: 1.56.0
4
4
  Summary: Flight RPC server to host custom functions
5
- Project-URL: Documentation, https://gooddata-flight-server.readthedocs.io/en/v1.54.0
5
+ Project-URL: Documentation, https://gooddata-flight-server.readthedocs.io/en/v1.56.0
6
6
  Project-URL: Source, https://github.com/gooddata/gooddata-python-sdk
7
7
  Author-email: GoodData <support@gooddata.com>
8
- License: MIT
8
+ License-Expression: MIT
9
9
  License-File: LICENSE.txt
10
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
- Classifier: License :: OSI Approved :: MIT License
14
13
  Classifier: Programming Language :: Python :: 3.10
15
14
  Classifier: Programming Language :: Python :: 3.11
16
15
  Classifier: Programming Language :: Python :: 3.12
17
16
  Classifier: Programming Language :: Python :: 3.13
17
+ Classifier: Programming Language :: Python :: 3.14
18
18
  Classifier: Topic :: Database
19
19
  Classifier: Topic :: Scientific/Engineering
20
20
  Classifier: Topic :: Software Development
@@ -41,8 +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.54.0.dist-info/METADATA,sha256=ZYizq2G8GLC6zev7XXaZ5diPfjZZOI_YBJZ7ju5z-Og,29946
45
- gooddata_flight_server-1.54.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
46
- gooddata_flight_server-1.54.0.dist-info/entry_points.txt,sha256=hB2RiKYarzYE2t4wXTIA52S-Goy3UdLPT8xogLcGb4M,75
47
- gooddata_flight_server-1.54.0.dist-info/licenses/LICENSE.txt,sha256=o90MhGat28171lD8r77bLXsSnvDVu9CQAsWxAzx1Z2E,1064
48
- gooddata_flight_server-1.54.0.dist-info/RECORD,,
44
+ gooddata_flight_server-1.56.0.dist-info/METADATA,sha256=vAil4A3XK7f4mM5D3RX6UkgF1-ip3ziSSw4wwTADV78,29957
45
+ gooddata_flight_server-1.56.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
46
+ gooddata_flight_server-1.56.0.dist-info/entry_points.txt,sha256=uew4_TNofSLf7ppUmUNtD0o2KVDr-g_7Hl3D6Dsj71g,81
47
+ gooddata_flight_server-1.56.0.dist-info/licenses/LICENSE.txt,sha256=o90MhGat28171lD8r77bLXsSnvDVu9CQAsWxAzx1Z2E,1064
48
+ gooddata_flight_server-1.56.0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.27.0
2
+ Generator: hatchling 1.28.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ gooddata-flight-server = gooddata_flight_server.cli:server_cli
@@ -1,2 +0,0 @@
1
- [console_scripts]
2
- gooddata-flight-server = gooddata_flight_server.cli:main