nc-user-terminator 0.1.12__py3-none-any.whl → 0.1.13__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 nc-user-terminator might be problematic. Click here for more details.

nc_user_manager/client.py CHANGED
@@ -1,10 +1,10 @@
1
1
  import asyncio
2
2
  from typing import Optional, Dict, Any
3
3
 
4
- from cache import MemoryCache, BaseCache, AsyncRedisCache
5
- from models import UserResponse, OAuth2AuthorizeResponse, CallbackResponse
6
- from exceptions import OAuthError
7
- from utils import request
4
+ from nc_user_manager.cache import MemoryCache, BaseCache, AsyncRedisCache
5
+ from nc_user_manager.models import UserResponse, OAuth2AuthorizeResponse, CallbackResponse
6
+ from nc_user_manager.exceptions import OAuthError
7
+ from nc_user_manager.utils import request
8
8
 
9
9
 
10
10
  PRODUCT_HEADER = "X-Product-Code"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nc-user-terminator
3
- Version: 0.1.12
3
+ Version: 0.1.13
4
4
  Summary: OAuth client wrapper for multi-tenant projects
5
5
  Author: bw_song
6
6
  Author-email: m132777096902@gmail.com
@@ -29,3 +29,5 @@ Dynamic: requires-python
29
29
  - 新增密码学登录
30
30
  - 新增修改密码
31
31
  - 支持重置社媒账号密码
32
+ + v0.1.13
33
+ - 包路径调整
@@ -1,10 +1,10 @@
1
1
  nc_user_manager/__init__.py,sha256=fF3FZD0XUW5YCfTbBeJs3RK-Mnm3IQ7lns6Eb_tMqPU,238
2
2
  nc_user_manager/cache.py,sha256=u9ioXDwHmEJHRB4VKI4JU_pp-8Y5O4bLPm8-pwqiMVc,2273
3
- nc_user_manager/client.py,sha256=K5npyb89Mgd9KAd4r1edopD78mc1reOtRORYAnlSMh0,13829
3
+ nc_user_manager/client.py,sha256=3Ua1pGUa4pU0JiBmU-SK5G3yCP9i7lD1XbddKdwphm0,13893
4
4
  nc_user_manager/exceptions.py,sha256=yUMDrh1HHZF36UUadQNHvJlDgEYSYoYOObs8Q11fjrE,351
5
5
  nc_user_manager/models.py,sha256=r3OmicvfeDtDyvFlfxhn-g0svAvyeXIwa1BEuCMx4Ns,1074
6
6
  nc_user_manager/utils.py,sha256=zn0ds3UftTaEnrTVDn0YL9N-EkVWpbJtowFzAotU80E,2608
7
- nc_user_terminator-0.1.12.dist-info/METADATA,sha256=MiCnA_r2M3Duzm53ZrFUOJXX0_axxYIHVQmxMP2ubuY,700
8
- nc_user_terminator-0.1.12.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
9
- nc_user_terminator-0.1.12.dist-info/top_level.txt,sha256=kOAUtl6RYo-x3vMJL8It3KCJLoIFPvMUiAAyXjPQTYA,16
10
- nc_user_terminator-0.1.12.dist-info/RECORD,,
7
+ nc_user_terminator-0.1.13.dist-info/METADATA,sha256=Tdatp5ycYaPfATDaDUz9_hHQSmjO4N6lAXWIOVEKcgY,732
8
+ nc_user_terminator-0.1.13.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
9
+ nc_user_terminator-0.1.13.dist-info/top_level.txt,sha256=kOAUtl6RYo-x3vMJL8It3KCJLoIFPvMUiAAyXjPQTYA,16
10
+ nc_user_terminator-0.1.13.dist-info/RECORD,,