Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pelican-diminuendo

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pelican-diminuendo

HTML minifier plugin for Pelican

  • 0.2.1
  • PyPI
  • Socket score

Maintainers
1

################################## pelican-diminuendo - HTML minifier ##################################

This Pelican plugin uses python-diminuendo <https://github.com/hrbonz/python-diminuendo>_ to minify HTML.

.. image:: https://travis-ci.org/hrbonz/pelican-diminuendo.svg?branch=master :target: https://travis-ci.org/hrbonz/pelican-diminuendo :alt: Testing Status

.. image:: https://readthedocs.org/projects/pelican-diminuendo/badge/?version=latest :target: https://readthedocs.org/projects/pelican-diminuendo/?badge=latest :alt: Documentation Status

.. image:: http://img.shields.io/badge/license-BSD%203--Clause-blue.svg :target: http://opensource.org/licenses/BSD-3-Clause :alt: license BSD 3-Clause

Install

.. code-block:: sh

$ pip install pelican-diminuendo

Usage

To use the plugin, add it to the PLUGINS list in your configuration file. Put it in pelicanconf.py by default:

.. code-block:: python

PLUGINS = [
    # ...
    'pelican-diminuendo',
]

Development

Test

Test the package:

.. code-block:: sh

$ python -m unittest discover

Automatic testing in various environments:

.. code-block:: sh

$ tox

Release

Use bumpr to release the package:

.. code-block:: sh

$ bumpr -b -m

Project

  • Source code on github <https://github.com/hrbonz/pelican-diminuendo>_
  • Documentation on readthedocs <http://pelican-diminuendo.readthedocs.org/>_
  • Package on pypi <https://pypi.python.org/pypi/pelican-diminuendo>_

License

pelican-diminuendo is published under a BSD 3-clause license, see the LICENSE file distributed with the project.

Keywords

FAQs


Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc