logs-py 2.9.4__py3-none-any.whl → 2.9.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.
Potentially problematic release.
This version of logs-py might be problematic. Click here for more details.
LOGS/LOGS.py
CHANGED
|
@@ -113,6 +113,7 @@ from LOGS.Entity.ConnectedEntity import ConnectedEntity
|
|
|
113
113
|
from LOGS.Interfaces.ISoftDeletable import ISoftDeletable
|
|
114
114
|
from LOGS.Interfaces.IUniqueEntity import IUniqueEntity
|
|
115
115
|
from LOGS.LOGSConnection import LOGSConnection
|
|
116
|
+
from LOGS.ServerMetaData import ServerMetaData
|
|
116
117
|
|
|
117
118
|
_T = TypeVar(
|
|
118
119
|
"_T",
|
|
@@ -1128,6 +1129,10 @@ class LOGS:
|
|
|
1128
1129
|
def version(self) -> Optional[str]:
|
|
1129
1130
|
return self._connection.metadata.version
|
|
1130
1131
|
|
|
1132
|
+
@property
|
|
1133
|
+
def metadata(self) -> ServerMetaData:
|
|
1134
|
+
return self._connection.metadata
|
|
1135
|
+
|
|
1131
1136
|
|
|
1132
1137
|
if __name__ == "__main__":
|
|
1133
1138
|
api_key = input("Please specify api key: ")
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
LOGS/LOGS.py,sha256=
|
|
1
|
+
LOGS/LOGS.py,sha256=qprzwI6wXx2xePkT6EBmWYYiCxwMIPnC9LNa-3NnBIE,41826
|
|
2
2
|
LOGS/LOGSConnection.py,sha256=GOkmFj7CtCinn9SmRkzzdToaZqnmUaiqwuMI0mQGvCo,19845
|
|
3
3
|
LOGS/ServerMetaData.py,sha256=WdXCCiCSFqER6s9c3N3v0O273OvxygxBzmE6_C8FmXs,3361
|
|
4
4
|
LOGS/__init__.py,sha256=faGD87i0eeKbqEq6DTcteF6KoNa2O0BH1RnjxEvuGbQ,253
|
|
@@ -177,7 +177,7 @@ LOGS/Interfaces/ISoftDeletable.py,sha256=urnmSfcYJrEm1iIo0k3nyBvMMnpomJWAYAON_uv
|
|
|
177
177
|
LOGS/Interfaces/ITypedEntity.py,sha256=hMlzGuca8vW1qT5Dop-b-6_gteAeXjK0sz85eRjOZrY,724
|
|
178
178
|
LOGS/Interfaces/IUniqueEntity.py,sha256=K-Q80qZX1wTjPnjbs-1PF85BbzYre2su_2xMnescYi4,1894
|
|
179
179
|
LOGS/Interfaces/__init__.py,sha256=tGykqoQeT2_HV-oLYVKJJ9Z0a_Li8_y3AOJjG1btKYw,172
|
|
180
|
-
logs_py-2.9.
|
|
181
|
-
logs_py-2.9.
|
|
182
|
-
logs_py-2.9.
|
|
183
|
-
logs_py-2.9.
|
|
180
|
+
logs_py-2.9.5.dist-info/METADATA,sha256=6bkXJDjYrX9PmjMj7EdqAzJASSnuZ0DdBKnEh4glNEs,2053
|
|
181
|
+
logs_py-2.9.5.dist-info/WHEEL,sha256=cpQTJ5IWu9CdaPViMhC9YzF8gZuS5-vlfoFihTBC86A,91
|
|
182
|
+
logs_py-2.9.5.dist-info/top_level.txt,sha256=Ckn2LiAmGaR7k3tdEnKAc04z_uboMD4gLreYghRNdCs,5
|
|
183
|
+
logs_py-2.9.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|