pypomes-iam 0.5.7__tar.gz → 0.6.9__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pypomes_iam
3
- Version: 0.5.7
3
+ Version: 0.6.9
4
4
  Summary: A collection of Python pomes, penyeach (IAM modules)
5
5
  Project-URL: Homepage, https://github.com/TheWiseCoder/PyPomes-IAM
6
6
  Project-URL: Bug Tracker, https://github.com/TheWiseCoder/PyPomes-IAM/issues
@@ -10,7 +10,6 @@ Classifier: License :: OSI Approved :: MIT License
10
10
  Classifier: Operating System :: OS Independent
11
11
  Classifier: Programming Language :: Python :: 3
12
12
  Requires-Python: >=3.12
13
- Requires-Dist: cachetools>=6.2.1
14
13
  Requires-Dist: flask>=3.1.2
15
14
  Requires-Dist: pyjwt>=2.10.1
16
15
  Requires-Dist: pypomes-core>=2.8.1
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
6
 
7
7
  [project]
8
8
  name = "pypomes_iam"
9
- version = "0.5.7"
9
+ version = "0.6.9"
10
10
  authors = [
11
11
  { name="GT Nunes", email="wisecoder01@gmail.com" }
12
12
  ]
@@ -19,7 +19,6 @@ classifiers = [
19
19
  "Operating System :: OS Independent"
20
20
  ]
21
21
  dependencies = [
22
- "cachetools>=6.2.1",
23
22
  "Flask>=3.1.2",
24
23
  "PyJWT>=2.10.1",
25
24
  "pypomes-core>=2.8.1",
@@ -3,17 +3,14 @@ from .iam_actions import (
3
3
  action_login, action_logout, action_token
4
4
  )
5
5
  from .iam_common import (
6
- IamServer
6
+ IamServer, IamParam
7
+ )
8
+ from .iam_pomes import (
9
+ iam_setup, iam_get_env_parameters, iam_get_token
7
10
  )
8
11
  from .iam_services import (
9
12
  jwt_required, logger_register
10
13
  )
11
- from .jusbr_pomes import (
12
- jusbr_setup, jusbr_get_token
13
- )
14
- from .keycloak_pomes import (
15
- keycloak_setup, keycloak_get_token
16
- )
17
14
  from .provider_pomes import (
18
15
  provider_register, provider_get_token
19
16
  )
@@ -26,13 +23,11 @@ __all__ = [
26
23
  "action_callback", "action_exchange",
27
24
  "action_login", "action_logout", "action_token",
28
25
  # iam_commons
29
- "IamServer",
26
+ "IamServer", "IamParam",
27
+ # iam_pomes
28
+ "iam_setup", "iam_get_env_parameters", "iam_get_token",
30
29
  # iam_services
31
30
  "jwt_required", "logger_register",
32
- # jusbr_pomes
33
- "jusbr_setup", "jusbr_get_token",
34
- # keycloak_pomes
35
- "keycloak_setup", "keycloak_get_token",
36
31
  # provider_pomes
37
32
  "provider_register", "provider_get_token",
38
33
  # token_pomes