crate 2.1.0.dev0__py3-none-any.whl → 2.1.0.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.
crate/client/__init__.py CHANGED
@@ -29,7 +29,7 @@ __all__ = [
29
29
 
30
30
  # version string read from setup.py using a regex. Take care not to break the
31
31
  # regex!
32
- __version__ = "2.1.0.dev0"
32
+ __version__ = "2.1.0.dev1"
33
33
 
34
34
  # codeql[py/unused-global-variable]
35
35
  apilevel = "2.0"
@@ -1,16 +1,15 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crate
3
- Version: 2.1.0.dev0
3
+ Version: 2.1.0.dev1
4
4
  Summary: CrateDB Python Client
5
5
  Home-page: https://github.com/crate/crate-python
6
6
  Author: Crate.io
7
7
  Author-email: office@crate.io
8
- License: Apache License 2.0
8
+ License: Apache-2.0
9
9
  Keywords: cratedb db api dbapi database sql http rdbms olap
10
10
  Platform: any
11
11
  Classifier: Development Status :: 5 - Production/Stable
12
12
  Classifier: Intended Audience :: Developers
13
- Classifier: License :: OSI Approved :: Apache Software License
14
13
  Classifier: Operating System :: OS Independent
15
14
  Classifier: Programming Language :: Python
16
15
  Classifier: Programming Language :: Python :: 3
@@ -28,10 +27,9 @@ Classifier: Topic :: Database
28
27
  Requires-Python: >=3.6
29
28
  Description-Content-Type: text/x-rst
30
29
  License-File: LICENSE
31
- License-File: NOTICE
32
30
  Requires-Dist: orjson<4
33
31
  Requires-Dist: urllib3
34
- Requires-Dist: verlib2
32
+ Requires-Dist: verlib2>=0.3
35
33
  Provides-Extra: doc
36
34
  Requires-Dist: crate-docs-theme>=0.26.5; extra == "doc"
37
35
  Requires-Dist: sphinx<9,>=3.5; extra == "doc"
@@ -1,4 +1,4 @@
1
- crate/client/__init__.py,sha256=wwIu-g-AQn0SiBYFAo3-sOkejI_c7uT9rn-Zd1ddySo,1349
1
+ crate/client/__init__.py,sha256=X01lNOlWwb_syAJuq9pcrC-fAchGQf7ngO5I2RE_rqg,1349
2
2
  crate/client/_pep440.py,sha256=iwY5wopxbgbwsT0ImANrwN3V_ZYQHhSr7lEdVT5dQRM,42
3
3
  crate/client/blob.py,sha256=aMo6ZNHGT3Zq_yR3gcpd3CKrJvfqUAhExhKtHUwC5Io,3460
4
4
  crate/client/connection.py,sha256=uA-r_HLo4mjbouYirV0xIF6rp9GAtK-PtAJlyNxpvHA,8514
@@ -9,9 +9,8 @@ crate/client/http.py,sha256=wNTlFOwYv9R4dMWvaZ7b-U-uzUwLNJB7pknwiE_QGkE,23270
9
9
  crate/testing/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
10
  crate/testing/layer.py,sha256=jvHRWTRE4Zal211UO0HWPFcbprAcaGB3WyAUDR7BKFQ,13376
11
11
  crate/testing/util.py,sha256=BPEZ8DavXwyOTCmOQnP5QjQlapEw3harzKK4w2HOTA4,3264
12
- crate-2.1.0.dev0.dist-info/licenses/LICENSE,sha256=s_w3FXmAYQuatqsgvyYLnGyC_13KOqp3W1DUEXO9RpY,10175
13
- crate-2.1.0.dev0.dist-info/licenses/NOTICE,sha256=jfWOHkoZKjNATGXMfgpMJdL38ki_ZZTgR6M9CUUJxrM,1159
14
- crate-2.1.0.dev0.dist-info/METADATA,sha256=xAe-f67sKCkfH3YyY6HmDbeQJ8a2Of_4KFRKeuKxPhg,5632
15
- crate-2.1.0.dev0.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
16
- crate-2.1.0.dev0.dist-info/top_level.txt,sha256=2wP2HlpxdhgTLMl9ipi168xkm6FMq9_2bf0xGGxF_OI,6
17
- crate-2.1.0.dev0.dist-info/RECORD,,
12
+ crate-2.1.0.dev1.dist-info/licenses/LICENSE,sha256=s_w3FXmAYQuatqsgvyYLnGyC_13KOqp3W1DUEXO9RpY,10175
13
+ crate-2.1.0.dev1.dist-info/METADATA,sha256=I8EACwqsgmLKF4mqElYWHoB9sWDMJqTr6tAOOeVPtFA,5545
14
+ crate-2.1.0.dev1.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
15
+ crate-2.1.0.dev1.dist-info/top_level.txt,sha256=2wP2HlpxdhgTLMl9ipi168xkm6FMq9_2bf0xGGxF_OI,6
16
+ crate-2.1.0.dev1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.3.1)
2
+ Generator: setuptools (80.4.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,24 +0,0 @@
1
- CrateDB Python Adapter
2
- Copyright 2013-2024 Crate.IO GmbH ("Crate")
3
-
4
-
5
- Licensed to Crate.IO GmbH (referred to in this notice as "Crate") under one or
6
- more contributor license agreements.
7
-
8
- Unless otherwise stated, every component of the CrateDB Python Adapter is
9
- licensed under the Apache License, Version 2.0.
10
-
11
- Third-party components bundled with the CrateDB Python Adapter are listed in
12
- the LICENSE file along with their respective licenses. Any additional mandatory
13
- notices pertaining to those dependencies will be reproduced in this file.
14
-
15
- Crate provides pre-built releases for convenience, also known as convenience
16
- releases. Building the CrateDB Python Adapter from source pulls in a number of
17
- additional third-party dependencies. Hence, convenience releases will contain a
18
- mix of CrateDB Python Adapter source code and third-party build-time
19
- dependencies not listed in the LICENSE file or in this file.
20
-
21
- Crate is committed to only using permissively licensed third-party code.
22
- However, for the time being, if you make use of convenience releases, it is
23
- your responsibility to check the licensing status of the bundled third-party
24
- build-time dependencies.