summaryrefslogtreecommitdiff
path: root/slugify/__init__.py
blob: d69e2ed7327a61f6db3ea5adfb38ff42133cf7b1 (plain)
1
2
3
4
5
6
7
from .special import *
from .slugify import *


__author__ = 'Val Neekman @ Neekware Inc. [@vneekman]'
__description__ = 'A Python slugify application that also handles Unicode'
__version__ = '4.0.1'