tmux session manager
Project description
filoma
filoma is a modular Python tool for profiling files, analyzing directory structures, and inspecting image data (e.g., .tif, .png, .npy, .zarr). It provides detailed reports on filename patterns, inconsistencies, file counts, empty folders, file system metadata, and image data statistics. The project is designed for easy expansion, testing, CI/CD, Dockerization, and database integration.
Features
- Directory analysis: Filename pattern extraction, reporting, statistics, empty folder detection
- Image analysis: Analyze .tif, .png, .npy, .zarr files for metadata, stats (min, max, mean, NaNs, etc.), and irregularities
- File profiling: System metadata (size, permissions, owner, group, timestamps, symlink targets, etc.)
- Modular, extensible codebase
- CLI entry point (planned)
- Ready for testing, CI/CD, Docker, and database integration
Simple Examples
File Profiling
from filoma.fileinfo import FileProfiler
profiler = FileProfiler()
report = profiler.profile("/path/to/file.txt")
profiler.print_report(report) # Rich table output in your terminal
# Output: (Rich table with file metadata and access rights)
Image Analysis
from filoma.img import PngChecker
checker = PngChecker()
report = checker.check("/path/to/image.png")
print(report)
# Output: {'shape': ..., 'dtype': ..., 'min': ..., 'max': ..., 'nans': ..., ...}
Project Structure
src/filoma/img/— Image checkers and analysissrc/filoma/fileprof/— File profiling (system metadata)tests/— Unit tests for all modules
Future TODO
- CLI tool for all features
- Directory pattern and statistics module
- More image format support and advanced checks
- Database integration for storing reports
- Dockerization and deployment guides
- CI/CD workflows and badges
filoma is under active development. Contributions and suggestions are welcome!
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 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 filoma-0.1.2.tar.gz.
File metadata
- Download URL: filoma-0.1.2.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8f2623f1f3cae410cab704cdb7df820826230bd656d3abd9156dda54172532f
|
|
| MD5 |
d85499c1b6230ce92b1eb6f788122149
|
|
| BLAKE2b-256 |
cf9f4c7d467d7e9d5ee70131988d7072f07ed7bac2b2b68f89c3d52333a6df50
|
Provenance
The following attestation bundles were made for filoma-0.1.2.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-0.1.2.tar.gz -
Subject digest:
a8f2623f1f3cae410cab704cdb7df820826230bd656d3abd9156dda54172532f - Sigstore transparency entry: 264516107
- Sigstore integration time:
-
Permalink:
kalfasyan/filoma@c4b77ba0edbd3090e95069e8b033fff5ece40182 -
Branch / Tag:
refs/tags/v0.1.2 - Owner: https://github.com/kalfasyan
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@c4b77ba0edbd3090e95069e8b033fff5ece40182 -
Trigger Event:
push
-
Statement type:
File details
Details for the file filoma-0.1.2-py3-none-any.whl.
File metadata
- Download URL: filoma-0.1.2-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ed688d6890263c78b67e9969773468f5278d7b7a10dc0bdfed0533bd0596a11
|
|
| MD5 |
4683f28385c3b157a6895546c93f8915
|
|
| BLAKE2b-256 |
0533225d81daf3f94326b26771a23d4c086a0792948ae355f727895647c72689
|
Provenance
The following attestation bundles were made for filoma-0.1.2-py3-none-any.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-0.1.2-py3-none-any.whl -
Subject digest:
0ed688d6890263c78b67e9969773468f5278d7b7a10dc0bdfed0533bd0596a11 - Sigstore transparency entry: 264516111
- Sigstore integration time:
-
Permalink:
kalfasyan/filoma@c4b77ba0edbd3090e95069e8b033fff5ece40182 -
Branch / Tag:
refs/tags/v0.1.2 - Owner: https://github.com/kalfasyan
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@c4b77ba0edbd3090e95069e8b033fff5ece40182 -
Trigger Event:
push
-
Statement type: