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

iman

Package Overview
Dependencies
Maintainers
1
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iman - pypi Package Compare versions

Comparing version
2.0.1
to
2.0.2
iman/svad/data/silero_vad.onnx

Sorry, the diff of this file is not supported yet

+1
-1
Metadata-Version: 2.1
Name: iman
Version: 2.0.1
Version: 2.0.2
Summary: Python package for daily Tasks

@@ -5,0 +5,0 @@ Author: Iman Sarraf

@@ -117,2 +117,3 @@ MANIFEST.in

iman/svad/data/__init__.py
iman/svad/data/silero_vad.jit
iman/svad/data/silero_vad.jit
iman/svad/data/silero_vad.onnx
Metadata-Version: 2.1
Name: iman
Version: 2.0.1
Version: 2.0.2
Summary: Python package for daily Tasks

@@ -5,0 +5,0 @@ Author: Iman Sarraf

@@ -11,3 +11,3 @@ import os

name="iman",
version='2.0.1',
version='2.0.2',
author="Iman Sarraf",

@@ -18,3 +18,6 @@ author_email="imansarraf@gmail.com",

packages=find_packages(),
include_package_data=True,
package_data={
"iman": ["svad/data/*.*"], # Include all files in iman/data
},
# add any additional packages that

@@ -21,0 +24,0 @@ # needs to be installed along with your package.