parascode
Advanced tools
| 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 |
+100
-16
@@ -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", | ||
| # Utilities | ||
| "UserAgent", | ||
| "Curl", | ||
| "Proxy", | ||
| # Helpers | ||
| "get_country_info", | ||
| "GetMid", | ||
| "coockie", | ||
| # Session | ||
| "r", | ||
| ] |
@@ -1,1 +0,1 @@ | ||
| __version__ = "2.3.1" | ||
| __version__ = "2.3.2" |
+1
-1
| 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
-1
@@ -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
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
110438
0.64%2064
3.46%