parascode 2.3.3__tar.gz → 2.3.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: parascode
3
- Version: 2.3.3
3
+ Version: 2.3.4
4
4
  Summary: Complete Python Utility Toolkit with cFonts, Social Media OSINT, and more
5
5
  Author: Paras Chourasiya
6
6
  License: MIT
@@ -0,0 +1,3 @@
1
+ from .parascode import *
2
+
3
+ __version__ = "2.3.4"
@@ -0,0 +1 @@
1
+ __version__ = "2.3.4"
@@ -17,7 +17,7 @@ from typing import List, Optional, Tuple, NamedTuple
17
17
  import colorama
18
18
 
19
19
  colorama.init()
20
- __version__ = "2.3.3"
20
+ __version__ = "2.3.4"
21
21
 
22
22
  class Style(NamedTuple):
23
23
  open: str
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: parascode
3
- Version: 2.3.3
3
+ Version: 2.3.4
4
4
  Summary: Complete Python Utility Toolkit with cFonts, Social Media OSINT, and more
5
5
  Author: Paras Chourasiya
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "parascode"
7
- version = "2.3.3"
7
+ version = "2.3.4"
8
8
  description = "Complete Python Utility Toolkit with cFonts, Social Media OSINT, and more"
9
9
  readme = "README.md"
10
10
  authors = [{ name = "Paras Chourasiya" }]
@@ -1,14 +0,0 @@
1
- from .parascode import (
2
- __version__, pc, cprint, random_string, random_number,
3
- random_user_agent, get_client, clear, banner, colored,
4
- print_colored, clear_screen, show_fonts, show_colors,
5
- render, say, run, ParasCode
6
- )
7
-
8
- __all__ = [
9
- "__version__", "pc", "cprint", "random_string",
10
- "random_number", "random_user_agent", "get_client",
11
- "clear", "banner", "colored", "print_colored",
12
- "clear_screen", "show_fonts", "show_colors",
13
- "render", "say", "run", "ParasCode"
14
- ]
@@ -1 +0,0 @@
1
- __version__ = "2.3.3"
File without changes