Modular Python tool for profiling files, analyzing directory structures, and inspecting image data
Project description
Fast, multi-backend file/directory profiling and data preparation for machine learning workflows.
Installation • Quickstart • Cookbook • Source Code
filoma helps you analyze file directory trees, inspect file metadata, and prepare your data for exploration and modelling. It can achieve this blazingly fast using the best available backend (Rust, fd, or pure Python) ⚡🍃
Key Features
- 🚀 High-Performance Backends: Automatic selection of Rust,
fd, or Python for the best performance. - 📊 Rich Directory Analysis: Get detailed statistics on file counts, extensions, sizes, and more.
- 🔍 Smart File Search: Use regex and glob patterns to find files with
FdFinder. - 📈 DataFrame Integration: Convert scan results to Polars DataFrames for powerful analysis.
- 🖼️ Image Profiling: Extract metadata and statistics from various image formats.
- 🔀 ML-Ready Splits: Create deterministic train/validation/test datasets with ease.
Installation
Install filoma using uv or pip:
uv pip install filoma
Workflow Demo
This guide follows a typical filoma workflow, from basic file profiling to creating machine learning datasets.
1. Profile a Single File
Start by inspecting a single file. filoma provides a detailed dataclass with metadata.
from filoma import probe_file
# Profile a file
file_info = probe_file("README.md")
print(f"Path: {file_info.path}")
print(f"Size: {file_info.size_str}")
print(f"Modified: {file_info.modified}")
For images, probe_image gives you additional details like shape and pixel statistics.
from filoma import probe_image
# Profile an image
img_info = probe_image("images/logo.png")
print(f"Type: {img_info.file_type}")
print(f"Shape: {img_info.shape}")
2. Analyze a Directory
Scan an entire directory to get a high-level overview.
from filoma import probe
# Analyze the current directory
analysis = probe('.')
# Print a summary report
analysis.print_summary()
Directory Analysis: /project (🦀 Rust (Parallel)) - 0.27s
Total Files: 17,330 Total Folders: 2,427 Analysis Time: 0.27 s
3. Convert to a DataFrame
For detailed analysis, convert the scan results into a Polars DataFrame.
from filoma import probe_to_df
# Scan a directory and get a DataFrame
df = probe_to_df('.')
print(df.head())
4. Enrich Your Data
Add more context to your DataFrame, like file depth and path components, with the enrich() method.
# The DataFrame returned by probe_to_df is a filoma.DataFrame
# with extra capabilities.
df_enriched = df.enrich()
print(df_enriched.head())
5. Create ML-Ready Splits
filoma makes it easy to split your files into training, validation, and test sets for machine learning. You can even group files by parts of their path to prevent data leakage.
from filoma import ml
# Split the data, grouping by parent directory
train, val, test = ml.split_data(df, how='parts', parts=(-2,), seed=42)
print(f"Train: {len(train)}, Validation: {len(val)}, Test: {len(test)}")
License
This work is licensed under a Creative Commons Attribution 4.0 International License.
Contributing
Contributions welcome! Please check the issues for planned features and bug reports.
filoma - Fast, multi-backend file/directory profiling and data preparation for Python.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
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 filoma-1.7.5.tar.gz.
File metadata
- Download URL: filoma-1.7.5.tar.gz
- Upload date:
- Size: 5.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
910df1126738596cac55f20374f0ad05d3dd58f4bc794731641b0e26d4a114da
|
|
| MD5 |
5a61566f142d3d8ef85f079977efefb3
|
|
| BLAKE2b-256 |
7dd1eb3b319b0f2818ca3671e37c820d04697ad18b1a085e1479a03857019eca
|
Provenance
The following attestation bundles were made for filoma-1.7.5.tar.gz:
Publisher:
publish.yml on kalfasyan/filoma
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
filoma-1.7.5.tar.gz -
Subject digest:
910df1126738596cac55f20374f0ad05d3dd58f4bc794731641b0e26d4a114da - Sigstore transparency entry: 512236651
- Sigstore integration time:
-
Permalink:
kalfasyan/filoma@a18a908fe7454ff1673efa3ea4269b7096439826 -
Branch / Tag:
refs/tags/v1.7.5 - Owner: https://github.com/kalfasyan
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@a18a908fe7454ff1673efa3ea4269b7096439826 -
Trigger Event:
push
-
Statement type:
File details
Details for the file filoma-1.7.5-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: filoma-1.7.5-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 389.0 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e688570bd00781ddf64e30fd69cd247b8507ee7618b11b8bde38e1636634d786
|
|
| MD5 |
22d819c6b11247cd2751543cd0d0b870
|
|
| BLAKE2b-256 |
106c042278e336d435adf7efe8117b9a865819bda9b3403b3ad0749d6699ff17
|
Provenance
The following attestation bundles were made for filoma-1.7.5-cp311-cp311-win_amd64.whl:
Publisher:
publish.yml on kalfasyan/filoma
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
filoma-1.7.5-cp311-cp311-win_amd64.whl -
Subject digest:
e688570bd00781ddf64e30fd69cd247b8507ee7618b11b8bde38e1636634d786 - Sigstore transparency entry: 512236682
- Sigstore integration time:
-
Permalink:
kalfasyan/filoma@a18a908fe7454ff1673efa3ea4269b7096439826 -
Branch / Tag:
refs/tags/v1.7.5 - Owner: https://github.com/kalfasyan
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@a18a908fe7454ff1673efa3ea4269b7096439826 -
Trigger Event:
push
-
Statement type:
File details
Details for the file filoma-1.7.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: filoma-1.7.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 570.5 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2422b765a14decaa46654a23726734a721d3fba5b9372a4c5d6efe2b8037ec01
|
|
| MD5 |
4557ca9eec487abd3b0fd32c077436f9
|
|
| BLAKE2b-256 |
9658786a0a42116119cecb425b17e77058cef6d8f85f03593fc57891c3e54d2e
|
Provenance
The following attestation bundles were made for filoma-1.7.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:
Publisher:
publish.yml on kalfasyan/filoma
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
filoma-1.7.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl -
Subject digest:
2422b765a14decaa46654a23726734a721d3fba5b9372a4c5d6efe2b8037ec01 - Sigstore transparency entry: 512236670
- Sigstore integration time:
-
Permalink:
kalfasyan/filoma@a18a908fe7454ff1673efa3ea4269b7096439826 -
Branch / Tag:
refs/tags/v1.7.5 - Owner: https://github.com/kalfasyan
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@a18a908fe7454ff1673efa3ea4269b7096439826 -
Trigger Event:
push
-
Statement type:
File details
Details for the file filoma-1.7.5-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: filoma-1.7.5-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 516.7 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7d6bce356dfa34cac3c8978f1292f54906f8caab76560387e829b4a668147a2
|
|
| MD5 |
849aedae79e058405d8570955ee1a353
|
|
| BLAKE2b-256 |
13146af78541af879568952c3aedb50b8faa92502164ead0ba5b5ab01e11021b
|
Provenance
The following attestation bundles were made for filoma-1.7.5-cp311-cp311-macosx_11_0_arm64.whl:
Publisher:
publish.yml on kalfasyan/filoma
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
filoma-1.7.5-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
e7d6bce356dfa34cac3c8978f1292f54906f8caab76560387e829b4a668147a2 - Sigstore transparency entry: 512236695
- Sigstore integration time:
-
Permalink:
kalfasyan/filoma@a18a908fe7454ff1673efa3ea4269b7096439826 -
Branch / Tag:
refs/tags/v1.7.5 - Owner: https://github.com/kalfasyan
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@a18a908fe7454ff1673efa3ea4269b7096439826 -
Trigger Event:
push
-
Statement type: