pelican-avatar 1.0.9__py3-none-any.whl → 1.0.10__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 pelican-avatar might be problematic. Click here for more details.
- pelican/plugins/avatar/test_avatar.py +0 -1
- {pelican_avatar-1.0.9.dist-info → pelican_avatar-1.0.10.dist-info}/METADATA +7 -4
- pelican_avatar-1.0.10.dist-info/RECORD +8 -0
- {pelican_avatar-1.0.9.dist-info → pelican_avatar-1.0.10.dist-info}/WHEEL +1 -1
- pelican_avatar-1.0.10.dist-info/entry_points.txt +4 -0
- pelican_avatar-1.0.9.dist-info/RECORD +0 -7
- {pelican_avatar-1.0.9.dist-info → pelican_avatar-1.0.10.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pelican-avatar
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.10
|
|
4
4
|
Summary: Libravatar/Gravatar plugin for Pelican
|
|
5
5
|
Keywords: pelican,plugin,libravatar,gravatar
|
|
6
6
|
Author-Email: =?utf-8?q?Rafael_Laboissi=C3=A8re?= <rafael@laboissiere.net>
|
|
@@ -10,7 +10,7 @@ Classifier: Environment :: Console
|
|
|
10
10
|
Classifier: Framework :: Pelican
|
|
11
11
|
Classifier: Framework :: Pelican :: Plugins
|
|
12
12
|
Classifier: Intended Audience :: End Users/Desktop
|
|
13
|
-
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
|
13
|
+
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
|
14
14
|
Classifier: Operating System :: OS Independent
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.8
|
|
@@ -28,8 +28,8 @@ Requires-Dist: pelican>=4.5
|
|
|
28
28
|
Requires-Dist: libgravatar>=0.2.5
|
|
29
29
|
Requires-Dist: py3dns>=3.2
|
|
30
30
|
Requires-Dist: pylibravatar>=1.7
|
|
31
|
-
Requires-Dist: markdown>=3.4; extra == "markdown"
|
|
32
31
|
Provides-Extra: markdown
|
|
32
|
+
Requires-Dist: markdown>=3.4; extra == "markdown"
|
|
33
33
|
Description-Content-Type: text/markdown
|
|
34
34
|
|
|
35
35
|
Avatar: A Plugin for Pelican
|
|
@@ -37,7 +37,8 @@ Avatar: A Plugin for Pelican
|
|
|
37
37
|
|
|
38
38
|
[](https://github.com/pelican-plugins/avatar/actions)
|
|
39
39
|
[](https://pypi.org/project/pelican-avatar/)
|
|
40
|
-
](https://pypi.org/project/pelican-avatar/)
|
|
41
|
+
[](https://www.gnu.org/licenses/agpl-3.0.en.html)
|
|
41
42
|
|
|
42
43
|
This plugin allows the inclusion of [Libravatar][] or [Gravatar][] user profile pictures, corresponding to the email address of the article's author.
|
|
43
44
|
|
|
@@ -51,6 +52,8 @@ This plugin can be installed via:
|
|
|
51
52
|
|
|
52
53
|
python -m pip install pelican-avatar
|
|
53
54
|
|
|
55
|
+
As long as you have not explicitly added a `PLUGINS` setting to your Pelican settings file, then the newly-installed plugin should be automatically detected and enabled. Otherwise, you must add `avatar` to your existing `PLUGINS` list. For more information, please see the [How to Use Plugins](https://docs.getpelican.com/en/latest/plugins.html#how-to-use-plugins) documentation.
|
|
56
|
+
|
|
54
57
|
Usage
|
|
55
58
|
-----
|
|
56
59
|
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
pelican/plugins/avatar/__init__.py,sha256=tt8WB0hhhW_jgsRgQNEn-r3TKl1RJRglrXKeudL8zO0,36
|
|
2
|
+
pelican/plugins/avatar/avatar.py,sha256=zjaTE3Hp2Q5Fm7cseenMXzOgeCgdYxLFK6kzLUQNavI,3065
|
|
3
|
+
pelican/plugins/avatar/test_avatar.py,sha256=e9xkj-0G1rZ23LedjvxsFh9ERSVbt2JFr78DeItb5wk,5511
|
|
4
|
+
pelican_avatar-1.0.10.dist-info/METADATA,sha256=EoGYJt4bwWvJC6F2CPOOXoaU73J37A59VTHsPb4n4oo,7345
|
|
5
|
+
pelican_avatar-1.0.10.dist-info/WHEEL,sha256=Vza3XR51HW1KmFP0iIMUVYIvz0uQuKJpIXKYOBGQyFQ,90
|
|
6
|
+
pelican_avatar-1.0.10.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
|
|
7
|
+
pelican_avatar-1.0.10.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
|
|
8
|
+
pelican_avatar-1.0.10.dist-info/RECORD,,
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
pelican/plugins/avatar/__init__.py,sha256=tt8WB0hhhW_jgsRgQNEn-r3TKl1RJRglrXKeudL8zO0,36
|
|
2
|
-
pelican/plugins/avatar/avatar.py,sha256=zjaTE3Hp2Q5Fm7cseenMXzOgeCgdYxLFK6kzLUQNavI,3065
|
|
3
|
-
pelican/plugins/avatar/test_avatar.py,sha256=ekuA6r7ch-KTvhhmuBcpi5cbOVdoiO9TN5G60AK0JDM,5512
|
|
4
|
-
pelican_avatar-1.0.9.dist-info/METADATA,sha256=odttfcOVe0Q_aNGpiX9FaRUqxq3PkB0vkGN28kq09Z8,6829
|
|
5
|
-
pelican_avatar-1.0.9.dist-info/WHEEL,sha256=gZRWN_1fGFDwBnXrZ9N3dgvbKlKgo5AUcDIMajlGpKM,90
|
|
6
|
-
pelican_avatar-1.0.9.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
|
|
7
|
-
pelican_avatar-1.0.9.dist-info/RECORD,,
|
|
File without changes
|