Metadata-Version: 1.0
Name: xerox
Version: 0.3.1
Summary: Simple Copy + Paste in Python.
Home-page: http://github.com/kennethreitz/xerox
Author: Kenneth Reitz
Author-email: me@kennethreitz.com
License: MIT
Description: Xerox: Copy + Paste for Python
        ==============================
        
        *Xerox* is a copy + paste module for python. It's aim is simple: to be as incredibly simple as possible.
        
        Supported platforms are currently OS X, Linux, and Windows.
        
        If you can make it simpler, please fork.
        
        Usage
        -----
        
        Usage is as follows: ::
        
        	xerox.copy(u'some string')
        
        And to paste: ::
        
        	>>> xerox.paste()
        	u'some string'
        
        And, that's it.
        
        
        Installation
        ------------
        
        To install Xerox, simply:
        
        	$ pip install xerox
        
        Or, if you must:
        
        	$ easy_install xerox
        
        Note: If you are installing xerox on Windows, you will also need to install the pywin32_ module.
        
        Legal Stuff
        -----------
        
        MIT License.
        
        (c\) 2012 Kenneth Reitz.
        
        .. _pywin32: http://sourceforge.net/projects/pywin32/files/
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: IronPython
