Skip to main content

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 analysis
  • src/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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

filoma-0.1.0-py3-none-any.whl (6.0 kB view details)

Uploaded Python 3

File details

Details for the file filoma-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: filoma-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 6.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.11

File hashes

Hashes for filoma-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e9de1ad463677a015713323cc32543a4f50560f02656e5c951f21a5dc071e190
MD5 9c35c147d1c39ae34d83cf23b338db8a
BLAKE2b-256 8f9ef389769bf4de23e7935ccbd0e5afd91e3d04a21e0c08f107d90f922b986d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page