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
to
2.0.1
iman/svad/data/silero_vad.jit

Sorry, the diff of this file is not supported yet

+1
recursive-include iman/svad/data *.jit
+1
-12
Metadata-Version: 2.1
Name: iman
Version: 2.0
Version: 2.0.1
Summary: Python package for daily Tasks

@@ -36,7 +36,2 @@ Author: Iman Sarraf

.. code-block:: python
from iman import examples
examples.help("Audio") # Get help on a specific module
**Example: Audio Processing**

@@ -313,8 +308,2 @@

iman.examples
~~~~~~~~~~~~~
- ``examples.items``: Get items in the examples folder.
- ``examples.help(topic)``: Get help on a specific topic.
iman.Rar

@@ -321,0 +310,0 @@ ~~~~~~~~

@@ -0,1 +1,2 @@

MANIFEST.in
README.rst

@@ -115,2 +116,3 @@ setup.py

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

@@ -36,7 +36,2 @@ Author: Iman Sarraf

.. code-block:: python
from iman import examples
examples.help("Audio") # Get help on a specific module
**Example: Audio Processing**

@@ -313,8 +308,2 @@

iman.examples
~~~~~~~~~~~~~
- ``examples.items``: Get items in the examples folder.
- ``examples.help(topic)``: Get help on a specific topic.
iman.Rar

@@ -321,0 +310,0 @@ ~~~~~~~~

@@ -25,7 +25,2 @@ iman

.. code-block:: python
from iman import examples
examples.help("Audio") # Get help on a specific module
**Example: Audio Processing**

@@ -302,8 +297,2 @@

iman.examples
~~~~~~~~~~~~~
- ``examples.items``: Get items in the examples folder.
- ``examples.help(topic)``: Get help on a specific topic.
iman.Rar

@@ -310,0 +299,0 @@ ~~~~~~~~

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

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

@@ -14,0 +14,0 @@ author_email="imansarraf@gmail.com",