Metadata-Version: 1.1
Name: CheKnife
Version: 0.0.8
Summary: Python Utilities
Home-page: https://git.herrerosolis.com/Misc/CheKnife
Author: Rafael Herrero Solis
Author-email: rafahsolis@hotmail.com
License: MIT license
Download-URL: https://git.herrerosolis.com/Misc/CheKnife/-/archive/v0.0.8/CheKnife-v0.0.8.tar.gz
Description: CheKnife
        ========
        
        Python utilities compilation.
        
        -  Free software: MIT license
        
        Install
        =======
        
        ::
        
           pip install CheKnife
        
        Packages
        ========
        
        | `CheKnife.pki <docs/CheKnife_pki.md>`__
        | `CheKnife.django.choiceutils <docs/CheKnife.choiceutils.md>`__
        | `CheKnife.hashing <docs/hashing.md>`__
        | `CheKnife.logs <docs/CheKnife.logs.md>`__
        | `CheKnife.files <docs/CheKnife.files.md>`__
        | `CheKnife.security <docs/CheKnife.security>`__
        | `CheKnife.ssl <docs/CheKnife.ssl.md>`__
        | `CheKnife.network <docs/CheKnife.network.md>`__
        
        Tests
        =====
        
        .. code:: bash
        
           nosetests --with-coverage --cover-inclusive --cover-package=CheKnife --cover-html
        
        Upload to PyPi
        ==============
        
        .. code:: bash
        
           python setup.py sdist upload -r pypi
        
Keywords: CheKnife,Swiss,Army,Knife,Swiss Army Knife
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.6
