Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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