Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.6 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.6 KB

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.