Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ChimeHQ/chime-python
A Chime extension for Rust
https://github.com/ChimeHQ/chime-python
extensionkit python swift
Last synced: 3 months ago
JSON representation
A Chime extension for Rust
- Host: GitHub
- URL: https://github.com/ChimeHQ/chime-python
- Owner: ChimeHQ
- License: bsd-3-clause
- Created: 2022-11-04T15:31:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T12:14:14.000Z (4 months ago)
- Last Synced: 2024-07-11T13:48:41.870Z (4 months ago)
- Topics: extensionkit, python, swift
- Language: Swift
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![License][license badge]][license]
# chime-python
A [Chime][chime] extension for Python.## Overview
This Chime extension supports the [Python][python] programming language. It integrates [python-lsp-server][lspserver] with [ChimeKit][chimekit]'s `ExtensionProtocol`.
## Usage
This extension requires that `pylsp` be accessible in the user's `PATH`.
## Suggestions or Feedback
We'd love to hear from you! Get in touch via an issue or pull request.
Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
[license]: https://opensource.org/licenses/BSD-3-Clause
[license badge]: https://img.shields.io/github/license/ChimeHQ/chime-python
[chime]: https://www.chimehq.com
[python]: https://www.python.org
[lspserver]: https://github.com/python-lsp/python-lsp-server
[chimekit]: https://github.com/ChimeHQ/ChimeKit