Metadata-Version: 2.1
Name: updt
Version: 0.0.0
Summary: Simple updater utility for source files
Home-page: https://github.com/AMYPAD/updt
Maintainer: Casper da Costa-Luis
Maintainer-email: casper.dcl@physics.org
License: Apache 2.0
Description: updt
        ====
        
        A simple updater script for source files.
        
        Usage
        -----
        
        Looks in the current directory for any ``*.py`` files containing a line in any of the following formats:
        
        .. code:: python
        
            # source: https://raw.githubusercontent.com/...
            # update-source: https://raw.githubusercontent.com/...
            # update src: https://raw.githubusercontent.com/...
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/x-rst
