nsarchive 1.1.4__py3-none-any.whl → 1.1.5__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.
- nsarchive/__init__.py +1 -1
- nsarchive/cls/entities.py +1 -0
- {nsarchive-1.1.4.dist-info → nsarchive-1.1.5.dist-info}/METADATA +1 -1
- {nsarchive-1.1.4.dist-info → nsarchive-1.1.5.dist-info}/RECORD +6 -6
- {nsarchive-1.1.4.dist-info → nsarchive-1.1.5.dist-info}/LICENSE +0 -0
- {nsarchive-1.1.4.dist-info → nsarchive-1.1.5.dist-info}/WHEEL +0 -0
nsarchive/__init__.py
CHANGED
@@ -126,7 +126,7 @@ class EntityInstance:
|
|
126
126
|
for vote in entity.votes:
|
127
127
|
_votes.append(NSID(vote))
|
128
128
|
|
129
|
-
self.electors.put(_votes, entity.id, expire_in = 112 * 84600) # Données supprimées après 16 semaines d'inactivité
|
129
|
+
self.electors.put({ "votes": _votes }, entity.id, expire_in = 112 * 84600) # Données supprimées après 16 semaines d'inactivité
|
130
130
|
_base.put(_data, entity.id, expire_in = 3 * 31536000) # Pareil après 3 ans
|
131
131
|
|
132
132
|
def delete_entity(self, entity: Entity) -> None:
|
nsarchive/cls/entities.py
CHANGED
@@ -38,6 +38,7 @@ class Position:
|
|
38
38
|
self.name: str = "Inconnue"
|
39
39
|
self.id = id
|
40
40
|
self.permissions: PositionPermissions = PositionPermissions()
|
41
|
+
|
41
42
|
class Entity:
|
42
43
|
def __init__(self, id: str | NSID) -> None:
|
43
44
|
self.id: NSID = NSID(id) # ID hexadécimal de l'entité (ou nom dans le cas de l'entreprise)
|
@@ -1,13 +1,13 @@
|
|
1
|
-
nsarchive/__init__.py,sha256=
|
1
|
+
nsarchive/__init__.py,sha256=B1jbS6VuPK7lhBAtM3tdzH32dsCc4YFZxdBZg89U7lY,24650
|
2
2
|
nsarchive/assets/default_avatar.png,sha256=n-4vG_WPke8LvbY3ZU6oA-H-OtRoIu7woKnRq9DCIlI,51764
|
3
3
|
nsarchive/cls/archives.py,sha256=Nmt3C0Zq9oGQdCXSzm_wo70VbNq89SY3dx9KKqEpoCg,2182
|
4
4
|
nsarchive/cls/base.py,sha256=z7NTvrtbeaUF1T_o-J7PL2N8axkmJek9EoKcQ8fTF9I,715
|
5
5
|
nsarchive/cls/economy.py,sha256=RjFu3VzNunazslbd4Ia5p1Jr-jJP5CvIcbVOzkDTwTU,549
|
6
|
-
nsarchive/cls/entities.py,sha256=
|
6
|
+
nsarchive/cls/entities.py,sha256=o5_zqkRFuXBF6zuFDsuOI8g0dxoL6rG2EUa0hj-lAhE,5816
|
7
7
|
nsarchive/cls/exceptions.py,sha256=QN6Qn7cxTkGoC4lO50hBAq4gZCgo7scQvCkb-xKl6Xs,692
|
8
8
|
nsarchive/cls/republic.py,sha256=6eut6OsFoOm9TVhA41fM3NlMEA3Uhg9TCuXgl46vFko,1985
|
9
9
|
nsarchive/utils/assets.py,sha256=hd0STSpa0yT-OJlUyI_wCYXJqcBiUMQds2pZTXNNg9c,382
|
10
|
-
nsarchive-1.1.
|
11
|
-
nsarchive-1.1.
|
12
|
-
nsarchive-1.1.
|
13
|
-
nsarchive-1.1.
|
10
|
+
nsarchive-1.1.5.dist-info/LICENSE,sha256=aFLFZg6LEJFpTlNQ8su3__jw4GfV-xWBmC1cePkKZVw,35802
|
11
|
+
nsarchive-1.1.5.dist-info/METADATA,sha256=eXpL8rmxT3B4afxSPB2xLmae10iTbbu2Unqt-chyUzY,5629
|
12
|
+
nsarchive-1.1.5.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
13
|
+
nsarchive-1.1.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|