Metadata-Version: 1.0
Name: linkeddataframe
Version: 0.0.1
Summary: Subclass of DataFrame which allows linking to other DataFrames.
Home-page: https://github.com/pbsag/linkeddataframe
Author: Peter Kucirek
Author-email: pkucirek@pbworld.com
License: UNKNOWN
Description: 
        LinkedDataFrame (LDF for short) is a subclass of pandas.DataFrame which implements "chained" attribute access through
        pre-specified links. More concisely, LDF is designed to mimic a Python class structure, allowing for "reference" links
        to other tables.
        
        The project is hosted at https://github.com/pbsag/linkeddataframe
              
Platform: any
