Metadata-Version: 2.1
Name: metatype
Version: 0.1.3.5
Summary: Implementation of base dict types for metaformat versions.
Home-page: https://github.com/wefindx/metatype
Author: Mindey
Author-email: mindey@qq.com
License: MIT
Description: Metatype
        ========
        
        Implements the base metaformat types for different versions of
        metaformat.
        
        This package provides classes derived from base ``dict`` class, with
        modified constructors, in order to validate represent data items
        following metaformat’s specific version (specific metaformats).
        
        It is organized as follows:
        
        ::
        
           metatype
             metatype
               mft
                 <N>
               rfc
                 <N>
               iso
                 <N>
        
        
Platform: UNKNOWN
Provides-Extra: test
