Skip to content

plwg/pystrfreq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

uvx pystrfreq

The tool will walk through the current directory, parse all .py file and then tabluate the frequency of string in the parsed files.

Options

To check all usage options:

uvx pystrfreq -h

Known Caveats

  • This package does not support parsing python version < 3.9
  • FormmatedValue in f-string are not supported, while the f-string will be broken into its constant parts and tabulated.

License

This project is licensed under the MIT License.

About

Count raw strings in Python files

Topics

Resources

License

Stars

Watchers

Forks

Languages