Metadata-Version: 1.1
Name: autosign
Version: 0.2.0
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.
        
        .. image:: https://travis-ci.org/leosartaj/autosign.svg
            :target: https://travis-ci.org/leosartaj/autosign
        
        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 
        
        Removing sign from python files
        -------------------------------
        autosign provides a utility, **remsign** for removing sign from signed python files::
        
            remsign target [options]
        
        Run the following command, for various options.::
        
            remsign --help 
        
        Bugs
        ====
        .. |issues| replace:: https://github.com/leosartaj/autosign/issues
        
        For filing bugs raise an issue at |issues|
        
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
