allykit 1.0.3__tar.gz → 1.0.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.
Files changed (27) hide show
  1. {allykit-1.0.3/src/allykit.egg-info → allykit-1.0.4}/PKG-INFO +4 -12
  2. {allykit-1.0.3 → allykit-1.0.4}/pyproject.toml +20 -17
  3. allykit-1.0.4/src/allykit/How_call.py +13 -0
  4. {allykit-1.0.3 → allykit-1.0.4}/src/allykit/__init__.py +2 -2
  5. {allykit-1.0.3 → allykit-1.0.4/src/allykit.egg-info}/PKG-INFO +4 -12
  6. {allykit-1.0.3 → allykit-1.0.4}/src/allykit.egg-info/SOURCES.txt +1 -1
  7. {allykit-1.0.3 → allykit-1.0.4}/src/allykit.egg-info/requires.txt +1 -3
  8. allykit-1.0.3/setup.py +0 -27
  9. {allykit-1.0.3 → allykit-1.0.4}/LICENSE +0 -0
  10. {allykit-1.0.3 → allykit-1.0.4}/README.md +0 -0
  11. {allykit-1.0.3 → allykit-1.0.4}/setup.cfg +0 -0
  12. {allykit-1.0.3 → allykit-1.0.4}/src/allykit/IRAN.py +0 -0
  13. {allykit-1.0.3 → allykit-1.0.4}/src/allykit/Language.py +0 -0
  14. {allykit-1.0.3 → allykit-1.0.4}/src/allykit/Security_kit/__init__.py +0 -0
  15. {allykit-1.0.3 → allykit-1.0.4}/src/allykit/Security_kit/file_kit.py +0 -0
  16. {allykit-1.0.3 → allykit-1.0.4}/src/allykit/Security_kit/hash_kit.py +0 -0
  17. {allykit-1.0.3 → allykit-1.0.4}/src/allykit/Security_kit/password_kit.py +0 -0
  18. {allykit-1.0.3 → allykit-1.0.4}/src/allykit/country.py +0 -0
  19. {allykit-1.0.3 → allykit-1.0.4}/src/allykit/web_kit/CChrome.py +0 -0
  20. {allykit-1.0.3 → allykit-1.0.4}/src/allykit/web_kit/Communications.py +0 -0
  21. {allykit-1.0.3 → allykit-1.0.4}/src/allykit/web_kit/Elastic_bands.py +0 -0
  22. {allykit-1.0.3 → allykit-1.0.4}/src/allykit/web_kit/Get_Code.py +0 -0
  23. {allykit-1.0.3 → allykit-1.0.4}/src/allykit/web_kit/WebAutomation.py +0 -0
  24. {allykit-1.0.3 → allykit-1.0.4}/src/allykit/web_kit/Working_with_code.py +0 -0
  25. {allykit-1.0.3 → allykit-1.0.4}/src/allykit/web_kit/__init__.py +0 -0
  26. {allykit-1.0.3 → allykit-1.0.4}/src/allykit.egg-info/dependency_links.txt +0 -0
  27. {allykit-1.0.3 → allykit-1.0.4}/src/allykit.egg-info/top_level.txt +0 -0
@@ -1,11 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: allykit
3
- Version: 1.0.3
3
+ Version: 1.0.4
4
4
  Summary: A comprehensive Python toolkit for security engineering, cryptography, web scraping, filesystem auditing, DFIR, and reusable utility functions.
5
- Home-page: https://github.com/hosssein193m-ai/allykit
6
- Author: None
7
5
  Author-email: allykit Developer <hossein.moradian.ir@outlook.com>
8
- License: MIT
6
+ License-Expression: MIT
9
7
  Project-URL: Homepage, https://github.com/hossein-moradian/
10
8
  Project-URL: Repository, https://github.com/hosssein193m-ai/allykit
11
9
  Keywords: security,cryptography,hashing,password,password-generator,password-security,web-scraping,selenium,beautifulsoup,filesystem,filesystem-audit,digital-forensics,dfir,integrity,checksum,metadata,utilities,persian,iran,country-data
@@ -23,7 +21,6 @@ Classifier: Topic :: Software Development :: Libraries
23
21
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
24
22
  Classifier: Topic :: Utilities
25
23
  Classifier: Operating System :: OS Independent
26
- Classifier: License :: OSI Approved :: MIT License
27
24
  Classifier: Programming Language :: Python
28
25
  Classifier: Programming Language :: Python :: 3
29
26
  Classifier: Programming Language :: Python :: 3 :: Only
@@ -32,7 +29,7 @@ Classifier: Programming Language :: Python :: 3.10
32
29
  Classifier: Programming Language :: Python :: 3.11
33
30
  Classifier: Programming Language :: Python :: 3.12
34
31
  Classifier: Typing :: Typed
35
- Requires-Python: >=3.8
32
+ Requires-Python: >=3.9
36
33
  Description-Content-Type: text/markdown
37
34
  License-File: LICENSE
38
35
  Requires-Dist: requests>=2.31.0
@@ -52,13 +49,8 @@ Requires-Dist: mkdocs-material>=9.5; extra == "docs"
52
49
  Provides-Extra: web
53
50
  Requires-Dist: selenium>=4.24.0; extra == "web"
54
51
  Provides-Extra: all
55
- Requires-Dist: allykit[dev]; extra == "all"
56
- Requires-Dist: allykit[docs]; extra == "all"
57
- Requires-Dist: allykit[web]; extra == "all"
58
- Dynamic: author
59
- Dynamic: home-page
52
+ Requires-Dist: allykit[dev,docs,web]; extra == "all"
60
53
  Dynamic: license-file
61
- Dynamic: requires-python
62
54
 
63
55
  # allykit Library Documentation
64
56
 
@@ -1,14 +1,19 @@
1
+ [build-system]
2
+ requires = ["setuptools>=69", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
1
5
  [project]
2
6
  name = "allykit"
3
- version = "1.0.3"
7
+ version = "1.0.4"
4
8
  description = "A comprehensive Python toolkit for security engineering, cryptography, web scraping, filesystem auditing, DFIR, and reusable utility functions."
5
9
  readme = "README.md"
10
+ license = "MIT"
6
11
  requires-python = ">=3.9"
7
- license = { text = "MIT" }
8
12
 
9
13
  authors = [
10
14
  { name = "allykit Developer", email = "hossein.moradian.ir@outlook.com" }
11
15
  ]
16
+
12
17
  keywords = [
13
18
  "security",
14
19
  "cryptography",
@@ -47,7 +52,6 @@ classifiers = [
47
52
  "Topic :: Software Development :: Libraries :: Python Modules",
48
53
  "Topic :: Utilities",
49
54
  "Operating System :: OS Independent",
50
- "License :: OSI Approved :: MIT License",
51
55
  "Programming Language :: Python",
52
56
  "Programming Language :: Python :: 3",
53
57
  "Programming Language :: Python :: 3 :: Only",
@@ -74,37 +78,36 @@ dev = [
74
78
  "ruff>=0.6",
75
79
  "mypy>=1.10"
76
80
  ]
81
+
77
82
  docs = [
78
83
  "mkdocs>=1.6",
79
84
  "mkdocs-material>=9.5"
80
85
  ]
86
+
81
87
  web = [
82
88
  "selenium>=4.24.0"
83
89
  ]
90
+
84
91
  all = [
85
- "allykit[dev]",
86
- "allykit[docs]",
87
- "allykit[web]"
92
+ "allykit[dev,docs,web]"
88
93
  ]
89
94
 
90
95
  [project.urls]
91
96
  Homepage = "https://github.com/hossein-moradian/"
92
97
  Repository = "https://github.com/hosssein193m-ai/allykit"
93
98
 
94
- [build-system]
95
- requires = [
96
- "setuptools>=69.0.0",
97
- "wheel"
98
- ]
99
- build-backend = "setuptools.build_meta"
100
99
 
101
100
  [tool.setuptools]
101
+ package-dir = {"" = "src"}
102
102
  include-package-data = true
103
103
 
104
- [tool.setuptools.packages.find]
105
- where = ["."]
106
- include = ["allykit*"]
107
- exclude = ["tests*", "examples*", "docs*"]
104
+ [tool.setuptools.packages.find] # ← فقط find، نه packages
105
+ where = ["src"]
106
+ include = ["allykit*", "Security_kit*", "web_kit*"]
107
+ exclude = ["tests*", "examples*", "docs*", "data*"]
108
108
 
109
109
  [tool.setuptools.package-data]
110
- allykit = ["py.typed", "*.pyi"]
110
+ allykit = [
111
+ "py.typed",
112
+ "*.pyi"
113
+ ]
@@ -0,0 +1,13 @@
1
+ # 1
2
+ from allykit.web_kit import Get_Code
3
+ Get_Code.soup_url#...........................
4
+ # 2 <The best method>
5
+ from allykit.web_kit.Get_Code import *
6
+ from allykit.web_kit.CChrome import *
7
+ from allykit.web_kit.Communications import *
8
+ from allykit.web_kit.Elastic_bands import *
9
+ from allykit.web_kit.WebAutomation import *
10
+ from allykit.web_kit.Working_with_code import *
11
+ # 3
12
+ from allykit import Language
13
+ print(Language.ALL_CHARS)
@@ -43,12 +43,12 @@ from .Security_kit import (
43
43
 
44
44
  # ==================== Web Utilities ====================
45
45
  from .web_kit import fix_url
46
- from .web_kit.CChrome import chrome, get_headless_driver , browser_context
46
+ from .web_kit.CChrome import chrome, get_headless_driver , browser_context, wait_for_element
47
47
  from .web_kit.Communications import get_rate_limit_info, fetch_url, is_link_alive, validate_links, execute_request
48
48
  from .web_kit.Elastic_bands import Monitoring, DiskCache
49
49
  from .web_kit.Get_Code import soup_url, javascript, javascript_driver , javascript_pro
50
50
  from .web_kit.WebAutomation import WebAutomation
51
- from .web_kit.Working_with_code import SoupToDict, extract_structured_data, wait_for_element , extract_all_links,extract_images,extract_text_from_tags,save_link,save_links
51
+ from .web_kit.Working_with_code import SoupToDict, extract_structured_data , extract_all_links,extract_images,extract_text_from_tags,save_link,save_links
52
52
 
53
53
  # ==================== Language & Geography ====================
54
54
  from .Language import (
@@ -1,11 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: allykit
3
- Version: 1.0.3
3
+ Version: 1.0.4
4
4
  Summary: A comprehensive Python toolkit for security engineering, cryptography, web scraping, filesystem auditing, DFIR, and reusable utility functions.
5
- Home-page: https://github.com/hosssein193m-ai/allykit
6
- Author: None
7
5
  Author-email: allykit Developer <hossein.moradian.ir@outlook.com>
8
- License: MIT
6
+ License-Expression: MIT
9
7
  Project-URL: Homepage, https://github.com/hossein-moradian/
10
8
  Project-URL: Repository, https://github.com/hosssein193m-ai/allykit
11
9
  Keywords: security,cryptography,hashing,password,password-generator,password-security,web-scraping,selenium,beautifulsoup,filesystem,filesystem-audit,digital-forensics,dfir,integrity,checksum,metadata,utilities,persian,iran,country-data
@@ -23,7 +21,6 @@ Classifier: Topic :: Software Development :: Libraries
23
21
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
24
22
  Classifier: Topic :: Utilities
25
23
  Classifier: Operating System :: OS Independent
26
- Classifier: License :: OSI Approved :: MIT License
27
24
  Classifier: Programming Language :: Python
28
25
  Classifier: Programming Language :: Python :: 3
29
26
  Classifier: Programming Language :: Python :: 3 :: Only
@@ -32,7 +29,7 @@ Classifier: Programming Language :: Python :: 3.10
32
29
  Classifier: Programming Language :: Python :: 3.11
33
30
  Classifier: Programming Language :: Python :: 3.12
34
31
  Classifier: Typing :: Typed
35
- Requires-Python: >=3.8
32
+ Requires-Python: >=3.9
36
33
  Description-Content-Type: text/markdown
37
34
  License-File: LICENSE
38
35
  Requires-Dist: requests>=2.31.0
@@ -52,13 +49,8 @@ Requires-Dist: mkdocs-material>=9.5; extra == "docs"
52
49
  Provides-Extra: web
53
50
  Requires-Dist: selenium>=4.24.0; extra == "web"
54
51
  Provides-Extra: all
55
- Requires-Dist: allykit[dev]; extra == "all"
56
- Requires-Dist: allykit[docs]; extra == "all"
57
- Requires-Dist: allykit[web]; extra == "all"
58
- Dynamic: author
59
- Dynamic: home-page
52
+ Requires-Dist: allykit[dev,docs,web]; extra == "all"
60
53
  Dynamic: license-file
61
- Dynamic: requires-python
62
54
 
63
55
  # allykit Library Documentation
64
56
 
@@ -1,7 +1,7 @@
1
1
  LICENSE
2
2
  README.md
3
3
  pyproject.toml
4
- setup.py
4
+ src/allykit/How_call.py
5
5
  src/allykit/IRAN.py
6
6
  src/allykit/Language.py
7
7
  src/allykit/__init__.py
@@ -5,9 +5,7 @@ tenacity>=9.0.0
5
5
  deepdiff>=8.0.1
6
6
 
7
7
  [all]
8
- allykit[dev]
9
- allykit[docs]
10
- allykit[web]
8
+ allykit[dev,docs,web]
11
9
 
12
10
  [dev]
13
11
  pytest>=8.0
allykit-1.0.3/setup.py DELETED
@@ -1,27 +0,0 @@
1
- from setuptools import setup, find_packages
2
-
3
- setup(
4
- name="allykit",
5
- version="1.0.0",
6
- author="None",
7
- description="A powerful Python module for web scraping, security, and standard needs.",
8
- long_description=open("README.md", encoding="utf-8").read(),
9
- long_description_content_type="text/markdown",
10
- url="https://github.com/hosssein193m-ai/allykit",
11
- package_dir={"": "src"},
12
- packages=find_packages(where="src"),
13
- install_requires=[
14
- "selenium>=4.8.0",
15
- "beautifulsoup4>=4.11.0",
16
- "requests>=2.28.0",
17
- "tenacity>=8.2.0",
18
- "deepdiff>=6.0.0",
19
- "lxml>=4.9.0",
20
- ],
21
- python_requires=">=3.8",
22
- classifiers=[
23
- "Programming Language :: Python :: 3",
24
- "License :: OSI Approved :: MIT License",
25
- "Operating System :: OS Independent",
26
- ],
27
- )
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes