https://github.com/atomiechen/pygments-handyllm
https://github.com/atomiechen/pygments-handyllm
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/atomiechen/pygments-handyllm
- Owner: atomiechen
- License: mit
- Created: 2024-08-08T13:29:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-09T10:57:49.000Z (almost 2 years ago)
- Last Synced: 2025-09-10T18:49:32.712Z (11 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# HandyLLM Pygments Plugin
Pygments plugin for [HandyLLM](https://github.com/atomiechen/HandyLLM) (>= 0.7.0).
## Installation
Install from the Github repo to get latest updates:
```sh
pip3 install git+https://github.com/atomiechen/pygments-handyllm.git
```
## Development
Create a virtual environment, and then:
```sh
pip3 install -r requirements.txt
```
Run test script:
```sh
bash test.sh
```