Metadata-Version: 2.1
Name: mvstd
Version: 1.0.4
Summary: Rename files using a standard format
Home-page: https://github.com/jncraton/mvstd
Author: Jon Craton
Author-email: jon@joncraton.com
License: UNKNOWN
Description: mvstd
        =====
        
        [![PyPI version](https://badge.fury.io/py/mvstd.svg)](https://badge.fury.io/py/mvstd)
        [![Build Status](https://travis-ci.org/jncraton/mvstd.svg?branch=master)](https://travis-ci.org/jncraton/mvstd)
        
        Renames a file using a standard format
        
        Installation
        ------------
        
        The program can be installed using pip:
        
        ```
        pip3 install mvstd
        ```
        
        Usage
        -----
        
        ```
        usage: mvstd [-h] [--numeric] [--reverse] files [files ...]
        
        Rename files to a standard format
        
        positional arguments:
          files          List of files
        
        optional arguments:
          -h, --help     show this help message and exit
          --numeric, -n  Rename file numerically after sorting alphabetically
          --reverse, -r  Reverse sort order prior to renaming
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
