px
pypx

databento-dbn

v0.65.0

Python bindings for encoding and decoding Databento Binary Encoding (DBN)

1.1 MB Python 3.10+ platform-specificApache-2.0
Diff
$ uv add databento-dbn

databento-dbn

build python license pypi-version

Python bindings for the dbn Rust library, used by the Databento Python client library. For more information about the encoding, read our introduction to DBN.

Using this library is for advanced users and is not fully documented or supported.

Installation

To install the latest stable version from PyPI:

pip install -U databento-dbn

Usage and documentation

See the documentation for the Python client library.

Building

databento-dbn is written in Rust, so you'll need to have Rust installed as well as Maturin.

To build, run the following commands:

git clone https://github.com/databento/dbn
cd dbn
maturin build

To build the Python package and install it for the active Python interpreter in your PATH, run:

maturin develop

This will install a package named databento-dbn in your current Python environment.

License

Distributed under the Apache 2.0 License.

Details

Version
0.65.0
License
Apache-2.0
Python
>=3.10
Maintainer
Databento <[email protected]>

Release Cadence

28
releases in the past year
avg 13 days between releases

Platforms

linuxarm64mac-x86mac-armwinmusl

Maintainers