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
13
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.1
to
2.3.2
+1
-1
parascode.egg-info/PKG-INFO
Metadata-Version: 2.4
Name: parascode
Version: 2.3.1
Version: 2.3.2
Summary: Complete Python Utility Toolkit with cFonts, Social Media OSINT, and more

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

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

"""

@@ -9,20 +8,105 @@ ParasCode - Complete Python Utility Toolkit

from .__version__ import __version__
from .parascode import (
ParasCode, pc, cprint, random_string, random_number,
random_user_agent, get_client, link, expire, clear,
banner, clear_screen, print_colored, colored,
render, say, show_fonts, show_colors, show_backgrounds,
Instagram, Twitter, Tiktok, Facebook, Spotify,
Email, UserAgent, Curl, Proxy,
get_country_info, GetMid, coockie, r
from .core import (
# Main class
ParasCode,
# Instances
pc,
# Utility functions
cprint,
random_string,
random_number,
random_user_agent,
get_client,
link,
expire,
clear,
banner,
clear_screen,
print_colored,
colored,
# cFonts functions
render,
say,
show_fonts,
show_colors,
show_backgrounds,
# Social Media Classes
Instagram,
Twitter,
Tiktok,
Facebook,
Spotify,
# Email Class
Email,
# Utility Classes
UserAgent,
Curl,
Proxy,
# Helper functions
get_country_info,
GetMid,
coockie,
# Session
r
)
__all__ = [
"__version__", "ParasCode", "pc", "cprint", "random_string",
"random_number", "random_user_agent", "get_client", "link",
"expire", "clear", "banner", "clear_screen", "print_colored",
"colored", "render", "say", "show_fonts", "show_colors",
"show_backgrounds", "Instagram", "Twitter", "Tiktok", "Facebook",
"Spotify", "Email", "UserAgent", "Curl", "Proxy",
"get_country_info", "GetMid", "coockie", "r"
# Version
"__version__",
# Main class
"ParasCode",
"pc",
# Utility functions
"cprint",
"random_string",
"random_number",
"random_user_agent",
"get_client",
"link",
"expire",
"clear",
"banner",
"clear_screen",
"print_colored",
"colored",
# cFonts functions
"render",
"say",
"show_fonts",
"show_colors",
"show_backgrounds",
# Social Media
"Instagram",
"Twitter",
"Tiktok",
"Facebook",
"Spotify",
# Email
"Email",
# Utilities
"UserAgent",
"Curl",
"Proxy",
# Helpers
"get_country_info",
"GetMid",
"coockie",
# Session
"r",
]

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

__version__ = "2.3.1"
__version__ = "2.3.2"
Metadata-Version: 2.4
Name: parascode
Version: 2.3.1
Version: 2.3.2
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.1"
version = "2.3.2"
description = "Complete Python Utility Toolkit with cFonts, Social Media OSINT, and more"

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

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