pathl 2.2.1b1__tar.gz → 2.2.2__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. {pathl-2.2.1b1 → pathl-2.2.2}/PKG-INFO +1 -1
  2. {pathl-2.2.1b1 → pathl-2.2.2}/pathl/hello/world.py +4 -1
  3. {pathl-2.2.1b1 → pathl-2.2.2}/pathl.egg-info/PKG-INFO +1 -1
  4. {pathl-2.2.1b1 → pathl-2.2.2}/pyproject.toml +1 -1
  5. {pathl-2.2.1b1 → pathl-2.2.2}/README.md +0 -0
  6. {pathl-2.2.1b1 → pathl-2.2.2}/pathl/__init__.py +0 -0
  7. {pathl-2.2.1b1 → pathl-2.2.2}/pathl/cli.py +0 -0
  8. {pathl-2.2.1b1 → pathl-2.2.2}/pathl/crypto/__init__.py +0 -0
  9. {pathl-2.2.1b1 → pathl-2.2.2}/pathl/crypto/aes.py +0 -0
  10. {pathl-2.2.1b1 → pathl-2.2.2}/pathl/crypto/rsa.py +0 -0
  11. {pathl-2.2.1b1 → pathl-2.2.2}/pathl/crypto/utils.py +0 -0
  12. {pathl-2.2.1b1 → pathl-2.2.2}/pathl/dns/dns.py +0 -0
  13. {pathl-2.2.1b1 → pathl-2.2.2}/pathl/hash/__init__.py +0 -0
  14. {pathl-2.2.1b1 → pathl-2.2.2}/pathl/hash/sha256.c +0 -0
  15. {pathl-2.2.1b1 → pathl-2.2.2}/pathl/hello/__init__.py +0 -0
  16. {pathl-2.2.1b1 → pathl-2.2.2}/pathl/hello/welcome.py +0 -0
  17. {pathl-2.2.1b1 → pathl-2.2.2}/pathl/math/__init__.py +0 -0
  18. {pathl-2.2.1b1 → pathl-2.2.2}/pathl/math/math.c +0 -0
  19. {pathl-2.2.1b1 → pathl-2.2.2}/pathl/scaner/fastscan.c +0 -0
  20. {pathl-2.2.1b1 → pathl-2.2.2}/pathl/scaner/scaner.py +0 -0
  21. {pathl-2.2.1b1 → pathl-2.2.2}/pathl.egg-info/SOURCES.txt +0 -0
  22. {pathl-2.2.1b1 → pathl-2.2.2}/pathl.egg-info/dependency_links.txt +0 -0
  23. {pathl-2.2.1b1 → pathl-2.2.2}/pathl.egg-info/entry_points.txt +0 -0
  24. {pathl-2.2.1b1 → pathl-2.2.2}/pathl.egg-info/requires.txt +0 -0
  25. {pathl-2.2.1b1 → pathl-2.2.2}/pathl.egg-info/top_level.txt +0 -0
  26. {pathl-2.2.1b1 → pathl-2.2.2}/setup.cfg +0 -0
  27. {pathl-2.2.1b1 → pathl-2.2.2}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pathl
3
- Version: 2.2.1b1
3
+ Version: 2.2.2
4
4
  Summary: General-purpose cybersecurity toolkit
5
5
  Author: Alicja
6
6
  License-Expression: MIT
@@ -4,4 +4,7 @@ class World:
4
4
  def main(self):
5
5
  print(self.msg)
6
6
  def versin(self):
7
- print("2.9.9")
7
+
8
+ print("2.9.9")
9
+ def another(self):
10
+ print("twoja matka")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pathl
3
- Version: 2.2.1b1
3
+ Version: 2.2.2
4
4
  Summary: General-purpose cybersecurity toolkit
5
5
  Author: Alicja
6
6
  License-Expression: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "pathl"
7
- version = "2.2.1b1"
7
+ version = "2.2.2"
8
8
  description = "General-purpose cybersecurity toolkit"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.8"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes