Provides empty (placeholder) files in many formats (images, documents, archives, etc.) for testing and development. Current version 0.0.9, active development on GitHub.
pip install empty-filesVerified import paths — ran on the pinned version, not inferred.
Fetch empty file bytes for any supported extension. See AllEmptyFiles().ALL_FILES for full list.
Upgrade Python to 3.8+ or set SSL_CERT_FILE environment variable. Alternatively, check returned bytes length.
Use `from empty_files import empty_files` and then call `empty_files('pdf')`.Upgrade to Python 3.7+.
Use `from empty_files import empty_files` and then `empty_files('png')`.Set environment variable SSL_CERT_FILE to a valid CA bundle, or upgrade Python to 3.8+.