Metadata-Version: 2.4
Name: dfview
Version: 0.1.2
Summary: View pandas DataFrames in a browser.
Project-URL: homepage, https://github.com/klemengit/dfview
Project-URL: source, https://github.com/klemengit/dfview
Author: Klemen Zaletelj
Maintainer: Klemen Zaletelj
License-Expression: MIT
License-File: LICENSE
Keywords: browser,dataframe,pandas,viewer
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.10
Requires-Dist: pandas
Provides-Extra: dev
Requires-Dist: build; extra == 'dev'
Requires-Dist: ipykernel; extra == 'dev'
Requires-Dist: jupyter-client; extra == 'dev'
Requires-Dist: jupytext; extra == 'dev'
Requires-Dist: pynvim; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: sphinx; extra == 'dev'
Requires-Dist: tomli; extra == 'dev'
Requires-Dist: tomli-w; extra == 'dev'
Description-Content-Type: text/markdown

# dfview

View pandas DataFrames in a browser.

## Selection mode

Hold **Alt** for advanced cell selection:

- **Alt+drag** — select a rectangular region of cells
- **Alt+click** — toggle individual cells, entire rows (click index), or entire columns (click header)
- **Ctrl+C** / **Cmd+C** — copy selection as tab-separated text
