shutup
Advanced tools
+7
-3
| Metadata-Version: 2.1 | ||
| Name: shutup | ||
| Version: 0.1.0 | ||
| Summary: | ||
| Version: 0.1.1 | ||
| Summary: Stop python warnings, no matter what! | ||
| Author: Fred Israel | ||
| Author-email: fredpublico@gmail.com | ||
| Requires-Python: >=3.9,<4.0 | ||
| Requires-Python: >=3.5,<4.0 | ||
| Classifier: Programming Language :: Python :: 3 | ||
| Classifier: Programming Language :: Python :: 3.5 | ||
| Classifier: Programming Language :: Python :: 3.6 | ||
| Classifier: Programming Language :: Python :: 3.7 | ||
| Classifier: Programming Language :: Python :: 3.8 | ||
| Classifier: Programming Language :: Python :: 3.9 |
+3
-3
| [tool.poetry] | ||
| name = "shutup" | ||
| version = "0.1.0" | ||
| description = "" | ||
| version = "0.1.1" | ||
| description = "Stop python warnings, no matter what!" | ||
| authors = ["Fred Israel <fredpublico@gmail.com>"] | ||
| [tool.poetry.dependencies] | ||
| python = "^3.9" | ||
| python = "^3.5" | ||
@@ -10,0 +10,0 @@ [tool.poetry.dev-dependencies] |
+3
-3
@@ -12,4 +12,4 @@ # -*- coding: utf-8 -*- | ||
| 'name': 'shutup', | ||
| 'version': '0.1.0', | ||
| 'description': '', | ||
| 'version': '0.1.1', | ||
| 'description': 'Stop python warnings, no matter what!', | ||
| 'long_description': None, | ||
@@ -23,3 +23,3 @@ 'author': 'Fred Israel', | ||
| 'package_data': package_data, | ||
| 'python_requires': '>=3.9,<4.0', | ||
| 'python_requires': '>=3.5,<4.0', | ||
| } | ||
@@ -26,0 +26,0 @@ |
@@ -1,2 +0,2 @@ | ||
| __version__ = '0.1.0' | ||
| __version__ = '0.1.1' | ||
@@ -3,0 +3,0 @@ def please(): |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
1592
24.28%