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.2-py2.py3-none-any.whl (95.0 MB view details)

Uploaded Python 2Python 3

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

Hashes for dxapi_ce-6.2.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 70e4299e8ed39d9a460456113742073105608b9ff3d58db7ce325c35a7734981
MD5 4e37422a9d2364b090e98ecfca13ab4e
BLAKE2b-256 d2a44b0f86ab0ba70a385996ad2a0df027d9bf77ec532762aaacef2dfa7fa74e

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