You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

shutup

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shutup - pypi Package Compare versions

Comparing version
0.1.0
to
0.1.1
+7
-3
PKG-INFO
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
[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]

@@ -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():