addext
Advanced tools
| Metadata-Version: 1.1 | ||
| Name: addext | ||
| Version: 1.0.0 | ||
| Version: 1.0.1 | ||
| Summary: Adds file extensions to files based on their PRONOM identifiers (PUIDs). | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/timothyryanwalsh/addext |
+1
-1
@@ -68,3 +68,3 @@ #!/usr/bin/env python | ||
| # check that file was successfully downloaded | ||
| if os.path.isfile(file_name) and os.path.getsize(filename) > 0: | ||
| if os.path.isfile(file_name) and os.path.getsize(file_name) > 0: | ||
| print("File successfully downloaded.") | ||
@@ -71,0 +71,0 @@ else: |
+1
-1
| Metadata-Version: 1.1 | ||
| Name: addext | ||
| Version: 1.0.0 | ||
| Version: 1.0.1 | ||
| Summary: Adds file extensions to files based on their PRONOM identifiers (PUIDs). | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/timothyryanwalsh/addext |
+1
-1
@@ -5,3 +5,3 @@ from setuptools import setup | ||
| name = 'addext', | ||
| version = '1.0.0', | ||
| version = '1.0.1', | ||
| url = 'https://github.com/timothyryanwalsh/addext', | ||
@@ -8,0 +8,0 @@ author = 'Tim Walsh', |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
145448
0