passphera-core 0.30.0__py3-none-any.whl → 0.30.1__py3-none-any.whl

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.
@@ -131,7 +131,7 @@ class Generator:
131
131
  :raises ValueError: If the property name is not one of the allowed properties
132
132
  :return: None
133
133
  """
134
- if prop not in {"shift", "multiplier", "key", "algorithm", "prefix", "postfix"}:
134
+ if prop not in {"id", "created_at", "updated_at", "shift", "multiplier", "key", "algorithm", "prefix", "postfix"}:
135
135
  raise InvalidPropertyNameException(prop)
136
136
  if prop in ["shift", "multiplier"]:
137
137
  value = int(value)
@@ -147,7 +147,7 @@ class Generator:
147
147
  :raises ValueError: If the property name is not one of the allowed properties
148
148
  :return: None
149
149
  """
150
- if prop not in {"shift", "multiplier", "key", "algorithm", "prefix", "postfix"}:
150
+ if prop not in {"id", "created_at", "updated_at", "shift", "multiplier", "key", "algorithm", "prefix", "postfix"}:
151
151
  raise InvalidPropertyNameException(prop)
152
152
  setattr(self, prop, _default_properties[prop])
153
153
  if prop == "algorithm":
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passphera-core
3
- Version: 0.30.0
3
+ Version: 0.30.1
4
4
  Summary: The core system of passphera project
5
5
  Home-page: https://github.com/passphera/core
6
6
  Author: Fathi Abdelmalek
@@ -1,12 +1,12 @@
1
1
  passphera_core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- passphera_core/entities.py,sha256=7lrwEauShCq3OTdgW-r047dNrK0WUavKJ2KSq9xeu5w,8824
2
+ passphera_core/entities.py,sha256=fUCjf7D9FCKEB2tMoNUr9RJLn_50qcggTDOrBhGEHVI,8892
3
3
  passphera_core/exceptions.py,sha256=Tqb-FKJ1_JfX5gSC8Wc0CP84AhwouvnP2gkg83xAlUY,786
4
4
  passphera_core/interfaces.py,sha256=DpHFh_vnamORf69P1dwLrZ8AYZPcYIol0Lq_VKRBkXc,855
5
5
  passphera_core/utilities.py,sha256=n7cAVox-yGd60595RjLvrGKSGqFQRm279YqKS3-R1X0,748
6
6
  passphera_core/application/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  passphera_core/application/generator.py,sha256=hBSk6vktJ2KPxzKSRnH_WVnCvg7vOHVzN-TQ5GdgXEQ,2769
8
8
  passphera_core/application/password.py,sha256=9wsSz3uMWEZCgfnX5V7WYiWp2OqjSmsn6OSWK4HIIfo,2876
9
- passphera_core-0.30.0.dist-info/METADATA,sha256=TBO2PeD-C1-E0CLOpksAJc_yWl1kFPCorfzKw67wc5E,868
10
- passphera_core-0.30.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
11
- passphera_core-0.30.0.dist-info/top_level.txt,sha256=aDUX2iWGOyfzyf6XakLWTbgeWqNrypMHO074Qratyds,15
12
- passphera_core-0.30.0.dist-info/RECORD,,
9
+ passphera_core-0.30.1.dist-info/METADATA,sha256=yQf5woOolmMgufQYpwSqlJN_KcdMthXzM1nPaF93vfI,868
10
+ passphera_core-0.30.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
11
+ passphera_core-0.30.1.dist-info/top_level.txt,sha256=aDUX2iWGOyfzyf6XakLWTbgeWqNrypMHO074Qratyds,15
12
+ passphera_core-0.30.1.dist-info/RECORD,,