Python Timebase client API
Project description
dxapi-ce
Python client API for TimeBase Community Edition - a high-performance time-series database.
Installation
pip install dxapi-ce
Quick Start
import dxapi_ce as dxapi
with dxapi.TickDb.openFromUrl("dxtick://localhost:8011", False) as db:
stream_name = "my_stream"
stream = db.getStream(stream_name)
if stream is None:
raise Exception('Stream ' + stream_name + ' not found.')
with stream.trySelect(0, dxapi.SelectionOptions()) as cursor:
while cursor.next():
msg = cursor.getMessage()
print(msg)
Documentation
https://kb.timebase.info/community/development/API%20Documentation/python-ce
Supported Platforms
| OS | Architecture |
|---|---|
| Windows | x64 |
| Linux | x64, arm64 |
| macOS | x64, arm64 |
Python 3.10–3.14 supported.
License
Copyright 2026 EPAM Systems, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dxapi_ce-6.2.2-py2.py3-none-any.whl.
File metadata
- Download URL: dxapi_ce-6.2.2-py2.py3-none-any.whl
- Upload date:
- Size: 95.0 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70e4299e8ed39d9a460456113742073105608b9ff3d58db7ce325c35a7734981
|
|
| MD5 |
4e37422a9d2364b090e98ecfca13ab4e
|
|
| BLAKE2b-256 |
d2a44b0f86ab0ba70a385996ad2a0df027d9bf77ec532762aaacef2dfa7fa74e
|