Metadata-Version: 2.3
Name: codenav-python
Version: 0.0.1
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# CodeNav Python Bindings

Python bindings for CodeNav.


## Prerequisites

Install `maturin`:

```bash
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install maturin
```


## Quick Start

Build and install the module:

```bash
$ maturin develop
```

Run the test script:

```bash
$ python examples/test.py
```
