crate 2.1.0.dev0__tar.gz → 2.1.0.dev1__tar.gz
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-2.1.0.dev0 → crate-2.1.0.dev1}/PKG-INFO +3 -5
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/setup.py +3 -3
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/src/crate/client/__init__.py +1 -1
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/src/crate.egg-info/PKG-INFO +3 -5
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/src/crate.egg-info/requires.txt +1 -1
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/CHANGES.rst +0 -0
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/CONTRIBUTING.rst +0 -0
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/DEVELOP.rst +0 -0
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/LICENSE +0 -0
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/MANIFEST.in +0 -0
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/NOTICE +0 -0
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/README.rst +0 -0
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/docs/_extra/robots.txt +0 -0
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/docs/backlog.rst +0 -0
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/docs/blobs.rst +0 -0
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/docs/by-example/blob.rst +0 -0
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/docs/by-example/client.rst +0 -0
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/docs/by-example/connection.rst +0 -0
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/docs/by-example/cursor.rst +0 -0
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/docs/by-example/http.rst +0 -0
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/docs/by-example/https.rst +0 -0
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/docs/by-example/index.rst +0 -0
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/docs/conf.py +0 -0
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/docs/connect.rst +0 -0
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/docs/data-types.rst +0 -0
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/docs/docutils.conf +0 -0
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/docs/getting-started.rst +0 -0
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/docs/index-all.rst +0 -0
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/docs/index.rst +0 -0
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/docs/other-options.rst +0 -0
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/docs/query.rst +0 -0
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/docs/requirements.txt +0 -0
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/pyproject.toml +0 -0
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/requirements.txt +0 -0
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/setup.cfg +0 -0
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/src/crate/client/_pep440.py +0 -0
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/src/crate/client/blob.py +0 -0
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/src/crate/client/connection.py +0 -0
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/src/crate/client/converter.py +0 -0
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/src/crate/client/cursor.py +0 -0
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/src/crate/client/exceptions.py +0 -0
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/src/crate/client/http.py +0 -0
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/src/crate/testing/__init__.py +0 -0
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/src/crate/testing/layer.py +0 -0
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/src/crate/testing/util.py +0 -0
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/src/crate.egg-info/SOURCES.txt +0 -0
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/src/crate.egg-info/dependency_links.txt +0 -0
- {crate-2.1.0.dev0 → crate-2.1.0.dev1}/src/crate.egg-info/top_level.txt +0 -0
@@ -1,16 +1,15 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: crate
|
3
|
-
Version: 2.1.0.
|
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
|
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"
|
@@ -49,14 +49,15 @@ setup(
|
|
49
49
|
long_description=long_description,
|
50
50
|
long_description_content_type="text/x-rst",
|
51
51
|
platforms=["any"],
|
52
|
-
license="Apache
|
52
|
+
license="Apache-2.0",
|
53
|
+
license_files=["LICENSE"],
|
53
54
|
keywords="cratedb db api dbapi database sql http rdbms olap",
|
54
55
|
packages=find_namespace_packages("src"),
|
55
56
|
package_dir={"": "src"},
|
56
57
|
install_requires=[
|
57
58
|
"orjson<4",
|
58
59
|
"urllib3",
|
59
|
-
"verlib2",
|
60
|
+
"verlib2>=0.3",
|
60
61
|
],
|
61
62
|
extras_require={
|
62
63
|
"doc": [
|
@@ -82,7 +83,6 @@ setup(
|
|
82
83
|
classifiers=[
|
83
84
|
"Development Status :: 5 - Production/Stable",
|
84
85
|
"Intended Audience :: Developers",
|
85
|
-
"License :: OSI Approved :: Apache Software License",
|
86
86
|
"Operating System :: OS Independent",
|
87
87
|
"Programming Language :: Python",
|
88
88
|
"Programming Language :: Python :: 3",
|
@@ -1,16 +1,15 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: crate
|
3
|
-
Version: 2.1.0.
|
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
|
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"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|