Metadata-Version: 1.1
Name: b64img
Version: 0.1.0
Summary: Base64 Image Converter.
Home-page: https://github.com/Miserlou/b64img
Author: Rich Jones
Author-email: rich@openwatch.net
License: MIT License
Description:     ██████╗  ██████╗ ██╗  ██╗██╗███╗   ███╗ ██████╗ 
            ██╔══██╗██╔════╝ ██║  ██║██║████╗ ████║██╔════╝ 
            ██████╔╝███████╗ ███████║██║██╔████╔██║██║  ███╗
            ██╔══██╗██╔═══██╗╚════██║██║██║╚██╔╝██║██║   ██║
            ██████╔╝╚██████╔╝     ██║██║██║ ╚═╝ ██║╚██████╔╝
            ╚═════╝  ╚═════╝      ╚═╝╚═╝╚═╝     ╚═╝ ╚═════╝ 
                                                        
        # b64img
        
        Convert images to their base64 representations from the command line.
        
        # Installation
        
            pip install b64img
        
        # Usage
        
        To convert an image and copy it to the clipboard:
        
            b64img file.png -c
        
        
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
