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

isb

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isb - pypi Package Compare versions

Comparing version
1.0.0
to
1.2.1
+2
ISB.egg-info/entry_points.txt
[console_scripts]
isb = project.main:main
+3
-3
Metadata-Version: 2.4
Name: ISB
Version: 1.0.0
Name: isb
Version: 1.2.1
Summary: Example Python package
Author-email: ISB <ttfffthb@gmail.com>
Author-email: isb <ttfffthb@gmail.com>
Requires-Python: >=3.13

@@ -7,0 +7,0 @@ Description-Content-Type: text/markdown

@@ -6,5 +6,12 @@ README.md

ISB.egg-info/dependency_links.txt
ISB.egg-info/entry_points.txt
ISB.egg-info/requires.txt
ISB.egg-info/top_level.txt
isb.egg-info/PKG-INFO
isb.egg-info/SOURCES.txt
isb.egg-info/dependency_links.txt
isb.egg-info/entry_points.txt
isb.egg-info/requires.txt
isb.egg-info/top_level.txt
project/__init__.py
project/main.py
Metadata-Version: 2.4
Name: ISB
Version: 1.0.0
Name: isb
Version: 1.2.1
Summary: Example Python package
Author-email: ISB <ttfffthb@gmail.com>
Author-email: isb <ttfffthb@gmail.com>
Requires-Python: >=3.13

@@ -7,0 +7,0 @@ Description-Content-Type: text/markdown

@@ -1,11 +0,7 @@

[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "ISB"
version = "1.0.0"
name = "isb"
version = "1.2.1"
description = "Example Python package"
authors = [
{name="ISB", email="ttfffthb@gmail.com"}
{name="isb", email="ttfffthb@gmail.com"}
]

@@ -26,2 +22,5 @@ readme = "README.md"

"scipy"
]
]
[project.scripts]
isb = "project.main:main"

Sorry, the diff of this file is too big to display