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

parascode

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parascode - pypi Package Compare versions

Comparing version
2.3.3
to
2.3.4
+1
-1
parascode.egg-info/PKG-INFO
Metadata-Version: 2.4
Name: parascode
Version: 2.3.3
Version: 2.3.4
Summary: Complete Python Utility Toolkit with cFonts, Social Media OSINT, and more

@@ -5,0 +5,0 @@ Author: Paras Chourasiya

@@ -1,14 +0,3 @@

from .parascode import (
__version__, pc, cprint, random_string, random_number,
random_user_agent, get_client, clear, banner, colored,
print_colored, clear_screen, show_fonts, show_colors,
render, say, run, ParasCode
)
from .parascode import *
__all__ = [
"__version__", "pc", "cprint", "random_string",
"random_number", "random_user_agent", "get_client",
"clear", "banner", "colored", "print_colored",
"clear_screen", "show_fonts", "show_colors",
"render", "say", "run", "ParasCode"
]
__version__ = "2.3.4"

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

__version__ = "2.3.3"
__version__ = "2.3.4"

@@ -20,3 +20,3 @@ """

colorama.init()
__version__ = "2.3.3"
__version__ = "2.3.4"

@@ -23,0 +23,0 @@ class Style(NamedTuple):

Metadata-Version: 2.4
Name: parascode
Version: 2.3.3
Version: 2.3.4
Summary: Complete Python Utility Toolkit with cFonts, Social Media OSINT, and more

@@ -5,0 +5,0 @@ Author: Paras Chourasiya

@@ -7,3 +7,3 @@ [build-system]

name = "parascode"
version = "2.3.3"
version = "2.3.4"
description = "Complete Python Utility Toolkit with cFonts, Social Media OSINT, and more"

@@ -10,0 +10,0 @@ readme = "README.md"