tree: 988b99ebde853c8bdcb1775eb55a73ea7f1f3851 [path history] [tgz]
  1. src/
  2. tests/
  3. .gitignore
  4. pyproject.toml
  5. README.md
  6. setup.py
python/README.md

nanoarrow for Python

Python bindings for nanoarrow.

Building

Python libraries are managed with setuptools. In general, that means all projects can be built as follows:

$ cd python
$ pip install -e .

Tests use pytest:

# Install dependencies
$ pip install -e .[test]

# Run tests
$ pytest -vvx