Metadata-Version: 1.1
Name: yanky
Version: 0.9.0
Summary: Easy and Simple copy and paste module for GNU/Linux systems
Home-page: https://github.com/noahfx/yanky
Author: Josue Ortega
Author-email: josueortega@protonmail.ch
License: MIT
Description: yanky -- Easy and Simple copy and paste module for GNU/Linux systems
        
        In order to get yanky fully functional either one of the following software
        needs to be installed in your system:
         -xsel: http://www.vergenet.net/~conrad/software/xsel
         -xclip: https://sourceforge.net/projects/xclip
        
        Usage:
        
        from yanky import copy, paste
        
        #Copy text to OS clipboard
        copy('Text to be copied to clipboard')
        
        #Paste from OS clipboard
        
        text_from_cb = paste()
        
Keywords: yannk copy paste api xsel xclip clipboard
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
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: Intended Audience :: Developers
