fguess


Namefguess JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
Summaryf-string format spec guesser
upload_time2025-08-22 23:15:28
maintainerNone
docs_urlNone
authorTrey Hunner
requires_python>=3.9
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # fguess

[![PyPI - Version](https://img.shields.io/pypi/v/fguess.svg)](https://pypi.org/project/fguess)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/fguess.svg)](https://pypi.org/project/fguess)

-----

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


## Installation

You install `fguess` with `pip`:

```console
pip install fguess
```

Or if you have [uv](https://docs.astral.sh/uv/) installed:

```console
uvx fguess
```


## Testing

This project uses [hatch](https://hatch.pypa.io).

To run the tests:

```console
hatch test
```

To see code coverage:

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

To run the auto-formatter:

```console
hatch fmt
```


## License

`fguess` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "fguess",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Trey Hunner",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/09/c0/4c1591f9ba0e98a800efab2251416d5290ff8fe9deeb8bb7efdc17965c29/fguess-0.0.1.tar.gz",
    "platform": null,
    "description": "# fguess\n\n[![PyPI - Version](https://img.shields.io/pypi/v/fguess.svg)](https://pypi.org/project/fguess)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/fguess.svg)](https://pypi.org/project/fguess)\n\n-----\n\nLike https://pym.dev/format but in your terminal\n\n\n## Installation\n\nYou install `fguess` with `pip`:\n\n```console\npip install fguess\n```\n\nOr if you have [uv](https://docs.astral.sh/uv/) installed:\n\n```console\nuvx fguess\n```\n\n\n## Testing\n\nThis project uses [hatch](https://hatch.pypa.io).\n\nTo run the tests:\n\n```console\nhatch test\n```\n\nTo see code coverage:\n\n```console\nhatch test --cover\nhatch run cov-html\nopen htmlcov/index.html\n```\n\nTo run the auto-formatter:\n\n```console\nhatch fmt\n```\n\n\n## License\n\n`fguess` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "f-string format spec guesser",
    "version": "0.0.1",
    "project_urls": {
        "Documentation": "https://github.com/treyhunner/fguess#readme",
        "Issues": "https://github.com/treyhunner/fguess/issues",
        "Source": "https://github.com/treyhunner/fguess"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f9242e64cbd41144be12de5d04d6d47497f8c9a9348e6cff6759811b7907781c",
                "md5": "15227ccebc6d5fe24d4e2634825a8e49",
                "sha256": "c197857399862b2fa9cefa571f021fb03171624eb49ae31f2bd110eab8bb1ccb"
            },
            "downloads": -1,
            "filename": "fguess-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "15227ccebc6d5fe24d4e2634825a8e49",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 7944,
            "upload_time": "2025-08-22T23:15:27",
            "upload_time_iso_8601": "2025-08-22T23:15:27.374885Z",
            "url": "https://files.pythonhosted.org/packages/f9/24/2e64cbd41144be12de5d04d6d47497f8c9a9348e6cff6759811b7907781c/fguess-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "09c04c1591f9ba0e98a800efab2251416d5290ff8fe9deeb8bb7efdc17965c29",
                "md5": "f9e3a65fd68c29397fd2377988c2af09",
                "sha256": "d199374ddbda2b2ccc004c64845791062853299073fc762d821c19a069f32336"
            },
            "downloads": -1,
            "filename": "fguess-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f9e3a65fd68c29397fd2377988c2af09",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 90936,
            "upload_time": "2025-08-22T23:15:28",
            "upload_time_iso_8601": "2025-08-22T23:15:28.570583Z",
            "url": "https://files.pythonhosted.org/packages/09/c0/4c1591f9ba0e98a800efab2251416d5290ff8fe9deeb8bb7efdc17965c29/fguess-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-22 23:15:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "treyhunner",
    "github_project": "fguess#readme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "fguess"
}
        
Elapsed time: 2.96582s