Metadata-Version: 1.1
Name: StrManip
Version: 1.0
Summary: clipboard string manipulation in Python
Home-page: https://github.com/kived/strmanip
Author: Ryan Pessa
Author-email: dkived@gmail.com
License: UNKNOWN
Download-URL: https://github.com/kived/strmanip/tarball/1.0
Description: StrManip
        ========
        
        A tool for clipboard string manipulation in Python. You simply copy text
        to the clipboard (or just select it if you have cutbuffer support) and
        start the application. Works best when bound to a keyboard shortcut.
        
        Once started, you can manipulate the string using Python expressions.
        When finished, you can easily copy the text back to the clipboard.
        
        Dependencies
        ~~~~~~~~~~~~
        
        This tool requires the Kivy GUI application framework. For cutbuffer
        support (X11 only), you will also need to install either xsel or xclip,
        both of which are readily available on Ubuntu and similar distros.
        
        Examples
        ~~~~~~~~
        
        .. figure:: https://raw.githubusercontent.com/kived/strmanip/image-storage/filter-apt.png
           :alt: Filter Apt example
        
           Filter Apt example
        
Keywords: tool,clipboard,string
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Text Processing
Classifier: Topic :: Utilities
Requires: Kivy (>=1.9.1)
