mf2util
Advanced tools
| Metadata-Version: 1.1 | ||
| Name: mf2util | ||
| Version: 0.4.1 | ||
| Version: 0.4.2 | ||
| Summary: Python Microformats2 utilities, a companion to mf2py | ||
@@ -5,0 +5,0 @@ Home-page: http://indiewebcamp.com/mf2util |
+2
-2
@@ -515,3 +515,3 @@ """Utilities for interpreting mf2 data. | ||
| result = {} | ||
| for prop in ('url', 'uid', 'photo'): | ||
| for prop in ('url', 'uid', 'photo', 'featured' 'logo'): | ||
| value = get_plain_text(hentry['properties'].get(prop)) | ||
@@ -521,3 +521,3 @@ if value: | ||
| for prop in ('start', 'end', 'published', 'updated'): | ||
| for prop in ('start', 'end', 'published', 'updated', 'deleted'): | ||
| date_str = get_plain_text(hentry['properties'].get(prop)) | ||
@@ -524,0 +524,0 @@ if date_str: |
+1
-1
| Metadata-Version: 1.1 | ||
| Name: mf2util | ||
| Version: 0.4.1 | ||
| Version: 0.4.2 | ||
| Summary: Python Microformats2 utilities, a companion to mf2py | ||
@@ -5,0 +5,0 @@ Home-page: http://indiewebcamp.com/mf2util |
+1
-1
@@ -6,4 +6,4 @@ [pytest] | ||
| tag_build = | ||
| tag_svn_revision = 0 | ||
| tag_date = 0 | ||
| tag_svn_revision = 0 | ||
+1
-1
@@ -27,3 +27,3 @@ #!/usr/bin/env python | ||
| setup(name='mf2util', | ||
| version='0.4.1', | ||
| version='0.4.2', | ||
| description='Python Microformats2 utilities, a companion to mf2py', | ||
@@ -30,0 +30,0 @@ long_description=""" |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
35828
0.08%