pydplus 1.0.0__tar.gz → 1.0.0.dev0__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.3
2
2
  Name: pydplus
3
- Version: 1.0.0
3
+ Version: 1.0.0.dev0
4
4
  Summary: A Python toolset for the RSA ID Plus cloud authentication platform
5
5
  License: MIT License
6
6
 
@@ -23,13 +23,13 @@ License: MIT License
23
23
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24
24
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25
25
  SOFTWARE.
26
- Keywords: rsa-security,id-plus,rsa-id-plus,securid,rsa-securid,authentication-manager,rsa-authentication-manager,cloud-access-service,single-sign-on,sso,mfa,iam,identity,authentication,multifactor-authentication,fido
26
+ Keywords: rsa-security,id-plus,securid,authentication-manager,sso,mfa,iam,identity,authentication
27
27
  Author: Jeff Shurtliff
28
28
  Author-email: jeffshurtliff@gmail.com
29
29
  Maintainer: Jeff Shurtliff
30
30
  Maintainer-email: jeffshurtliff@gmail.com
31
31
  Requires-Python: >=3.9.2,<3.14.0
32
- Classifier: Development Status :: 5 - Production/Stable
32
+ Classifier: Development Status :: 4 - Beta
33
33
  Classifier: License :: OSI Approved :: MIT License
34
34
  Classifier: License :: Freely Distributable
35
35
  Classifier: Intended Audience :: Information Technology
@@ -61,13 +61,13 @@ Requires-Dist: requests (>=2.32.5)
61
61
  Requires-Dist: tomli (>=2.0.0) ; python_version < "3.11"
62
62
  Requires-Dist: urllib3 (>=2.6.3,<3)
63
63
  Project-URL: Changelog, https://pydplus.readthedocs.io/en/latest/CHANGELOG.html
64
- Project-URL: Documentation, https://pydplus.readthedocs.io/en/stable/
64
+ Project-URL: Documentation, https://pydplus.readthedocs.io/en/latest/
65
65
  Project-URL: Homepage, https://github.com/jeffshurtliff/pydplus
66
66
  Project-URL: Issue Tracker, https://github.com/jeffshurtliff/pydplus/issues
67
67
  Project-URL: Repository, https://github.com/jeffshurtliff/pydplus
68
68
  Description-Content-Type: text/markdown
69
69
 
70
- <img src="https://raw.githubusercontent.com/jeffshurtliff/pydplus/main/docs/_static/pydplus-icon-cropped.png"
70
+ <img src="docs/_static/pydplus-icon-cropped.png"
71
71
  class="pydplus-c-landing-page-logo"
72
72
  style="background-color: transparent; max-height: 320px;"
73
73
  alt="PyDPlus Logo" />
@@ -88,7 +88,7 @@ A Python toolset for the RSA ID Plus cloud authentication platform.
88
88
  <td>Latest Beta/RC Release</td>
89
89
  <td>
90
90
  <a href="https://pypi.org/project/pydplus/#history">
91
- <img alt="PyPI" src="https://img.shields.io/badge/pypi-none-blue">
91
+ <img alt="PyPI" src="https://img.shields.io/badge/pypi-1.0.0b1-blue">
92
92
  </a>
93
93
  </td>
94
94
  </tr>
@@ -120,8 +120,8 @@ A Python toolset for the RSA ID Plus cloud authentication platform.
120
120
  <tr>
121
121
  <td>Documentation</td>
122
122
  <td>
123
- <a href="https://pydplus.readthedocs.io/en/stable/?badge=stable">
124
- <img alt="Documentation Status" src="https://readthedocs.org/projects/pydplus/badge/?version=stable" />
123
+ <a href="https://pydplus.readthedocs.io/en/latest/?badge=latest">
124
+ <img alt="Documentation Status" src="https://readthedocs.org/projects/pydplus/badge/?version=latest" />
125
125
  </a>
126
126
  </td>
127
127
  </tr>
@@ -218,7 +218,7 @@ pydp = PyDPlus(
218
218
  ```
219
219
 
220
220
  Legacy API authentication is also supported. See the
221
- [Authentication](https://pydplus.readthedocs.io/en/stable/guides/authentication.html) guide for both patterns.
221
+ [Authentication](https://pydplus.readthedocs.io/en/latest/guides/authentication.html) guide for both patterns.
222
222
 
223
223
  ### 3) Define OAuth scopes (three practical options)
224
224
 
@@ -254,12 +254,12 @@ response = pydp.users.disable_user(user_id=user_id)
254
254
 
255
255
  For deeper coverage, see:
256
256
 
257
- - Quickstart: <https://pydplus.readthedocs.io/en/stable/getting-started/quickstart.html>
258
- - Authentication guide: <https://pydplus.readthedocs.io/en/stable/guides/authentication.html>
259
- - Client reference: <https://pydplus.readthedocs.io/en/stable/reference/client.html>
257
+ - Quickstart: <https://pydplus.readthedocs.io/en/latest/getting-started/quickstart.html>
258
+ - Authentication guide: <https://pydplus.readthedocs.io/en/latest/guides/authentication.html>
259
+ - Client reference: <https://pydplus.readthedocs.io/en/latest/reference/client.html>
260
260
 
261
261
  ## Documentation
262
- The documentation is located here: [https://pydplus.readthedocs.io/en/stable/](https://pydplus.readthedocs.io/en/stable/)
262
+ The documentation is located here: [https://pydplus.readthedocs.io/en/latest/](https://pydplus.readthedocs.io/en/latest/)
263
263
 
264
264
  ## License
265
265
  [MIT License](https://github.com/jeffshurtliff/pydplus/blob/main/LICENSE)
@@ -1,4 +1,4 @@
1
- <img src="https://raw.githubusercontent.com/jeffshurtliff/pydplus/main/docs/_static/pydplus-icon-cropped.png"
1
+ <img src="docs/_static/pydplus-icon-cropped.png"
2
2
  class="pydplus-c-landing-page-logo"
3
3
  style="background-color: transparent; max-height: 320px;"
4
4
  alt="PyDPlus Logo" />
@@ -19,7 +19,7 @@ A Python toolset for the RSA ID Plus cloud authentication platform.
19
19
  <td>Latest Beta/RC Release</td>
20
20
  <td>
21
21
  <a href="https://pypi.org/project/pydplus/#history">
22
- <img alt="PyPI" src="https://img.shields.io/badge/pypi-none-blue">
22
+ <img alt="PyPI" src="https://img.shields.io/badge/pypi-1.0.0b1-blue">
23
23
  </a>
24
24
  </td>
25
25
  </tr>
@@ -51,8 +51,8 @@ A Python toolset for the RSA ID Plus cloud authentication platform.
51
51
  <tr>
52
52
  <td>Documentation</td>
53
53
  <td>
54
- <a href="https://pydplus.readthedocs.io/en/stable/?badge=stable">
55
- <img alt="Documentation Status" src="https://readthedocs.org/projects/pydplus/badge/?version=stable" />
54
+ <a href="https://pydplus.readthedocs.io/en/latest/?badge=latest">
55
+ <img alt="Documentation Status" src="https://readthedocs.org/projects/pydplus/badge/?version=latest" />
56
56
  </a>
57
57
  </td>
58
58
  </tr>
@@ -149,7 +149,7 @@ pydp = PyDPlus(
149
149
  ```
150
150
 
151
151
  Legacy API authentication is also supported. See the
152
- [Authentication](https://pydplus.readthedocs.io/en/stable/guides/authentication.html) guide for both patterns.
152
+ [Authentication](https://pydplus.readthedocs.io/en/latest/guides/authentication.html) guide for both patterns.
153
153
 
154
154
  ### 3) Define OAuth scopes (three practical options)
155
155
 
@@ -185,12 +185,12 @@ response = pydp.users.disable_user(user_id=user_id)
185
185
 
186
186
  For deeper coverage, see:
187
187
 
188
- - Quickstart: <https://pydplus.readthedocs.io/en/stable/getting-started/quickstart.html>
189
- - Authentication guide: <https://pydplus.readthedocs.io/en/stable/guides/authentication.html>
190
- - Client reference: <https://pydplus.readthedocs.io/en/stable/reference/client.html>
188
+ - Quickstart: <https://pydplus.readthedocs.io/en/latest/getting-started/quickstart.html>
189
+ - Authentication guide: <https://pydplus.readthedocs.io/en/latest/guides/authentication.html>
190
+ - Client reference: <https://pydplus.readthedocs.io/en/latest/reference/client.html>
191
191
 
192
192
  ## Documentation
193
- The documentation is located here: [https://pydplus.readthedocs.io/en/stable/](https://pydplus.readthedocs.io/en/stable/)
193
+ The documentation is located here: [https://pydplus.readthedocs.io/en/latest/](https://pydplus.readthedocs.io/en/latest/)
194
194
 
195
195
  ## License
196
196
  [MIT License](https://github.com/jeffshurtliff/pydplus/blob/main/LICENSE)
@@ -3,7 +3,7 @@
3
3
  # --------------------------------------------------------------------
4
4
  [project]
5
5
  name = "pydplus"
6
- version = "1.0.0"
6
+ version = "1.0.0.dev0"
7
7
  description = "A Python toolset for the RSA ID Plus cloud authentication platform"
8
8
  readme = "README.md"
9
9
  requires-python = ">=3.9.2,<3.14.0"
@@ -14,28 +14,11 @@ authors = [
14
14
  maintainers = [
15
15
  { name = "Jeff Shurtliff", email = "jeffshurtliff@gmail.com" }
16
16
  ]
17
- keywords = [
18
- "rsa-security",
19
- "id-plus",
20
- "rsa-id-plus",
21
- "securid",
22
- "rsa-securid",
23
- "authentication-manager",
24
- "rsa-authentication-manager",
25
- "cloud-access-service",
26
- "single-sign-on",
27
- "sso",
28
- "mfa",
29
- "iam",
30
- "identity",
31
- "authentication",
32
- "multifactor-authentication",
33
- "fido",
34
- ]
17
+ keywords = ["rsa-security", "id-plus", "securid", "authentication-manager", "sso", "mfa", "iam", "identity", "authentication"]
35
18
 
36
19
  classifiers = [
37
20
  # Project maturity
38
- "Development Status :: 5 - Production/Stable",
21
+ "Development Status :: 4 - Beta",
39
22
 
40
23
  # License
41
24
  "License :: OSI Approved :: MIT License",
@@ -82,8 +65,8 @@ dependencies = [
82
65
  [project.urls]
83
66
  Homepage = "https://github.com/jeffshurtliff/pydplus"
84
67
  Repository = "https://github.com/jeffshurtliff/pydplus"
85
- Documentation = "https://pydplus.readthedocs.io/en/stable/"
86
- Changelog = "https://pydplus.readthedocs.io/en/latest/CHANGELOG.html"
68
+ Documentation = "https://pydplus.readthedocs.io/en/latest/" # Change to stable after first release
69
+ Changelog = "https://pydplus.readthedocs.io/en/latest/CHANGELOG.html" # Uncomment when docs are ready
87
70
  "Issue Tracker" = "https://github.com/jeffshurtliff/pydplus/issues"
88
71
 
89
72
  # --------------------------------------------------------------------
@@ -105,7 +88,6 @@ pydata-sphinx-theme = "^0.15.4"
105
88
  myst-parser = "^3.0.1"
106
89
  sphinx-favicon = "^1.0.1"
107
90
  ruff = "^0.15.8"
108
- twine = "^6.1.0"
109
91
 
110
92
  [tool.ruff]
111
93
  target-version = "py39"
File without changes
File without changes