plain.oauth 0.0.0__py3-none-any.whl → 0.1.0__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.
plain/oauth/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # plain-oauth
1
+ # plain.oauth
2
2
 
3
3
  Let users log in with OAuth providers.
4
4
 
@@ -1,26 +1,26 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: plain.oauth
3
- Version: 0.0.0
4
- Summary:
5
- Home-page: https://github.com/forgepackages/plain-oauth
6
- License: MIT
3
+ Version: 0.1.0
4
+ Summary: OAuth login and API access for Plain.
5
+ Home-page: https://plainframework.com
6
+ License: BSD-3-Clause
7
7
  Author: Dave Gaeddert
8
8
  Author-email: dave.gaeddert@dropseed.dev
9
9
  Requires-Python: >=3.8,<4.0
10
- Classifier: License :: OSI Approved :: MIT License
10
+ Classifier: License :: OSI Approved :: BSD License
11
11
  Classifier: Programming Language :: Python :: 3
12
12
  Classifier: Programming Language :: Python :: 3.8
13
13
  Classifier: Programming Language :: Python :: 3.9
14
14
  Classifier: Programming Language :: Python :: 3.10
15
15
  Classifier: Programming Language :: Python :: 3.11
16
16
  Classifier: Programming Language :: Python :: 3.12
17
- Project-URL: Documentation, https://github.com/forgepackages/plain-oauth
18
- Project-URL: Repository, https://github.com/forgepackages/plain-oauth
17
+ Project-URL: Documentation, https://plainframework.com/docs/
18
+ Project-URL: Repository, https://github.com/dropseed/plain
19
19
  Description-Content-Type: text/markdown
20
20
 
21
21
  <!-- This file is compiled from plain-oauth/plain/oauth/README.md. Do not edit this file directly. -->
22
22
 
23
- # plain-oauth
23
+ # plain.oauth
24
24
 
25
25
  Let users log in with OAuth providers.
26
26
 
@@ -1,4 +1,4 @@
1
- plain/oauth/README.md,sha256=EujGEEJus0XI7uV6Dcb7GCZ2LP2kNWHJzipO04WzztE,11227
1
+ plain/oauth/README.md,sha256=zFe02rc8mVzEVrf27zJuKv9WDjMIWL6HZ41hOa9Ur8k,11227
2
2
  plain/oauth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  plain/oauth/admin.py,sha256=7Gs5j5yIoHc_W4wMnKuexN9908Isnq8M5BeIcxrmtDM,1300
4
4
  plain/oauth/config.py,sha256=jk5l59taT_3Kh7EFrJuuubtrCHLfNBVkD2sWQ_M5_JQ,160
@@ -13,7 +13,7 @@ plain/oauth/providers.py,sha256=-8Ks4iRfRZOybUMa7Fd9PMkebT96stlqarfdcjWpDBw,6840
13
13
  plain/oauth/templates/oauth/error.html,sha256=xkkWw57sZ3fz4dDfH30SVtq3okJNnJmrSRPfGxrxjh8,108
14
14
  plain/oauth/urls.py,sha256=NyP_yDKayJYrCdw4oNVHUmtjbLNfzdnpdWc-eOsMlDM,676
15
15
  plain/oauth/views.py,sha256=9NQCNycxO3BMIvSalAWt1q67qq2Br4wsf36Zr1m98z4,3069
16
- plain_oauth-0.0.0.dist-info/LICENSE,sha256=cvKM3OlqHx3ijD6e34zsSUkPvzl-ya3Dd63A6EHL94U,1500
17
- plain_oauth-0.0.0.dist-info/METADATA,sha256=ldtKMPQhUChjXoBggMVHpmfqIySR_WlnFDTus_NT6fo,12093
18
- plain_oauth-0.0.0.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
19
- plain_oauth-0.0.0.dist-info/RECORD,,
16
+ plain_oauth-0.1.0.dist-info/LICENSE,sha256=cvKM3OlqHx3ijD6e34zsSUkPvzl-ya3Dd63A6EHL94U,1500
17
+ plain_oauth-0.1.0.dist-info/METADATA,sha256=1zB60FT2austZOIdBT3yGujUfFJY8bRG5Fje4CApHao,12098
18
+ plain_oauth-0.1.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
19
+ plain_oauth-0.1.0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 1.8.1
2
+ Generator: poetry-core 1.9.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any