Skip to content

zikzakmedia/python-slug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slug
====

Python module to convert str to slug

Nutshell
--------

Here a simple example to convert html entity to ascii:

    >>> import slug
    >>> slug.slug(unicode('Hello world', 'UTF-8'))
    hello-word

About

Python module to convert str to slug

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages