Metadata-Version: 2.1
Name: download-image
Version: 1.0.0
Summary: Creates a django image file in the specified format from a remote url.
Home-page: https://github.com/alexseitsinger/download_image
Author: Alex Seitsinger
Author-email: alexseitsinger@gmail.com
License: BSD 2-Clause License
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: BSD License
Description-Content-Type: text/markdown
Requires-Dist: django (>=2.0)
Requires-Dist: requests

# Download Image

Create an in-memory image file, in the specified format, from a remote URL.

