| Server IP : 127.0.0.1 / Your IP : 216.73.216.109 Web Server : Apache/2.4.54 (Win64) OpenSSL/1.1.1q PHP/8.1.10 System : Windows NT DESKTOP-E5T4RUN 10.0 build 19045 (Windows 10) AMD64 User : SERVERWEB ( 0) PHP Version : 8.1.10 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/cygwin64/usr/share/doc/python39-pygments/ |
Upload File : |
Welcome to Pygments =================== This is the source of Pygments. It is a **generic syntax highlighter** written in Python that supports over 500 languages and text formats, for use in code hosting, forums, wikis or other applications that need to prettify source code. Installing ---------- ... works as usual, use ``pip install Pygments`` to get published versions, or ``python setup.py install`` to install from a checkout. Documentation ------------- ... can be found online at https://pygments.org/ or created with Sphinx by :: cd doc make html Development ----------- ... takes place on `GitHub <https://github.com/pygments/pygments>`_, where the Git repository, tickets and pull requests can be viewed. Continuous testing runs on GitHub workflows: .. image:: https://github.com/pygments/pygments/workflows/Pygments/badge.svg :target: https://github.com/pygments/pygments/actions?query=workflow%3APygments The authors ----------- Pygments is maintained by **Georg Brandl**, e-mail address *georg*\ *@*\ *python.org* and **Matthäus Chajdas**. Many lexers and fixes have been contributed by **Armin Ronacher**, the rest of the `Pocoo <https://www.pocoo.org/>`_ team and **Tim Hatch**. The code is distributed under the BSD 2-clause license. Contributors making pull requests must agree that they are able and willing to put their contributions under that license.