quasardb 3.14.2.dev5__cp311-cp311-macosx_15_0_x86_64.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 quasardb might be problematic. Click here for more details.

Files changed (45) hide show
  1. quasardb/CMakeFiles/CMakeDirectoryInformation.cmake +16 -0
  2. quasardb/CMakeFiles/progress.marks +1 -0
  3. quasardb/Makefile +189 -0
  4. quasardb/__init__.py +137 -0
  5. quasardb/cmake_install.cmake +53 -0
  6. quasardb/date/CMakeFiles/CMakeDirectoryInformation.cmake +16 -0
  7. quasardb/date/CMakeFiles/Export/a52b05f964b070ee926bcad51d3288af/dateTargets.cmake +108 -0
  8. quasardb/date/CMakeFiles/progress.marks +1 -0
  9. quasardb/date/Makefile +189 -0
  10. quasardb/date/cmake_install.cmake +76 -0
  11. quasardb/date/dateConfigVersion.cmake +65 -0
  12. quasardb/date/dateTargets.cmake +63 -0
  13. quasardb/extensions/__init__.py +8 -0
  14. quasardb/extensions/writer.py +191 -0
  15. quasardb/firehose.py +103 -0
  16. quasardb/libqdb_api.dylib +0 -0
  17. quasardb/numpy/__init__.py +962 -0
  18. quasardb/pandas/__init__.py +498 -0
  19. quasardb/pool.py +305 -0
  20. quasardb/pybind11/CMakeFiles/CMakeDirectoryInformation.cmake +16 -0
  21. quasardb/pybind11/CMakeFiles/progress.marks +1 -0
  22. quasardb/pybind11/Makefile +189 -0
  23. quasardb/pybind11/cmake_install.cmake +45 -0
  24. quasardb/quasardb.cpython-311-darwin.so +0 -0
  25. quasardb/range-v3/CMakeFiles/CMakeDirectoryInformation.cmake +16 -0
  26. quasardb/range-v3/CMakeFiles/Export/d94ef200eca10a819b5858b33e808f5b/range-v3-targets.cmake +128 -0
  27. quasardb/range-v3/CMakeFiles/progress.marks +1 -0
  28. quasardb/range-v3/CMakeFiles/range.v3.headers.dir/DependInfo.cmake +22 -0
  29. quasardb/range-v3/CMakeFiles/range.v3.headers.dir/build.make +86 -0
  30. quasardb/range-v3/CMakeFiles/range.v3.headers.dir/cmake_clean.cmake +5 -0
  31. quasardb/range-v3/CMakeFiles/range.v3.headers.dir/compiler_depend.make +2 -0
  32. quasardb/range-v3/CMakeFiles/range.v3.headers.dir/compiler_depend.ts +2 -0
  33. quasardb/range-v3/CMakeFiles/range.v3.headers.dir/progress.make +1 -0
  34. quasardb/range-v3/Makefile +204 -0
  35. quasardb/range-v3/cmake_install.cmake +88 -0
  36. quasardb/range-v3/include/range/v3/version.hpp +24 -0
  37. quasardb/range-v3/range-v3-config-version.cmake +83 -0
  38. quasardb/range-v3/range-v3-config.cmake +80 -0
  39. quasardb/stats.py +245 -0
  40. quasardb/table_cache.py +56 -0
  41. quasardb-3.14.2.dev5.dist-info/LICENSE.md +11 -0
  42. quasardb-3.14.2.dev5.dist-info/METADATA +40 -0
  43. quasardb-3.14.2.dev5.dist-info/RECORD +45 -0
  44. quasardb-3.14.2.dev5.dist-info/WHEEL +5 -0
  45. quasardb-3.14.2.dev5.dist-info/top_level.txt +1 -0
@@ -0,0 +1,80 @@
1
+ # Generated by CMake
2
+
3
+ if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8)
4
+ message(FATAL_ERROR "CMake >= 3.0.0 required")
5
+ endif()
6
+ if(CMAKE_VERSION VERSION_LESS "3.0.0")
7
+ message(FATAL_ERROR "CMake >= 3.0.0 required")
8
+ endif()
9
+ cmake_policy(PUSH)
10
+ cmake_policy(VERSION 3.0.0...3.29)
11
+ #----------------------------------------------------------------
12
+ # Generated CMake target import file.
13
+ #----------------------------------------------------------------
14
+
15
+ # Commands may need to know the format version.
16
+ set(CMAKE_IMPORT_FILE_VERSION 1)
17
+
18
+ # Protect against multiple inclusion, which would fail when already imported targets are added once more.
19
+ set(_cmake_targets_defined "")
20
+ set(_cmake_targets_not_defined "")
21
+ set(_cmake_expected_targets "")
22
+ foreach(_cmake_expected_target IN ITEMS range-v3-concepts range-v3-meta range-v3)
23
+ list(APPEND _cmake_expected_targets "${_cmake_expected_target}")
24
+ if(TARGET "${_cmake_expected_target}")
25
+ list(APPEND _cmake_targets_defined "${_cmake_expected_target}")
26
+ else()
27
+ list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}")
28
+ endif()
29
+ endforeach()
30
+ unset(_cmake_expected_target)
31
+ if(_cmake_targets_defined STREQUAL _cmake_expected_targets)
32
+ unset(_cmake_targets_defined)
33
+ unset(_cmake_targets_not_defined)
34
+ unset(_cmake_expected_targets)
35
+ unset(CMAKE_IMPORT_FILE_VERSION)
36
+ cmake_policy(POP)
37
+ return()
38
+ endif()
39
+ if(NOT _cmake_targets_defined STREQUAL "")
40
+ string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}")
41
+ string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}")
42
+ message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n")
43
+ endif()
44
+ unset(_cmake_targets_defined)
45
+ unset(_cmake_targets_not_defined)
46
+ unset(_cmake_expected_targets)
47
+
48
+
49
+ # Create imported target range-v3-concepts
50
+ add_library(range-v3-concepts INTERFACE IMPORTED)
51
+
52
+ set_target_properties(range-v3-concepts PROPERTIES
53
+ INTERFACE_COMPILE_OPTIONS "\$<\$<COMPILE_LANG_AND_ID:CXX,MSVC>:/permissive->;\$<\$<COMPILE_LANG_AND_ID:CUDA,MSVC>:-Xcompiler=/permissive->"
54
+ INTERFACE_INCLUDE_DIRECTORIES "/Users/teamcity/buildAgent/work/938b0bdf6727d1ad/thirdparty/range-v3/include/"
55
+ INTERFACE_LINK_LIBRARIES "range-v3-meta"
56
+ )
57
+
58
+ # Create imported target range-v3-meta
59
+ add_library(range-v3-meta INTERFACE IMPORTED)
60
+
61
+ set_target_properties(range-v3-meta PROPERTIES
62
+ INTERFACE_COMPILE_OPTIONS "\$<\$<COMPILE_LANG_AND_ID:CXX,MSVC>:/permissive->;\$<\$<COMPILE_LANG_AND_ID:CUDA,MSVC>:-Xcompiler=/permissive->"
63
+ INTERFACE_INCLUDE_DIRECTORIES "/Users/teamcity/buildAgent/work/938b0bdf6727d1ad/thirdparty/range-v3/include/"
64
+ )
65
+
66
+ # Create imported target range-v3
67
+ add_library(range-v3 INTERFACE IMPORTED)
68
+
69
+ set_target_properties(range-v3 PROPERTIES
70
+ INTERFACE_COMPILE_OPTIONS "\$<\$<COMPILE_LANG_AND_ID:CXX,MSVC>:/permissive->;\$<\$<COMPILE_LANG_AND_ID:CUDA,MSVC>:-Xcompiler=/permissive->"
71
+ INTERFACE_INCLUDE_DIRECTORIES "/Users/teamcity/buildAgent/work/938b0bdf6727d1ad/thirdparty/range-v3/include/"
72
+ INTERFACE_LINK_LIBRARIES "range-v3-concepts;range-v3-meta"
73
+ )
74
+
75
+ # This file does not depend on other imported targets which have
76
+ # been exported from the same project but in a separate export set.
77
+
78
+ # Commands beyond this point should not need to know the version.
79
+ set(CMAKE_IMPORT_FILE_VERSION)
80
+ cmake_policy(POP)
quasardb/stats.py ADDED
@@ -0,0 +1,245 @@
1
+ import re
2
+ import quasardb
3
+ import logging
4
+ from datetime import datetime
5
+
6
+ logger = logging.getLogger("quasardb.stats")
7
+
8
+
9
+ stats_prefix = "$qdb.statistics."
10
+ user_pattern = re.compile(r"\$qdb.statistics.(.*).uid_([0-9]+)$")
11
+ total_pattern = re.compile(r"\$qdb.statistics.(.*)$")
12
+
13
+
14
+ def is_user_stat(s):
15
+ return user_pattern.match(s) is not None
16
+
17
+
18
+ def is_cumulative_stat(s):
19
+ # NOTE(leon): It's quite difficult to express in Python that you don't want any
20
+ # regex to _end_ with uid_[0-9]+, because Python's regex engine doesn't support
21
+ # variable width look-behind.
22
+ #
23
+ # An alternative would be to use the PyPi regex library (for POSIX regexes), but
24
+ # want to stay light on dependencies#
25
+ #
26
+ # As such, we define a 'cumulative' stat as anything that's not a user stat.
27
+ # Simple but effective.
28
+ return user_pattern.match(s) is None
29
+
30
+
31
+ def by_node(conn):
32
+ """
33
+ Returns statistic grouped by node URI.
34
+
35
+ Parameters:
36
+ conn: quasardb.Cluster
37
+ Active connection to the QuasarDB cluster
38
+ """
39
+ return {x: of_node(conn.node(x)) for x in conn.endpoints()}
40
+
41
+
42
+ def of_node(dconn):
43
+ """
44
+ Returns statistic for a single node.
45
+
46
+ Parameters:
47
+ dconn: quasardb.Node
48
+ Direct node connection to the node we wish to connect to
49
+
50
+ """
51
+
52
+ start = datetime.now()
53
+ raw = {k: _get_stat(dconn, k) for k in dconn.prefix_get(stats_prefix, 1000)}
54
+
55
+ ret = {"by_uid": _by_uid(raw), "cumulative": _cumulative(raw)}
56
+
57
+ check_duration = datetime.now() - start
58
+
59
+ ret["cumulative"]["check.online"] = 1
60
+ ret["cumulative"]["check.duration_ms"] = int(check_duration.total_seconds() * 1000)
61
+
62
+ return ret
63
+
64
+
65
+ _stat_types = {
66
+ "node_id": ("constant", None),
67
+ "operating_system": ("constant", None),
68
+ "partitions_count": ("constant", "count"),
69
+ "cpu.system": ("counter", "ns"),
70
+ "cpu.user": ("counter", "ns"),
71
+ "cpu.idle": ("counter", "ns"),
72
+ "startup": ("constant", None),
73
+ "startup_time": ("constant", None),
74
+ "shutdown_time": ("constant", None),
75
+ "network.current_users_count": ("gauge", "count"),
76
+ "hardware_concurrency": ("gauge", "count"),
77
+ "check.online": ("gauge", "count"),
78
+ "check.duration_ms": ("constant", "ms"),
79
+ "requests.bytes_in": ("counter", "bytes"),
80
+ "requests.bytes_out": ("counter", "bytes"),
81
+ "requests.errors_count": ("counter", "count"),
82
+ "requests.successes_count": ("counter", "count"),
83
+ "requests.total_count": ("counter", "count"),
84
+ "async_pipelines.merge.bucket_count": ("counter", "count"),
85
+ "async_pipelines.merge.duration_us": ("counter", "us"),
86
+ "async_pipelines.write.successes_count": ("counter", "count"),
87
+ "async_pipelines.write.failures_count": ("counter", "count"),
88
+ "async_pipelines.write.time_us": ("counter", "us"),
89
+ "async_pipelines.merge.max_bucket_count": ("gauge", "count"),
90
+ "async_pipelines.merge.max_depth_count": ("gauge", "count"),
91
+ "async_pipelines.merge.requests_count": ("counter", "count"),
92
+ "evicted.count": ("counter", "count"),
93
+ "pageins.count": ("counter", "count"),
94
+ }
95
+
96
+ async_pipeline_bytes_pattern = re.compile(
97
+ r"async_pipelines.pipe_[0-9]+.merge_map.bytes"
98
+ )
99
+ async_pipeline_count_pattern = re.compile(
100
+ r"async_pipelines.pipe_[0-9]+.merge_map.count"
101
+ )
102
+
103
+
104
+ def _stat_type(stat_id):
105
+ if stat_id in _stat_types:
106
+ return _stat_types[stat_id]
107
+ elif stat_id.endswith("total_ns"):
108
+ return ("counter", "ns")
109
+ elif stat_id.endswith("total_bytes"):
110
+ return ("counter", "bytes")
111
+ elif stat_id.endswith("read_bytes"):
112
+ return ("counter", "bytes")
113
+ elif stat_id.endswith("written_bytes"):
114
+ return ("counter", "bytes")
115
+ elif stat_id.endswith("total_count"):
116
+ return ("counter", "count")
117
+ elif stat_id.startswith("network.sessions."):
118
+ return ("gauge", "count")
119
+ elif stat_id.startswith("memory."):
120
+ # memory statistics are all gauges i think, describes how much memory currently allocated where
121
+ return ("gauge", "bytes")
122
+ elif stat_id.startswith("persistence.") or stat_id.startswith("disk"):
123
+ # persistence are also all gauges, describes mostly how much is currently available/used on storage
124
+ return ("gauge", "bytes")
125
+ elif stat_id.startswith("license."):
126
+ return ("gauge", None)
127
+ elif stat_id.startswith("engine_"):
128
+ return ("constant", None)
129
+ elif async_pipeline_bytes_pattern.match(stat_id):
130
+ return ("gauge", "bytes")
131
+ elif async_pipeline_count_pattern.match(stat_id):
132
+ return ("gauge", "count")
133
+ else:
134
+ return None
135
+
136
+
137
+ def stat_type(stat_id):
138
+ """
139
+ Returns the statistic type by a stat id. Returns one of:
140
+
141
+ - 'gauge'
142
+ - 'counter'
143
+ - None in case of unrecognized statistics
144
+
145
+ This is useful for determining which value should be reported in a dashboard.
146
+ """
147
+ return _stat_type(stat_id)
148
+
149
+
150
+ def _calculate_delta_stat(stat_id, prev, cur):
151
+ logger.info(
152
+ "calculating delta for stat_id = {}, prev = {}. cur = {}".format(
153
+ stat_id, prev, cur
154
+ )
155
+ )
156
+
157
+ stat_type = _stat_type(stat_id)
158
+ if stat_type == "counter":
159
+ return cur - prev
160
+ elif stat_type == "gauge":
161
+ return cur
162
+ else:
163
+ return None
164
+
165
+
166
+ def _calculate_delta_stats(prev_stats, cur_stats):
167
+ ret = {}
168
+ for stat_id in cur_stats.keys():
169
+ try:
170
+ prev_stat = cur_stats[stat_id]
171
+ cur_stat = cur_stats[stat_id]
172
+
173
+ value = _calculate_delta_stat(stat_id, prev_stat, cur_stat)
174
+ if value is not None:
175
+ ret[stat_id] = value
176
+
177
+ except KeyError:
178
+ # Stat likely was not present yet in prev_stats
179
+ pass
180
+
181
+ return ret
182
+
183
+
184
+ def calculate_delta(prev, cur):
185
+ """
186
+ Calculates the 'delta' between two successive statistic measurements.
187
+ """
188
+ ret = {}
189
+ for node_id in cur.keys():
190
+ ret[node_id] = _calculate_delta_stats(
191
+ prev[node_id]["cumulative"], cur[node_id]["cumulative"]
192
+ )
193
+
194
+ return ret
195
+
196
+
197
+ def _clean_blob(x):
198
+ x_ = x.decode("utf-8", "replace")
199
+
200
+ # remove trailing zero-terminator
201
+ return "".join(c for c in x_ if ord(c) != 0)
202
+
203
+
204
+ def _get_stat(dconn, k):
205
+ # Ugly, but works: try to retrieve as integer, if not an int, retrieve as
206
+ # blob
207
+ try:
208
+ return dconn.integer(k).get()
209
+
210
+ # Older versions of qdb api returned 'alias not found'
211
+ except quasardb.quasardb.AliasNotFoundError:
212
+ return _clean_blob(dconn.blob(k).get())
213
+
214
+ # Since ~ 3.14.2, it returns 'Incompatible Type'
215
+ except quasardb.quasardb.IncompatibleTypeError:
216
+ return _clean_blob(dconn.blob(k).get())
217
+
218
+
219
+ def _by_uid(stats):
220
+ xs = {}
221
+ for k, v in stats.items():
222
+ matches = user_pattern.match(k)
223
+ if is_user_stat(k) and matches:
224
+ (metric, uid_str) = matches.groups()
225
+ uid = int(uid_str)
226
+ if uid not in xs:
227
+ xs[uid] = {}
228
+
229
+ if not metric.startswith("serialized"):
230
+ xs[uid][metric] = v
231
+
232
+ return xs
233
+
234
+
235
+ def _cumulative(stats):
236
+ xs = {}
237
+
238
+ for k, v in stats.items():
239
+ matches = total_pattern.match(k)
240
+ if is_cumulative_stat(k) and matches:
241
+ metric = matches.groups()[0]
242
+ if not metric.startswith("serialized"):
243
+ xs[metric] = v
244
+
245
+ return xs
@@ -0,0 +1,56 @@
1
+ import logging
2
+
3
+ logger = logging.getLogger("quasardb.table_cache")
4
+
5
+ _cache = {}
6
+
7
+
8
+ def clear():
9
+ logger.info("Clearing table cache")
10
+ _cache = {}
11
+
12
+
13
+ def exists(table_name: str) -> bool:
14
+ """
15
+ Returns true if table already exists in table cache.
16
+ """
17
+ return table_name in _cache
18
+
19
+
20
+ def store(table, table_name=None, force_retrieve_metadata=True):
21
+ """
22
+ Stores a table into the cache. Ensures metadata is retrieved. This is useful if you want
23
+ to retrieve all table metadata at the beginning of a process, to avoid doing expensive
24
+ lookups in undesired code paths.
25
+
26
+ Returns a reference to the table being stored.
27
+ """
28
+ if table_name is None:
29
+ table_name = table.get_name()
30
+
31
+ if exists(table_name):
32
+ logger.warn("Table already in cache, overwriting: %s", table_name)
33
+
34
+ logger.debug("Caching table %s", table_name)
35
+ _cache[table_name] = table
36
+
37
+ table.retrieve_metadata()
38
+
39
+ return table
40
+
41
+
42
+ def lookup(table_name: str, conn, force_retrieve_metadata=True):
43
+ """
44
+ Retrieves table from _cache if already exists. If it does not exist,
45
+ looks up the table from `conn` and puts it in the cache.
46
+
47
+ If `force_retrieve_metadata` equals True, we will ensure that the table's
48
+ metadata is
49
+ """
50
+ if exists(table_name):
51
+ return _cache[table_name]
52
+
53
+ logger.debug("table %s not yet found, looking up", table_name)
54
+ table = conn.table(table_name)
55
+
56
+ return store(table, table_name, force_retrieve_metadata=force_retrieve_metadata)
@@ -0,0 +1,11 @@
1
+ Copyright (c) 2009-2024, quasardb SAS. All rights reserved.
2
+
3
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
+
5
+ Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
6
+
7
+ Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
8
+
9
+ Neither the name of quasardb nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
10
+
11
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@@ -0,0 +1,40 @@
1
+ Metadata-Version: 2.2
2
+ Name: quasardb
3
+ Version: 3.14.2.dev5
4
+ Summary: Python API for quasardb
5
+ Home-page: https://www.quasardb.net/
6
+ Author: quasardb SAS
7
+ Author-email: contact@quasardb.net
8
+ License: BSD
9
+ Keywords: quasardb timeseries database API driver
10
+ Classifier: Development Status :: 5 - Production/Stable
11
+ Classifier: Intended Audience :: End Users/Desktop
12
+ Classifier: Intended Audience :: Financial and Insurance Industry
13
+ Classifier: Intended Audience :: Information Technology
14
+ Classifier: Intended Audience :: Other Audience
15
+ Classifier: Intended Audience :: System Administrators
16
+ Classifier: Intended Audience :: Telecommunications Industry
17
+ Classifier: Programming Language :: Python :: 3.7
18
+ Classifier: Programming Language :: Python :: 3.8
19
+ Classifier: Programming Language :: Python :: 3.9
20
+ Classifier: Programming Language :: Python :: 3.10
21
+ Classifier: Programming Language :: Python :: 3.11
22
+ Classifier: Programming Language :: Python :: 3.12
23
+ Classifier: Topic :: Database
24
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
25
+ Classifier: License :: OSI Approved :: BSD License
26
+ License-File: LICENSE.md
27
+ Requires-Dist: numpy
28
+ Provides-Extra: pandas
29
+ Requires-Dist: pandas; extra == "pandas"
30
+ Provides-Extra: test
31
+ Requires-Dist: pytest; extra == "test"
32
+ Dynamic: author
33
+ Dynamic: author-email
34
+ Dynamic: classifier
35
+ Dynamic: home-page
36
+ Dynamic: keywords
37
+ Dynamic: license
38
+ Dynamic: provides-extra
39
+ Dynamic: requires-dist
40
+ Dynamic: summary
@@ -0,0 +1,45 @@
1
+ quasardb/Makefile,sha256=Bn_MJlEngGp1kmzrufR9ZHNMdfbpevs1JSt_vJSBU2A,8332
2
+ quasardb/__init__.py,sha256=x_gazIFMlZ35Op_6Dh0YuKhslM9GlVH2UfjluLsMwf4,4614
3
+ quasardb/cmake_install.cmake,sha256=hx7cvSwM_fSIm_WKe3ov7cKNmfbT_4Zoq9-Kg_LG3v4,2003
4
+ quasardb/firehose.py,sha256=_kSHuu2rTDHij1RpPLfsnbaiX_rSw-hurhBw54VNS2w,3350
5
+ quasardb/libqdb_api.dylib,sha256=ZERVi8kGw5DtY46VelAS4jtIksDMQV46ccUazbSNbO4,39509000
6
+ quasardb/pool.py,sha256=ph4gxwaOcvQ0QqrTO9oVu5Vqy-7t1CweakrgfsmvprM,8474
7
+ quasardb/quasardb.cpython-311-darwin.so,sha256=-6L7w6ry2LkYTSGn3t9emsArg95X408qYwvRbzfe0wA,906400
8
+ quasardb/stats.py,sha256=SoLZzsD2sw4vdHSfqK4dyrGxDzjlVzbboKCpDeYOXbc,7294
9
+ quasardb/table_cache.py,sha256=gYX4wqx4v4uKUE-GE24g-ZOi-OtE67IVDdUcNCIik-w,1511
10
+ quasardb/CMakeFiles/CMakeDirectoryInformation.cmake,sha256=DADTfqyftycvLE5Eav-YSRvMy_dbrqezJKKqpfAYPdE,733
11
+ quasardb/CMakeFiles/progress.marks,sha256=micfKpFrC27mzsskJvCzIG7wdFeL5V2byU9vP-Orhqo,2
12
+ quasardb/date/Makefile,sha256=NGdFf-a7KAF3WUC7XTDg5paAacXoTFWvKhe0I09EKXM,8357
13
+ quasardb/date/cmake_install.cmake,sha256=769dfT7I1lCgEJo4HfcniENinSWuozZWpo8xgcK8BzI,3584
14
+ quasardb/date/dateConfigVersion.cmake,sha256=rL5Cp_r_23Yu8HmjowwKIH04sxxMwdBZ7no3tr4cx14,2762
15
+ quasardb/date/dateTargets.cmake,sha256=UTTH7zSPDb_tkscV25dahdEEX0Bw_t2SozDUBKy7mHI,2869
16
+ quasardb/date/CMakeFiles/CMakeDirectoryInformation.cmake,sha256=DADTfqyftycvLE5Eav-YSRvMy_dbrqezJKKqpfAYPdE,733
17
+ quasardb/date/CMakeFiles/progress.marks,sha256=micfKpFrC27mzsskJvCzIG7wdFeL5V2byU9vP-Orhqo,2
18
+ quasardb/date/CMakeFiles/Export/a52b05f964b070ee926bcad51d3288af/dateTargets.cmake,sha256=rWNkRmrNRa8_x5hIZdFw8rJ_aLoigP5fUoRmXaKSyys,4211
19
+ quasardb/extensions/__init__.py,sha256=FUHR0i62qt5NkOXn7eiMZrzWXo9mQNr1xVz3VSCa9QU,112
20
+ quasardb/extensions/writer.py,sha256=uRL4fVkucd7vwdFySnPLpH4DuNK4bVtXCSRxQk4YJ-g,5567
21
+ quasardb/numpy/__init__.py,sha256=N-RIdmUPVUsxTe_Og3v1jv2tO3nCjyP2yUC9bKU2Iag,30581
22
+ quasardb/pandas/__init__.py,sha256=HXzFKT-nmkG65jcA850GgB8Toc9ArVwtAF4LQA5iW_M,15989
23
+ quasardb/pybind11/Makefile,sha256=vKO-ZERe7J5JYEgDcBZSv056c-WigJCEGxt4PPsmRLY,8377
24
+ quasardb/pybind11/cmake_install.cmake,sha256=QAaCUnSC1wspWQQMvNAL3Aur7iCgZdPWqttohquhvwA,1505
25
+ quasardb/pybind11/CMakeFiles/CMakeDirectoryInformation.cmake,sha256=DADTfqyftycvLE5Eav-YSRvMy_dbrqezJKKqpfAYPdE,733
26
+ quasardb/pybind11/CMakeFiles/progress.marks,sha256=micfKpFrC27mzsskJvCzIG7wdFeL5V2byU9vP-Orhqo,2
27
+ quasardb/range-v3/Makefile,sha256=EZ9jRFlkGRs-Lt39ayJ-ivWkLlIAnUvjB3i5STWg1Eo,9754
28
+ quasardb/range-v3/cmake_install.cmake,sha256=KTfzXNGCjtRDVCsUmW642uYhAA6c44H_EjtTCImQpl4,4557
29
+ quasardb/range-v3/range-v3-config-version.cmake,sha256=xGi8nCg5dIl5VmCOtTEVVa-dwABxKxLEd1Mx-bUvLLM,3249
30
+ quasardb/range-v3/range-v3-config.cmake,sha256=iiZBJD9yisikJNYDR84f3siZY7xRddr6z48_0R5jj7c,3423
31
+ quasardb/range-v3/CMakeFiles/CMakeDirectoryInformation.cmake,sha256=DADTfqyftycvLE5Eav-YSRvMy_dbrqezJKKqpfAYPdE,733
32
+ quasardb/range-v3/CMakeFiles/progress.marks,sha256=micfKpFrC27mzsskJvCzIG7wdFeL5V2byU9vP-Orhqo,2
33
+ quasardb/range-v3/CMakeFiles/Export/d94ef200eca10a819b5858b33e808f5b/range-v3-targets.cmake,sha256=V-vcw4htrvk0Sf8A5IKO2_meFGd26tUGbt-Y2R8kZk4,5265
34
+ quasardb/range-v3/CMakeFiles/range.v3.headers.dir/DependInfo.cmake,sha256=ssojOAtcndfwexIOMvsRoVek3vdNgBmUVZscjIj5L1U,585
35
+ quasardb/range-v3/CMakeFiles/range.v3.headers.dir/build.make,sha256=wMrT-xbANPHJVJTvCEM30WRDWLqNmg6TCxtMNv7Ywns,4476
36
+ quasardb/range-v3/CMakeFiles/range.v3.headers.dir/cmake_clean.cmake,sha256=3b0pZoiofoRzAiY1l7OLw203ZXp-mm1FUlQHob6i7aU,160
37
+ quasardb/range-v3/CMakeFiles/range.v3.headers.dir/compiler_depend.make,sha256=Oge9eptzOB-hllw_Tye4o5wiXsIsdq1xm1GGCe0oGFM,126
38
+ quasardb/range-v3/CMakeFiles/range.v3.headers.dir/compiler_depend.ts,sha256=orKrKpvHulgFBjBgzdeRvCpv0fV7cTffTdaHNqijFJg,120
39
+ quasardb/range-v3/CMakeFiles/range.v3.headers.dir/progress.make,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
40
+ quasardb/range-v3/include/range/v3/version.hpp,sha256=d-ToEdR3GnC_p_0RAeS77xL-SVx6EKHgTlWJ9PUQlSQ,586
41
+ quasardb-3.14.2.dev5.dist-info/LICENSE.md,sha256=_drOadIrIX8mzUZcnTJBTpUQih5gwdRAGK8ZKanYD6k,1467
42
+ quasardb-3.14.2.dev5.dist-info/METADATA,sha256=zRtHEBSC3to6u7sCd2cZoSyf4XLlDr7KE1_2cVlTd2U,1443
43
+ quasardb-3.14.2.dev5.dist-info/WHEEL,sha256=-zlaHIzR9pjxu6zi_zh4bOA6D_T5TIf_RmGGHKGxKtY,110
44
+ quasardb-3.14.2.dev5.dist-info/top_level.txt,sha256=wlprix4hCywuF1PkgKWYdZeJKq_kgJOqkAvukm_sZQ8,9
45
+ quasardb-3.14.2.dev5.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (75.8.0)
3
+ Root-Is-Purelib: false
4
+ Tag: cp311-cp311-macosx_15_0_x86_64
5
+
@@ -0,0 +1 @@
1
+ quasardb