summaryrefslogtreecommitdiff
path: root/slugify/__init__.py
blob: 3a11fd251b58a0298bed7e4663f185079f6dfa2a (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__ = '5.0.0'