Metadata-Version: 1.1
Name: autosign
Version: 0.1.2
Summary: Adds signature to your python files
Home-page: http://github.com/leosartaj/autosign
Author: Sartaj Singh
Author-email: singhsartaj94@gmail.com
License: MIT
Description: Autosign
        *********
        Add your signature to your **python** files.
        Use under **caution**, work in progress.
        
        Installation
        ============
        autosign can be installed using pip
        ::
          pip install autosign
        
        Uninstalling
        ============
        autosign can be uninstalled using pip
        ::
          pip uninstall autosign
        
        Dependencies
        ============
        autosign is based on Python 2.7.
        
        Documentation
        ============
        
        Writing valid signature template
        --------------------------------
        A valid signature uses syntax very closely related to that of python comments. 
        
        * A signature should start and end with **'##'**.
        * Every line other than the start and end should start with **'#'**. 
        * Blank lines are allowed before and after starting a signature. 
        * Line starting with **'#!'** is allowed before starting a signature. 
          
        Examples can be seen in examples directory. All the python files in this package have been signed using 'examples/template1.txt'.
        
        Signing python files
        --------------------
        autosign can be used for signing python files
        ::
          autosign signfile target [options]
        
        Run the following command, for various options.
        ::
          autosign --help 
        
Keywords: auto signature autosign
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
