py-lucidum has been added to PyPI, giving Python users a new way to work with local tabular data through an interactive browser-based interface. The package is described as a local workbench for exploring CSV files, Parquet files, and folders that contain same-schema Parquet datasets.

According to the package description, lucidum runs by starting a small local FastAPI server. It reads data through DuckDB and then opens an interactive UI in the browser, aiming to make local dataset inspection easier without requiring a remote service.

The tool is focused on interactive data exploration tasks such as profiling columns and plotting data. That positions py-lucidum as a lightweight option for developers, analysts, and data practitioners who want to examine local files quickly while staying inside a Python-friendly workflow.

Its arrival on PyPI should make installation and discovery more straightforward for users searching for a local CSV and Parquet explorer built around FastAPI and DuckDB. The package centers on browser-based exploration of local datasets rather than a cloud-hosted analytics environment.