Name | pystrfreq JSON |
Version |
0.3.2
JSON |
| download |
home_page | None |
Summary | Tabulate the frequency of string object in a python codebase |
upload_time | 2025-07-27 07:16:42 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | None |
keywords |
ast
python
statistics
utility
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
## Usage
```bash
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:
```bash
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.
Raw data
{
"_id": null,
"home_page": null,
"name": "pystrfreq",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "ast, python, statistics, utility",
"author": null,
"author_email": "plwg <56353330+plwg@users.noreply.github.com>",
"download_url": "https://files.pythonhosted.org/packages/2e/b7/414aff3ecacd6e9a10b4f9c496a9823e430ba896f41d17ac2794275a735d/pystrfreq-0.3.2.tar.gz",
"platform": null,
"description": "## Usage\n\n```bash\nuvx pystrfreq\n```\n\nThe tool will walk through the current directory, parse all `.py` file and then tabluate the frequency of string in the parsed files.\n\n## Options\n\nTo check all usage options:\n\n```bash\nuvx pystrfreq -h\n```\n\n## Known Caveats\n\n- This package does not support parsing python version < 3.9\n- `FormmatedValue` in `f-string` are not supported, while the `f-string` will be broken into its constant parts and tabulated.\n\n## License\n\nThis project is licensed under the MIT License.\n",
"bugtrack_url": null,
"license": null,
"summary": "Tabulate the frequency of string object in a python codebase",
"version": "0.3.2",
"project_urls": {
"Repository": "https://github.com/plwg/pystrfreq"
},
"split_keywords": [
"ast",
" python",
" statistics",
" utility"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "35494579bc7d4caeba1431e0860975b2c272dbefe228290d11d8df4dad242fa0",
"md5": "f99623c9f85be0dc8bbf550655d8e430",
"sha256": "69994118eeeeded4b0a3901c6f7cb7b4fda98337cbf8354efdf9a75405c51a11"
},
"downloads": -1,
"filename": "pystrfreq-0.3.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f99623c9f85be0dc8bbf550655d8e430",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 3892,
"upload_time": "2025-07-27T07:16:41",
"upload_time_iso_8601": "2025-07-27T07:16:41.636646Z",
"url": "https://files.pythonhosted.org/packages/35/49/4579bc7d4caeba1431e0860975b2c272dbefe228290d11d8df4dad242fa0/pystrfreq-0.3.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2eb7414aff3ecacd6e9a10b4f9c496a9823e430ba896f41d17ac2794275a735d",
"md5": "2fd0df622862d487b6fb2042ec98b44c",
"sha256": "57fe2ee0672609a208956e09bd790fe65a3246c8067ba608d01efc1d3012cbeb"
},
"downloads": -1,
"filename": "pystrfreq-0.3.2.tar.gz",
"has_sig": false,
"md5_digest": "2fd0df622862d487b6fb2042ec98b44c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 3085,
"upload_time": "2025-07-27T07:16:42",
"upload_time_iso_8601": "2025-07-27T07:16:42.831794Z",
"url": "https://files.pythonhosted.org/packages/2e/b7/414aff3ecacd6e9a10b4f9c496a9823e430ba896f41d17ac2794275a735d/pystrfreq-0.3.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-27 07:16:42",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "plwg",
"github_project": "pystrfreq",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "pystrfreq"
}