Metadata-Version: 1.0
Name: pygist
Version: 0.211
Summary: a simple cli for interacting with github gists
Home-page: https://github.com/Roasbeef/pygist
Author: Olaoluwa Osuntokun
Author-email: laolu32@gmail.com
License: MIT License
Description: Pygist
        ======
        
        Installation
        ============
        
        Install with pip. ::
        
            pip install pygist
        
        
        Pygist Commands
        ===============
        
        Commands: ::
        
            pygist login
            
            pygist create <file1> <file2> <fileN> 'description'
            #create a gist with one or more files
        
            pygist create paste 'description' 
            #create a gist from clipboard data (OS X only)
        
            pygist delete <gist_id>
            #delete a gist by gist_id 
        
        
        
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
