Metadata-Version: 1.0
Name: dc_type
Version: 1.0.6
Summary: dc simple module for type cast
Home-page: http://pypi.python.org/pypi/dc_type/
Author: vaniff
Author-email: zhouyong0206@163.com
License: LICENSE.txt
Description: ===========
        dc_type
        ===========
        
        Towel Stuff provides such and such and so and so. You might find
        it most useful for tasks involving <x> and also <y>. Typical usage
        often looks like this::
        
            #!/usr/bin/env python
        
            import dc_type
        	typeUchar = dc_type('UCHAR')
        	typeuchar_p = dc_type('UCHAR*',512)
        
        A Section
        =========
        
        Lists look like this:
        
        * First
        
        * Second. Can be multiple lines but must be indented properly.
        
        A Sub-Section
        -------------
        
        Numbered lists look like you'd expect:
        
        1. hi there
        
        2. must be going
        
        Urls are http://like.this and links can be
        written `like this <http://www.example.com/foo/bar>`_.
        
Platform: UNKNOWN
