Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pedrorgirardi/smarts
https://github.com/pedrorgirardi/smarts
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pedrorgirardi/smarts
- Owner: pedrorgirardi
- Created: 2024-06-30T00:56:58.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-30T19:32:27.000Z (2 months ago)
- Last Synced: 2024-10-30T20:28:01.775Z (2 months ago)
- Language: Python
- Size: 230 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> [!WARNING]
> Work in progress**Smarts** is a [Language Server Protocol](https://microsoft.github.io/language-server-protocol/) client for [Sublime Text](https://www.sublimetext.com).
## Development
### [Project Python versions](https://docs.astral.sh/uv/concepts/python-versions/#project-python-versions)
By default `uv python install` will verify that a managed Python version is installed or install the latest version.
However, a project may include a `.python-version` file specifying a default Python version. If present, uv will install the Python version listed in the file.
### [Finding a Python executable](https://docs.astral.sh/uv/concepts/python-versions/#finding-a-python-executable)
To find a Python executable, use the `uv python find` command:
```
$ uv python find
```By default, this will display the path to the first available Python executable.