--- id: findpython version: "0.8.0" license: MIT license_treatment: permissive maintenance: active --- # findpython — A utility to find python versions on your system License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install findpython uv add findpython poetry add findpython ## Description # FindPython _A utility to find python versions on your system._ [![Tests](https://github.com/frostming/findpython/actions/workflows/ci.yml/badge.svg)](https://github.com/frostming/findpython/actions/workflows/ci.yml) [![PyPI](https://img.shields.io/pypi/v/findpython?logo=python&logoColor=%23cccccc&style=flat-square)](https://pypi.org/project/findpython) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/findpython?logo=python&logoColor=%23cccccc&style=flat-square)](https://pypi.org/project/findpython) [![pdm-managed](https://img.shields.io/badge/pdm-managed-blueviolet?style=flat-square)](https://github.com/frostming/findpython) ## Description This library is a rewrite of [pythonfinder] project by [@techalchemy][techalchemy]. It simplifies the whole code structure while preserving most of the original features. [pythonfinder]: https://github.com/sarugaku/pythonfinder [techalchemy]: https://github.com/techalchemy ## Installation FindPython is installable via any kind of package manager including `pip`: ```bash pip install findpython ```
Expand this section to see findpython's availability in the package ecosystem