passphera-core 0.32.0__tar.gz → 0.32.1__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: passphera-core
3
- Version: 0.32.0
3
+ Version: 0.32.1
4
4
  Summary: The core of passphera project
5
5
  Home-page: https://github.com/passphera/core
6
6
  Author: Fathi Abdelmalek
@@ -1,5 +1,4 @@
1
1
  from dataclasses import dataclass, field
2
- from datetime import datetime, timezone
3
2
 
4
3
  from cipherspy.cipher import *
5
4
  from cipherspy.exceptions import InvalidAlgorithmException
@@ -109,7 +108,7 @@ class Generator:
109
108
  setattr(self, prop, _default_properties[prop])
110
109
  if prop == "algorithm":
111
110
  self.get_algorithm()
112
-
111
+
113
112
  def get_character_replacement(self, character: str) -> str:
114
113
  """
115
114
  Get the replacement string for a given character
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passphera-core
3
- Version: 0.32.0
3
+ Version: 0.32.1
4
4
  Summary: The core of passphera project
5
5
  Home-page: https://github.com/passphera/core
6
6
  Author: Fathi Abdelmalek
@@ -5,7 +5,7 @@ with open("README.md", "r") as f:
5
5
 
6
6
  setup(
7
7
  name='passphera-core',
8
- version='0.32.0',
8
+ version='0.32.1',
9
9
  author='Fathi Abdelmalek',
10
10
  author_email='passphera@imfathi.com',
11
11
  url='https://github.com/passphera/core',