Metadata-Version: 1.1
Name: PyMOTW
Version: 2.0
Summary: Python Module of the Week Examples
Home-page: http://www.doughellmann.com/PyMOTW
Author: Doug Hellmann
Author-email: doug.hellmann@gmail.com
License: UNKNOWN
Description: ========================================
         The Python Standard Library By Example
        ========================================
        
        This is the source code bundle for the book `The Python Standard
        Library By Example`_. It is an updated version of the source from the
        `Python Module of the Week`_ blog series by Doug Hellmann.
        
        The PyMOTW posts for Python 2 ended when I started working on the book
        in 2010. Now that the book is released, I am tagging the version of
        the source code from the book as "PyMOTW 2.0" and maintaining any
        fixes in the new ``py_stdlib_by_example`` repository on BitBucket.
        
        :Book Home Page: http://www.doughellmann.com/books/byexample/
        :Issue Tracker and Source: http://www.bitbucket.org/dhellmann/py_stdlib_by_example/
        :PyMOTW Home Page: http://www.doughellmann.com/PyMOTW/
        
        License
        =======
        
        The source code included here is copyright Doug Hellmann and licensed
        under the BSD license.  See LICENSE.txt for complete details.
        
        
        .. _The Python Standard Library By Example: http://www.doughellmann.com/books/byexample/
        
        .. _Python Module of the Week: http://www.doughellmann.com/PyMOTW
        
Platform: Any
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Provides: PyMOTW
