Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vjousse/pygala
Code coloration service using pygment and scala/Play2
https://github.com/vjousse/pygala
Last synced: about 1 month ago
JSON representation
Code coloration service using pygment and scala/Play2
- Host: GitHub
- URL: https://github.com/vjousse/pygala
- Owner: vjousse
- Created: 2012-04-01T06:48:39.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-05-30T20:10:18.000Z (over 12 years ago)
- Last Synced: 2024-10-08T04:21:19.320Z (3 months ago)
- Language: Python
- Homepage:
- Size: 160 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Testing
curl http://localhost:9000/highlight -X POST -F 'code=val=toto' -F 'lang=scala'
# Dependencies
You'll need solarized.py theme accessible from you pygment install.
# TODO
- Find a way to customize pygment in a clean way to find solarized.py file.
- Build a markdown extension for pygala. Current codehilite.py is limitated and have to be hacked in place.