Metadata-Version: 1.0
Name: paster
Version: 0.7
Summary: A generic pastebin posting tool
Home-page: https://github.com/crodjer/paster
Author: Rohan Jain
Author-email: crodjer@gmail.com
License: GPLv3
Description: Paster
        ======
        *A generic pastebin posting tool*
        
        Supported Paste services:
        
         - **Dpaste** (http://dpaste.com/)
           A django base simple and popular pastebin
        
         - **Pastebin** (http://pastebin.com/)
           The very famous pastebin. Complete version 3 api supported
        
        Add support for more services easily
        
        Usage
        -----
        
        Do `pstr -h`, `pstr paste -h`, `pstr list -h` for help
        
        Examples
        --------
        
        Paste some content
        > pstr paste "some content"
        
        Paste to the service pastebin
        > pstr paste -s pastebin "some content"
        
        Paste file contents (deprecated after piping support)
        > pstr paste -f path/to/file/filename.extension
        
        Paste git diff (deprecated after piping support)
        > pstr paste -c "git diff"
        
        Paste through the familiar piping
        > git diff | pstr paste
        
        List available syntax/languages/formats
        > pstr list syntax
        
        List available pastebin services
        > pstr list services
        
        For the lazy
        ------------
        
          - Alias `pstr paste` to something like `p` and do `echo foo | p`
          - Use a config file to store settings
        
Platform: all
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Software Development
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
