Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/python_slugify-8.0.1-py3.8.egg/slugify/__version__.py: 100%

8 statements  

« prev     ^ index     » next       coverage.py v7.3.2, created at 2023-10-03 06:25 +0000

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.1'