Metadata-Version: 2.1
Name: abatools
Version: 1.0.0
Summary: Utility for working with Android boot animations
Home-page: https://github.com/threadreaper/abatools
Author: Michael Podrybau
Author-email: threadreaper@gmail.com
License: Apache License 2.0
Description: # Android Boot Animation Tools
        
        ### Simple command line utility for working with Android Boot Animations
          
        This utility is made to simplify the process of creating Android-ready bootanimation.zip files
        
        To install:  
          
        Clone this git repository, and from the top-level directory (where setup.py is):
        
        	pip3 install .
        
        Alternatively, you can get the package from PyPi using:
        
        	pip3 install abatools
        
        Once installed, the abatools utility should be available from the command line.  Example:
        
        	abatools -a bootanimation.zip
        
        Help is available from the command line with the -h or --help option, but basic usage is as follows:  
          
          -a [filename.zip]     zip all files/folders in current directory totarget [filename.zip]
          -g [[gif file] [filename] [[gif file] [filename] ...]]
                                creates a boot animation from a target .gif and saves it to [filename.zip]
        
        Questions or comments can be directed to threadreaper@gmail.com.  Pull requests are welcome if you discover any issues.
        
        	Copyright [2020] [Michael Podrybau]
        
        	Licensed under the Apache License, Version 2.0 (the "License");
        	you may not use this file except in compliance with the License.
        	You may obtain a copy of the License at
        
        	http://www.apache.org/licenses/LICENSE-2.0
        
        	Unless required by applicable law or agreed to in writing, software
        	distributed under the License is distributed on an "AS IS" BASIS,
        	WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
        	implied.  See the License for the specific language governing 
        	permissions and limitations under the License.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Intended Audience :: End Users/Desktop
Requires-Python: >=3.6
Description-Content-Type: text/markdown
