Python Repos Summary

overview of all Python repository pages

These pages describe Python repositories hosted on GitHub. Each is a self-contained script or package demonstrating a focused aspect of Python programming.
Repository Description
Utilities
none yet
Tools
PyCodeMetrics Lightweight command-line tool that reports size and complexity metrics for source code files in a project tree.
Components
none yet
Libraries
none yet
Projects
PyTextFinder Recursive, regex-based file-content search tool written in Python 3.10+; walks a directory tree and prints every file whose content contains a match.
PyPageValidator Checks HTML files for structural correctness, reporting violations of eight structural rules with precise line and column locations.
Demonstration Code
none yet