Metadata-Version: 1.1
Name: imagekitio
Version: 1.2.0
Summary: imagekit Python SDK
Home-page: http://imagekit.io
Author: imagekit-developer
Author-email: developer@imagekit.io
License: MIT
Description: ImageKit.io
        -----------
        
        
        Install
        ~~~~~~~
        
        .. code:: bash
        
            pip install imagekitio
        
        Usage
        ~~~~~
        
        You can `check the imagekit demo <https://github.com/imagekit-developer/python-sdk-demo>`__.
        
        Documentation
        ~~~~~~~~~~~~~
        
        Read `Documentation <https://docs.imagekit.io>`__.
        
        Changelog
        ~~~~~~~~~
        
        .. code:: bash
        
            1.2.0 :
                - Added support for Upload via URL, Purge and Delete APIs
        
            1.1.1 (Beta):
                - Use the updated signature-related query parameters
        
            1.1.0 (Beta):
                - Major: Released new package imagekitio due to conflict with other package with name imagekit in it. Now use
                `from
                imagekitio.client import Imagekit` instead of using `from imagekit
                .client import Imagekit`. Check usage section for demo.
        
            1.0.5 (Beta):
                - Upload Config Fix (Critical)
        
            1.0.4 (Beta):
                - Generate signed urls and transform urls
                - Image upload to imagekit
        
            1.0.3 (Alpha):
        
            1.0.2 (Alpha):
        
            1.0.0 (Alpha):
        
Keywords: imagekit image upload transform
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
