Skip to content

treyhunner/fguess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fguess

PyPI - Version PyPI - Python Version


Like https://pym.dev/format but in your terminal

Installation

You install fguess with pip:

pip install fguess

Or if you have uv installed:

uvx fguess

Testing

This project uses hatch.

To run the tests:

hatch test

To see code coverage:

hatch test --cover
hatch run cov-html
open htmlcov/index.html

To run the auto-formatter:

hatch fmt

License

fguess is distributed under the terms of the MIT license.

About

f-string format spec guesser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages