marzban 0.1.5__py3-none-any.whl → 0.1.6__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.
marzban/__init__.py CHANGED
@@ -1,4 +1,4 @@
1
1
  from .api import MarzbanAPI
2
2
  from .models import *
3
3
 
4
- __version__ = "0.1.5"
4
+ __version__ = "0.1.6"
marzban/models.py CHANGED
@@ -138,7 +138,7 @@ class CoreStats(BaseModel):
138
138
 
139
139
  class UserModify(BaseModel):
140
140
  proxies: Optional[Dict[str, ProxySettings]] = {}
141
- expire: Optional[int]
141
+ expire: Optional[int] = 0
142
142
  data_limit: Optional[int] = 0
143
143
  data_limit_reset_strategy: Optional[str] = "no_reset"
144
144
  inbounds: Optional[Dict[str, List[str]]] = {}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: marzban
3
- Version: 0.1.5
3
+ Version: 0.1.6
4
4
  Summary: Асинхронная библиотека Python для взаимодействия с MarzbanAPI
5
5
  Home-page: https://github.com/sm1ky/marzban_api
6
6
  Author: Artem
@@ -0,0 +1,8 @@
1
+ marzban/__init__.py,sha256=CB8qEgjtBB7d2a7PerWusTdQxB11nkxFQDZlhwgepwc,72
2
+ marzban/api.py,sha256=kcA60qyG7d1l3lXl5K3MI590DLfLcCi8z42DndwnyDU,12457
3
+ marzban/models.py,sha256=Ixgifwhn0gbDb5QN1ssSI1NIQARrxXBQNtgceVgWHnw,4987
4
+ marzban-0.1.6.dist-info/LICENSE,sha256=e7OchdHfXoz2OZRHj8iltLIKYwdri9J4_9PMEnov418,1061
5
+ marzban-0.1.6.dist-info/METADATA,sha256=WdnXPLiyQVgs-5NsGuMIrBPgHY-B-_nUs2T4VAjIOQQ,1111
6
+ marzban-0.1.6.dist-info/WHEEL,sha256=mguMlWGMX-VHnMpKOjjQidIo1ssRlCFu4a4mBpz1s2M,91
7
+ marzban-0.1.6.dist-info/top_level.txt,sha256=KUmBWzTarBlzw2GZOuk-d-jM2GU4zPWo1iwvW_mXS-c,8
8
+ marzban-0.1.6.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- marzban/__init__.py,sha256=8PMEY3g5mvh-KvtrfSZrWbELxTa2_4Fmf0IaS5O6dxY,72
2
- marzban/api.py,sha256=kcA60qyG7d1l3lXl5K3MI590DLfLcCi8z42DndwnyDU,12457
3
- marzban/models.py,sha256=NgtIYxP6x_07KJLyGkqe8JVdian7OoG3FEk2WbaRhes,4983
4
- marzban-0.1.5.dist-info/LICENSE,sha256=e7OchdHfXoz2OZRHj8iltLIKYwdri9J4_9PMEnov418,1061
5
- marzban-0.1.5.dist-info/METADATA,sha256=rVm8nfrSIj1DerirhfhdhlDNfVM0sJMYS_-CBioL2eg,1111
6
- marzban-0.1.5.dist-info/WHEEL,sha256=mguMlWGMX-VHnMpKOjjQidIo1ssRlCFu4a4mBpz1s2M,91
7
- marzban-0.1.5.dist-info/top_level.txt,sha256=KUmBWzTarBlzw2GZOuk-d-jM2GU4zPWo1iwvW_mXS-c,8
8
- marzban-0.1.5.dist-info/RECORD,,