nc-user-terminator 0.1.0__py3-none-any.whl → 0.1.2__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.

@@ -0,0 +1,10 @@
1
+ from .client import OAuthClient
2
+ from .exceptions import OAuthError
3
+ from .models import UserResponse, OAuth2AuthorizeResponse
4
+
5
+ __all__ = [
6
+ "OAuthClient",
7
+ "OAuthError",
8
+ "UserResponse",
9
+ "OAuth2AuthorizeResponse",
10
+ ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nc-user-terminator
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: OAuth client wrapper for multi-tenant projects
5
5
  Author: bw_song
6
6
  Author-email: m132777096902@gmail.com
@@ -0,0 +1,9 @@
1
+ nc_user_manager/__init__.py,sha256=fF3FZD0XUW5YCfTbBeJs3RK-Mnm3IQ7lns6Eb_tMqPU,238
2
+ nc_user_manager/client.py,sha256=urNJFx2ssQc5KxmW6SshXfdAJw_Hq4Sm2x208oV20kM,7074
3
+ nc_user_manager/exceptions.py,sha256=yUMDrh1HHZF36UUadQNHvJlDgEYSYoYOObs8Q11fjrE,351
4
+ nc_user_manager/models.py,sha256=mDK7zskIcaThxvUUTWVf6eMasw7YaA3hDGVVSd1ZJgo,1088
5
+ nc_user_manager/utils.py,sha256=0QmJ9s3mzuYQSlwkcS8BW5XCe23lcoKskEeuqfdZHck,1245
6
+ nc_user_terminator-0.1.2.dist-info/METADATA,sha256=iXTOp_tLVmJPR7LZug3BUkcZzixcdn2_gQgy13Bxfrc,327
7
+ nc_user_terminator-0.1.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
+ nc_user_terminator-0.1.2.dist-info/top_level.txt,sha256=kOAUtl6RYo-x3vMJL8It3KCJLoIFPvMUiAAyXjPQTYA,16
9
+ nc_user_terminator-0.1.2.dist-info/RECORD,,
@@ -0,0 +1 @@
1
+ nc_user_manager
@@ -1,10 +0,0 @@
1
- from client import OAuthClient
2
- from exceptions import OAuthError
3
- from models import UserResponse, OAuth2AuthorizeResponse
4
-
5
- __all__ = [
6
- "OAuthClient",
7
- "OAuthError",
8
- "UserResponse",
9
- "OAuth2AuthorizeResponse",
10
- ]
@@ -1,9 +0,0 @@
1
- nc-user-manager/__init__.py,sha256=VHYhkgEcaHYUlOK9z0bJNiOWCBRDpBe29lTUIktZ1Ng,235
2
- nc-user-manager/client.py,sha256=urNJFx2ssQc5KxmW6SshXfdAJw_Hq4Sm2x208oV20kM,7074
3
- nc-user-manager/exceptions.py,sha256=yUMDrh1HHZF36UUadQNHvJlDgEYSYoYOObs8Q11fjrE,351
4
- nc-user-manager/models.py,sha256=mDK7zskIcaThxvUUTWVf6eMasw7YaA3hDGVVSd1ZJgo,1088
5
- nc-user-manager/utils.py,sha256=0QmJ9s3mzuYQSlwkcS8BW5XCe23lcoKskEeuqfdZHck,1245
6
- nc_user_terminator-0.1.0.dist-info/METADATA,sha256=rJsRtdiFbiY7LMsH6aBhdm4ntLqQjJQhroUGcqy7LIc,327
7
- nc_user_terminator-0.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
- nc_user_terminator-0.1.0.dist-info/top_level.txt,sha256=VJF5yCswS1mXdkOMLPZqRGrvVORiO5V3mxE5UkEJAIo,16
9
- nc_user_terminator-0.1.0.dist-info/RECORD,,
@@ -1 +0,0 @@
1
- nc-user-manager
File without changes
File without changes
File without changes
File without changes