Installation¶
Requirements¶
- Python 3.9 or higher
- A supported platform (Linux, macOS, Windows)
Installing with pip¶
Installing with uv¶
Installing from source¶
Clone the repository and install with maturin:
git clone https://github.com/example/transit-parser
cd transit-parser
pip install maturin
maturin develop --release
Optional Dependencies¶
pandas support¶
For DataFrame output: