Metadata-Version: 1.1
Name: export
Version: 0.1.2
Summary: A Python package joke.
Home-page: http://github.com/zsiciarz/export
Author: Zbigniew Siciarz
Author-email: zbigniew@siciarz.net
License: MIT
Download-URL: http://pypi.python.org/pypi/export
Description: ======
        export
        ======
        
        A Python package joke.
        
        Installation
        ============
        
        Just use pip::
        
            pip install export
        
        Usage
        =====
        
        Start your interactive Python session and run::
        
            import export
        
        Cool, eh?
        
        FAQ
        ===
        
        * Q: Does it run on Python 3?
          A: Sure, Python 2.6+ and 3.0+ are supported with a single codebase.
        
        * Q: Is it webscale?
          A: You bet it is!
        
        Author
        ======
        
         * `Zbigniew Siciarz <http://siciarz.net>`_ (zbigniew at siciarz dot net)
        
        License
        =======
        
        This work is released under the MIT license. A copy of the license is provided
        in the LICENSE file.
        
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
