• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Pygments.egg-info/H03-May-2022-984972

build/lib/pygments/H03-May-2022-95,49882,836

doc/H24-Oct-2020-4,8733,546

external/H24-Oct-2020-574399

pygments/H03-May-2022-95,49882,836

scripts/H24-Oct-2020-2,1391,859

tests/H24-Oct-2020-142,371115,109

AUTHORSH A D24-Oct-20208.6 KiB239234

CHANGESH A D24-Oct-202039.9 KiB1,5541,102

LICENSEH A D24-Oct-20201.3 KiB2621

MANIFEST.inH A D24-Oct-2020138 65

MakefileH A D24-Oct-20202 KiB7444

PKG-INFOH A D24-Oct-20202 KiB4842

README.rstH A D24-Oct-20201.4 KiB4530

setup.cfgH A D24-Oct-2020118 96

setup.pyH A D24-Oct-20202.3 KiB6656

README.rst

1Welcome to Pygments
2===================
3
4This is the source of Pygments.  It is a **generic syntax highlighter** written
5in Python that supports over 500 languages and text formats, for use in code
6hosting, forums, wikis or other applications that need to prettify source code.
7
8Installing
9----------
10
11... works as usual, use ``pip install Pygments`` to get published versions,
12or ``python setup.py install`` to install from a checkout.
13
14Documentation
15-------------
16
17... can be found online at https://pygments.org/ or created with Sphinx by ::
18
19   cd doc
20   make html
21
22Development
23-----------
24
25... takes place on `GitHub <https://github.com/pygments/pygments>`_, where the
26Git repository, tickets and pull requests can be viewed.
27
28Continuous testing runs on GitHub workflows:
29
30.. image:: https://github.com/pygments/pygments/workflows/Pygments/badge.svg
31   :target: https://github.com/pygments/pygments/actions?query=workflow%3APygments
32
33The authors
34-----------
35
36Pygments is maintained by **Georg Brandl**, e-mail address *georg*\ *@*\ *python.org*
37and **Matthäus Chajdas**.
38
39Many lexers and fixes have been contributed by **Armin Ronacher**, the rest of
40the `Pocoo <https://dev.pocoo.org/>`_ team and **Tim Hatch**.
41
42The code is distributed under the BSD 2-clause license.  Contributors making pull
43requests must agree that they are able and willing to put their contributions
44under that license.
45