Metadata-Version: 1.1
Name: DBcm
Version: 1.6.2
Summary: The Head First Python 2e Database Context Manager
Home-page: http://www.headfirstlabs.com
Author: Paul Barry
Author-email: paul.james.barry@gmail.com
License: MIT
Description: 
            Devised, coded, and built during Chapters 7, 8, and 9 of the 2nd edition
            of Head First Python (by O'Reilly Media).  Used and extended with support
            for custom exceptions in Chapter 11.
        
            Released into the wild at the suggestion of one of Paul's ex-students (thanks @csl_).
        
            If you really need to do stuff like this, use SQLAlchemy (and/or Dataset) instead.
        
            Python 3 only (due to type hints and new syntax).  Should be easy enough to backport
            if you need to.
            
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
