Metadata-Version: 2.1
Name: handi
Version: 0.8.8
Summary: legacy commands & utils
Home-page: https://github.com/gustavkkk/handy
Author: gustav0125
Author-email: gustav0125@outlook.com
Maintainer: gustav0125
Maintainer-email: gustav0125@outlook.com
License: MIT
Description: handi(handy)
        
        Anything by just a single click
        
        It is made according to 'one-click' idea of the author.
        In short, it contains some frequently-used functions.
        All you have to do is to just call the corresponding function.
        It will save your time and your energy consumption.
        
        Installation
        
        $ pip install -U handi
        
        
        Utilities
        
        1.conversion
         
         -docx2xml
        	
         -list2txt
        
         -dict2json
        
        2.compression
        
         ...
        
        Usage
        
        from handy.docx2xml import docx2xml
        docx2xml('xxx.docx')
        
        License
        
        MIT License <https://choosealicense.com/licenses/mit>
Keywords: utility,basics
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Provides-Extra: dev
Provides-Extra: dilate
