Explore the anatomy of your columnar data files (Parquet, Arrow, and more)
Project description
Datanomy
Explore the anatomy of your columnar data files
Datanomy is a terminal-based tool for inspecting and understanding data files. It provides an interactive view of your data's structure, metadata, and internal organization.
Currently only Parquet available:
Features for Parquet view
General Structure
Schema
Data
Metadata
Stats
Installation
# From PyPI
uv tool install datanomy
## with pip
pip install datanomy
# From source
uv tool install "datanomy @ git+https://github.com/raulcd/datanomy.git"
## cloning the repo
git clone https://github.com/raulcd/datanomy.git
cd datanomy
uv sync
Usage
# Run without installing using uvx
uvx datanomy data.parquet
# Inspect a Parquet file
datanomy data.parquet
You can also use from source using uvx. This uses the development version:
uvx "git+https://github.com/raulcd/datanomy.git" data.parquet
Keyboard Shortcuts
q- Quit the application
Development
# Install dependencies
uv sync
# Run from source
uv run datanomy path/to/file.parquet
# Install dev dependencies
uv sync --extra dev
# Run tests
uv run pytest
# Format code
uv run ruff format .
# Lint
uv run ruff check .
# Lint
uv run mypy .
License
Apache License 2.0
Contributing
Contributions welcome! Please open an issue or PR.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file datanomy-0.3.0.tar.gz.
File metadata
- Download URL: datanomy-0.3.0.tar.gz
- Upload date:
- Size: 14.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db17078ddfa9ec63b38da6c96370120e33341696b6f98110b371bc8092138fa8
|
|
| MD5 |
e2ef80651fe500b589cd180decb95dc7
|
|
| BLAKE2b-256 |
d89e826fea6f544a7b7f270e4a7630cbda5c69af258705793be388c7d24ae1ea
|
File details
Details for the file datanomy-0.3.0-py3-none-any.whl.
File metadata
- Download URL: datanomy-0.3.0-py3-none-any.whl
- Upload date:
- Size: 19.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
18b995f36e450ae682f02caceba9fd0161b9d80a24d5ab1048859cd2da975746
|
|
| MD5 |
bfa3329dd1947bf2beb1c1d121f147ba
|
|
| BLAKE2b-256 |
dcd375c31f28e60d55e52c557ce19a81395c3a2129213425f2d0d2b903265e1a
|