Metadata-Version: 1.1
Name: relate
Version: 0.21
Summary: Discrete mathematical relation
Home-page: https://github.com/scott-howard-james/relate.git
Author: Scott Howard James
Author-email: scott.analysis.james@gmail.com
License: MIT
Description: Relation
        --------
        A python class implementing a discrete, mathematical relationship.  Supports all cardinalities:
        
        - 1:1
        - 1:M (and its inverse M:1)
        - M:M (or M:N if you insist)
        
        Useful for all manners of invertible container goodness, including:
        
        - aliasing (1:1)
        - tagging (M:M)
        - partitioning (1:M)
        - assignment (M:1)
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: Freeware
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
