Go to file
sblondon ce4c0ed6e5
Syntax highlighting for the example (#2)
2023-01-11 16:13:11 +01:00
slug Migrate to py3 2018-09-15 17:30:57 +02:00
CHANGELOG Initial commit 2018-09-15 17:29:55 +02:00
COPYRIGHT Initial commit 2018-09-15 17:29:55 +02:00
INSTALL Initial commit 2018-09-15 17:29:55 +02:00
LICENSE Initial commit 2018-09-15 17:29:55 +02:00
MANIFEST.in Initial commit 2018-09-15 17:29:55 +02:00
PKG-INFO Initial commit 2018-09-15 17:29:55 +02:00
README Syntax highlighting for the example (#2) 2023-01-11 16:13:11 +01:00
setup.cfg Initial commit 2018-09-15 17:29:55 +02:00
setup.py Add repository URL to package metadata (#1) 2023-01-11 16:12:38 +01:00

README

slug
====

Python module to convert str to slug

Nutshell
--------

Here a simple example to convert html entity to ascii:

.. code-block:: pycon

    >>> import slug
    >>> slug.slug('Hello world')
    hello-word