Metadata-Version: 1.1
Name: pytify
Version: 3.1.2
Summary: Spotify remote. Search, start and navigate through songs.
Home-page: https://github.com/bjarneo/pytify
Author: Bjarne Oeverli
Author-email: bjarne.oeverli@gmail.com
License: MIT
Download-URL: https://pypi.python.org/pypi/pytify
Description: Pytify
        =============
        
        [![Code Climate](https://codeclimate.com/github/bjarneo/Pytify/badges/gpa.svg)](https://codeclimate.com/github/bjarneo/Pytify)
        
        Search and start songs from the CLI.  
        Linux and OS X support.
        
        Python 3 support. For Python 2 support use this release: [v2.1.0](https://github.com/bjarneo/Pytify/tree/v2.1.0)
        
        ![Image of terminal]
        (http://i.imgur.com/1n4UP60.gif)
        
        
        ## Installation
        ```bash
        $ sudo pip install pytify
        ```
        
        ## Features
        * Auto suggest (based on history)
        * Tab through history
        * Search history
        * Search and play songs
        * CLI commands
        * VIM navigation bindings
        
        ## Clone repo
        ```bash
        $ git clone https://github.com/bjarneo/pytify.git
        $ cd pytify
        $ sudo python setup.py install
        ```
        
        ### Usage
        ```bash
        # To start the app type
        $ pytify
        
        # next song
        $ pytify -n
        
        # prev song
        $ pytify -p
        
        # play and pause song
        $ pytify -pp
        ```
        
        ### Dependency
        ```bash
        * requests
        * prompt-toolkit
        ```
        
        ### Contributing
        Contributions are appreciated.
        
        ### Contributors
        - [@joined](https://github.com/joined/) - OS X
        - [@adam410](https://github.com/adam410/) - OS X issue
        - [@Newky](https://github.com/Newky) - Better structure
        - [@ymski](https://github.com/ymski) - OS X
        - [@wohlfea](https://github.com/wohlfea) - Made it compatible with python 3.5
        - [@ddiddi](https://github.com/ddiddi) - Added search phrase history browsing. (auto complete)
        
Keywords: spotify pytify song search curses
Platform: UNKNOWN
Classifier: Intended Audience :: End Users/Desktop
Classifier: Environment :: Console :: Curses
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Terminals
