Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dxapi_ce-6.2.3-py2.py3-none-any.whl (95.2 MB view details)

Uploaded Python 2Python 3

File details

Details for the file dxapi_ce-6.2.3-py2.py3-none-any.whl.

File metadata

  • Download URL: dxapi_ce-6.2.3-py2.py3-none-any.whl
  • Upload date:
  • Size: 95.2 MB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.1

File hashes

Hashes for dxapi_ce-6.2.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 f3d9ce3282f2584f85ede57116d60299da8ffca9a87078ad393a6b6a22a57f53
MD5 30ed24cb4fb5001bebd37411048642ca
BLAKE2b-256 91acf24a3b091a4166ff29d6b85594e21cf864ee097c9eedd110cae674de8b89

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page