# Kra Documentation Welcome to the documentation for the Kra project! ## Overview Kra is a Python package for convenient DataFrame column operations, built on top of Polars. It provides a namespace for bulk renaming, transforming, and checking DataFrame columns with a user-friendly API. ## Getting Started ```{toctree} :maxdepth: 2 :caption: Getting Started README installation usage ``` ## API Reference ```{toctree} :maxdepth: 2 :caption: API api/index ``` ## Contributing Contributing guidelines will live with the repository documentation when they are added. ## License This project is licensed under the terms of the [LICENSE](../LICENSE).