Metadata-Version: 2.1
Name: py-scripts
Version: 0.0.2
Summary: UNKNOWN
Home-page: https://github.com/dodoru/py_scripts
Author: Nico NR
Author-email: dodoru@foxmail.com
License: MIT
Description: 
        # Py-Scripts
        
         python scripts for any platforms
        
         please feel comfort to pull request for your scripts. 
        
        ## Depends
        
        ```bash
        pip install py-scripts
        ```
        
        ## Install
        
        ```bash
        pip install py-scripts
        ```
        
        ### Includes
        
        #### py_replace
        
        ```
        Usage: py_replace.py [OPTIONS] FILENAME
        
          py_replace [OPTIONS] file key1=val1 [key2=val2 ... kn=vn]
        
          desc: output file with replace content of `$key1` to `val1` and so on.
        
        Options:
          -h, --help         Show this message and exit.
          -o, --output TEXT  output file, default: $FILENAME.out
          -s, --symbol TEXT  symbol of parameter variable, default: '$', specific
                             support: ['{}', '{{}}']
        
        ```
Platform: any
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Utilities
Classifier: Development Status :: 4 - Beta
Description-Content-Type: text/markdown
