Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.11/site-packages/python_slugify-8.0.4-py3.11.egg/slugify/__version__.py: 89%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

9 statements  

1__title__ = 'python-slugify' 

2__author__ = 'Val Neekman' 

3__author_email__ = 'info@neekware.com' 

4__description__ = 'A Python slugify application that also handles Unicode' 

5__url__ = 'https://github.com/un33k/python-slugify' 

6__license__ = 'MIT' 

7__copyright__ = 'Copyright 2022 Val Neekman @ Neekware Inc.' 

8__version__ = '8.0.4'