Metadata-Version: 1.1
Name: mystarspilot
Version: 1.0.1
Summary: a CLI tool to search your starred Github repositories.
Home-page: https://github.com/wolfg1969/my-stars-pilot
Author: wolfg1969
Author-email: wolfg1969@gmail.com
License: MIT
Description: # mystarspilot
        
        Search Github Repositories starred by me through the command line.
        
        ##### Works with Alfred Workflow
        
        ![mystarspilot-alfred-workflow](https://raw.github.com/wolfg1969/my-stars-pilot/master/mystarspilot-alfred-workflow.png)
        
        
        ##### v1.0.1
        - Support Github two-factor authentication 
        
        ##### v1.0.0
        
        - Replace kc with [TinyDB](https://github.com/msiemens/tinydb), no more non-python dependencies.
        - Only update stars since last time.
        
        ##### Installation (Mac OSX)
        ```
        $ pip install mystarspilot --upgrade
        $ mystars --help
        $ mystars --update
        $ mystars angular upload
        $ mystars --language python
        $ mystars awesome python
        ``` 
        
        ![mystarspilot](https://raw.github.com/wolfg1969/my-stars-pilot/master/mystarspilot.png)
        
Keywords: github command tools
Platform: any
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Terminals
Classifier: Topic :: Utilities
