Socket
Socket
Sign inDemoInstall

pygments-openssl

Package Overview
Dependencies
2
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    pygments-openssl

Syntax coloring for OpenSSL configuration files


Maintainers
1

Readme

================ pygments-openssl


Syntax coloring for OpenSSL configuration files

Overview

This package provides a Pygments_ lexer for OpenSSL_ configuration files. The lexer is published as an entry point and Pygments will pick it up automatically.

You can use the openssl language with Pygments::

$ pygmentize -l openssl /etc/openssl/openssl.cnf

In Sphinx_ documents the lexer is selected with the highlight directive::

.. highlight:: openssl

.. _OpenSSL: https://www.openssl.org/docs/manmaster/man5/config.html .. _Pygments: https://pygments.org/ .. _Sphinx: https://sphinx-doc.org/

Installation

Use your favorite installer to install pygments-openssl into the same Python environment you have installed Pygments. For example::

$ pip install pygments-openssl

To verify the installation run::

$ pygmentize -L lexer | grep -i openssl
* openssl:
    OpenSSL (filenames *.cnf, *.conf)

Changelog

1.6 - 2023-09-14

  • Update INI lexer tests for Pygments >= 2.14. [stefan]

  • Update tox.ini for latest tox. [stefan]

  • Add GitHub CI workflow. [stefan]

1.5 - 2022-02-27

  • Add Python 3.8-3.10 to tox.ini. Remove old Python versions. [stefan]

  • Replace deprecated python setup.py test in tox.ini. [stefan]

  • Remove deprecated test_suite from setup.py. [stefan]

  • Move lexer into pygments_openssl namespace. [stefan]

  • Move metadata to setup.cfg and add a pyproject.toml file. [stefan]

  • Include tests in sdist but not in wheel. [stefan]

  • Support new .pragma and .include directives. [stefan]

  • Pygments 2.11 whitespace token modernization. [stefan]

1.4 - 2019-01-25

  • Add MANIFEST.in. [stefan]

  • Release as wheel. [stefan]

1.3 - 2017-02-05

  • Add a LICENSE file. [stefan]

  • Add a test suite and fix two minor whitespace lexing issues. [stefan]

1.2 - 2013-11-21

  • Update documentation. [stefan]

1.1 - 2012-10-12

  • Detect and color line continuations. [stefan]

1.0 - 2012-10-10

  • Initial release. [stefan]

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc